🎨 Refactor Host Actions as singleton
This commit is contained in:
committed by
Scott Lahteine
parent
1ead7ce681
commit
f80bcdcc5c
@ -49,7 +49,7 @@ void GcodeSuite::M75() {
|
||||
*/
|
||||
void GcodeSuite::M76() {
|
||||
print_job_timer.pause();
|
||||
TERN_(HOST_PAUSE_M76, host_action_pause());
|
||||
TERN_(HOST_PAUSE_M76, hostui.pause());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user