Browse Source

New option: NO_WORKSPACE_OFFSETS

pull/1/head
Scott Lahteine 8 years ago
parent
commit
05abe853f9
  1. 9
      Marlin/Configuration_adv.h
  2. 9
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 9
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 9
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  5. 9
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  6. 9
      Marlin/example_configurations/K8200/Configuration_adv.h
  7. 9
      Marlin/example_configurations/K8400/Configuration_adv.h
  8. 9
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  9. 9
      Marlin/example_configurations/SCARA/Configuration_adv.h
  10. 9
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  11. 9
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  12. 9
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  13. 9
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  14. 9
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  15. 9
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  16. 9
      Marlin/example_configurations/makibox/Configuration_adv.h
  17. 9
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

9
Marlin/Configuration_adv.h

@ -1169,4 +1169,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/Cartesio/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/Felix/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/Hephestos/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/Hephestos_2/Configuration_adv.h

@ -1149,4 +1149,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/K8200/Configuration_adv.h

@ -1179,4 +1179,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/K8400/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/RigidBot/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/SCARA/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/TAZ4/Configuration_adv.h

@ -1174,4 +1174,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/WITBOX/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/delta/generic/Configuration_adv.h

@ -1168,4 +1168,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h

@ -1168,4 +1168,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h

@ -1173,4 +1173,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h

@ -1168,4 +1168,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/makibox/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

9
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

@ -1166,4 +1166,13 @@
*/
//#define VOLUMETRIC_DEFAULT_ON
/**
* Enable this option for a leaner build of Marlin that removes all
* workspace offsets, simplifying coordinate transformations, leveling, etc.
*
* - M206 and M428 are disabled.
* - G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
#endif // CONFIGURATION_ADV_H

Loading…
Cancel
Save