Add STARTUP_SCRIPT option. M17 parity with M18. (#14953)
This commit is contained in:
committed by
Scott Lahteine
parent
36dfbaea8c
commit
179d6c4ed1
@ -2302,6 +2302,13 @@
|
||||
//#define VARIABLE_G0_FEEDRATE // The G0 feedrate is set by F in G0 motion mode
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Startup commands
|
||||
*
|
||||
* Execute certain G-code commands immediately after power-on.
|
||||
*/
|
||||
//#define STARTUP_COMMANDS "M17 Z"
|
||||
|
||||
/**
|
||||
* G-code Macros
|
||||
*
|
||||
|
Reference in New Issue
Block a user