🎨 Apply F() to G-code suite and queue
This commit is contained in:
committed by
Scott Lahteine
parent
64a919da2a
commit
417e2530eb
@@ -308,7 +308,7 @@ void setProBarRate() {
|
||||
#if HAS_SUICIDE
|
||||
if (gCfgItems.finish_power_off) {
|
||||
gcode.process_subcommands_now(F("M1001"));
|
||||
queue.inject_P(PSTR("M81"));
|
||||
queue.inject(F("M81"));
|
||||
marlin_state = MF_RUNNING;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user