🚸 Revert M206 Home Offset behavior

MarlinFirmware/Marlin#25996
This commit is contained in:
Scott Lahteine 2023-07-20 20:09:44 -05:00
parent 12a6431ca7
commit 4b3ae92f60
321 changed files with 2568 additions and 1605 deletions

View file

@ -3860,14 +3860,17 @@
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
/**
* 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.
* Enable this option for a leaner build of Marlin that removes
* workspace offsets to slightly optimize performance.
* G92 will revert to its behavior from Marlin 1.0.
*/
//#define NO_WORKSPACE_OFFSETS
/**
* Disable M206 and M428 if you don't need home offsets.
*/
//#define NO_HOME_OFFSETS
/**
* CNC G-code options
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.