|
@@ -358,6 +358,8 @@ extern LongTimer safetyTimer;
|
|
|
#define PRINT_PERCENT_DONE_INIT 0xff
|
|
|
#define PRINTER_ACTIVE (IS_SD_PRINTING || usb_timer.running() || isPrintPaused || (custom_message_type == CustomMsg::TempCal) || saved_printing || (lcd_commands_type == LcdCommands::Layer1Cal) || mmu_print_saved || homing_flag || mesh_bed_leveling_flag)
|
|
|
|
|
|
+extern bool printer_active();
|
|
|
+
|
|
|
//! Beware - mcode_in_progress is set as soon as the command gets really processed,
|
|
|
//! which is not the same as posting the M600 command into the command queue
|
|
|
//! There can be a considerable lag between posting M600 and its real processing which might result
|