Ability to insert G-code in front of queue (#14229)
This commit is contained in:
committed by
Scott Lahteine
parent
293018f76c
commit
5ca8d51e12
@ -381,7 +381,7 @@ void disable_all_steppers() {
|
||||
#endif // HOST_ACTION_COMMANDS
|
||||
|
||||
if (run_runout_script)
|
||||
enqueue_and_echo_commands_P(PSTR(FILAMENT_RUNOUT_SCRIPT));
|
||||
enqueue_and_echo_commands_front_P(PSTR(FILAMENT_RUNOUT_SCRIPT));
|
||||
}
|
||||
|
||||
#endif // HAS_FILAMENT_SENSOR
|
||||
|
Reference in New Issue
Block a user