mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
parent
12a6431ca7
commit
4b3ae92f60
321 changed files with 2568 additions and 1605 deletions
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3870,14 +3870,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3862,14 +3862,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
#define NO_WORKSPACE_OFFSETS
|
#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
#define NO_WORKSPACE_OFFSETS
|
#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
#define NO_WORKSPACE_OFFSETS
|
#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3865,14 +3865,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3857,14 +3857,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3862,14 +3862,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3868,14 +3868,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3857,14 +3857,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3866,14 +3866,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
#define NO_WORKSPACE_OFFSETS
|
#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3868,14 +3868,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
#define NO_WORKSPACE_OFFSETS
|
#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3863,14 +3863,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
#define NO_WORKSPACE_OFFSETS
|
#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3850,14 +3850,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3860,14 +3860,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
|
@ -3861,14 +3861,17 @@
|
||||||
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
//#define REPETIER_GCODE_M360 // Add commands originally from Repetier FW
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes
|
||||||
* workspace offsets, simplifying coordinate transformations, leveling, etc.
|
* workspace offsets to slightly optimize performance.
|
||||||
*
|
* G92 will revert to its behavior from Marlin 1.0.
|
||||||
* - M206 and M428 are disabled.
|
|
||||||
* - G92 will revert to its behavior from Marlin 1.0.
|
|
||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable M206 and M428 if you don't need home offsets.
|
||||||
|
*/
|
||||||
|
//#define NO_HOME_OFFSETS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CNC G-code options
|
* CNC G-code options
|
||||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue