mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-04-09 17:37:53 +00:00
New option: NO_WORKSPACE_OFFSETS
This commit is contained in:
parent
b9b203bfb2
commit
05abe853f9
17 changed files with 153 additions and 0 deletions
Marlin
Configuration_adv.h
example_configurations
Cartesio
Felix
Hephestos
Hephestos_2
K8200
K8400
RigidBot
SCARA
TAZ4
WITBOX
delta
generic
kossel_mini
kossel_pro
kossel_xl
makibox
tvrrug/Round2
|
@ -1169,4 +1169,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1149,4 +1149,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1179,4 +1179,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1174,4 +1174,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1168,4 +1168,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1168,4 +1168,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1173,4 +1173,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1168,4 +1168,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1166,4 +1166,13 @@
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue