mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 13:47:49 -06:00
Add STARTUP_SCRIPT option. M17 parity with M18. (#14953)
This commit is contained in:
parent
36dfbaea8c
commit
179d6c4ed1
105 changed files with 729 additions and 17 deletions
|
@ -2303,6 +2303,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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue