mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-29 02:40:41 -07:00
Fewer warnings
This commit is contained in:
parent
c6e82160e4
commit
7eace53eb7
2 changed files with 1 additions and 1 deletions
|
|
@ -30,6 +30,5 @@
|
|||
// LPC1768 boards seem to lose steps when saving to EEPROM during print (issue #20785)
|
||||
// TODO: Which other boards are incompatible?
|
||||
#if defined(MCU_LPC1768) && PRINTCOUNTER_SAVE_INTERVAL > 0
|
||||
#warning "To prevent step loss, motion will pause for PRINTCOUNTER auto-save."
|
||||
#define PRINTCOUNTER_SYNC 1
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ Stopwatch print_job_timer; // Global Print Job Timer instance
|
|||
|
||||
#if PRINTCOUNTER_SYNC
|
||||
#include "../module/planner.h"
|
||||
#warning "To prevent step loss, motion will pause for PRINTCOUNTER auto-save."
|
||||
#endif
|
||||
|
||||
// Service intervals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue