MMU: minor formatting sync
This commit is contained in:
parent
d548bb68fd
commit
99e306f4a3
|
|
@ -6,7 +6,7 @@
|
|||
#include "mmu2/error_codes.h"
|
||||
#else
|
||||
#include "buttons.h"
|
||||
#include "../../../../../../Prusa-Error-Codes/04_MMU/button_operations.h"
|
||||
#include "../../../../../../Prusa-Error-Codes/include/button_operations.h"
|
||||
#include "../../../../../../Prusa-Firmware-MMU/src/logic/error_codes.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ void nozzle_park();
|
|||
|
||||
bool marlin_printingIsActive();
|
||||
void marlin_manage_heater();
|
||||
void marlin_manage_inactivity(bool b);
|
||||
void marlin_idle(bool b);
|
||||
void marlin_manage_inactivity(bool ignore_stepper_queue);
|
||||
void marlin_idle(bool ignore_stepper_queue);
|
||||
void marlin_refresh_print_state_in_ram();
|
||||
void marlin_clear_print_state_in_ram();
|
||||
void marlin_stop_and_save_print_to_ram();
|
||||
|
|
|
|||
Loading…
Reference in New Issue