Extend and apply some corrections
This commit is contained in:
@ -1594,6 +1594,13 @@
|
||||
*/
|
||||
#define FASTER_GCODE_PARSER
|
||||
|
||||
/**
|
||||
* CNC G-code options
|
||||
* Support CNC-style G-code dialects used by laser cutters, drawing machine cams, etc.
|
||||
*/
|
||||
//#define PAREN_COMMENTS // Support for parentheses-delimited comments
|
||||
//#define GCODE_MOTION_MODES // Remember the motion mode (G0 G1 G2 G3 G5 G38.X) and apply for X Y Z E F, etc.
|
||||
|
||||
/**
|
||||
* User-defined menu items that execute custom GCode
|
||||
*/
|
||||
@ -1776,13 +1783,4 @@
|
||||
// Enable Marlin dev mode which adds some special commands
|
||||
//#define MARLIN_DEV_MODE
|
||||
|
||||
|
||||
/**
|
||||
* CNC Parsing options
|
||||
*
|
||||
* These options increase marlin's acceptance of non reprap dialects more in line with what laser cutter or drawing machine cams produce
|
||||
*/
|
||||
//#define PARENTHESE_COMMENTS // Enable Marlin to interpret parenthese delimited comments as such and ignore them
|
||||
//#define STICKY_MOVE_MODE // Enable marlin to keep the current move mode (G0 G1 G2 G3 G5 G38.X) and use it even if receiving only parameters (X Y Z E F etc.)
|
||||
|
||||
#endif // CONFIGURATION_ADV_H
|
||||
|
Reference in New Issue
Block a user