🎨 Apply F() to G-code suite and queue
This commit is contained in:
committed by
Scott Lahteine
parent
2b9ae0cc33
commit
46c53f6730
@@ -209,7 +209,7 @@ void menu_change_filament() {
|
||||
#else
|
||||
|
||||
if (thermalManager.targetHotEnoughToExtrude(active_extruder))
|
||||
queue.inject_P(PSTR("M600B0"));
|
||||
queue.inject(F("M600B0"));
|
||||
else
|
||||
ui.goto_screen([]{ _menu_temp_filament_op(PAUSE_MODE_CHANGE_FILAMENT, 0); });
|
||||
|
||||
|
Reference in New Issue
Block a user