🎨 Apply F() to G-code subcommands
This commit is contained in:
committed by
Scott Lahteine
parent
23f10563e0
commit
59dac3a7e4
@@ -307,7 +307,7 @@ void setProBarRate() {
|
||||
|
||||
#if HAS_SUICIDE
|
||||
if (gCfgItems.finish_power_off) {
|
||||
gcode.process_subcommands_now_P(PSTR("M1001"));
|
||||
gcode.process_subcommands_now(F("M1001"));
|
||||
queue.inject_P(PSTR("M81"));
|
||||
marlin_state = MF_RUNNING;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user