|
|
@ -30,6 +30,5 @@
|
|
|
|
// LPC1768 boards seem to lose steps when saving to EEPROM during print (issue #20785)
|
|
|
|
// LPC1768 boards seem to lose steps when saving to EEPROM during print (issue #20785)
|
|
|
|
// TODO: Which other boards are incompatible?
|
|
|
|
// TODO: Which other boards are incompatible?
|
|
|
|
#if defined(MCU_LPC1768) && PRINTCOUNTER_SAVE_INTERVAL > 0
|
|
|
|
#if defined(MCU_LPC1768) && PRINTCOUNTER_SAVE_INTERVAL > 0
|
|
|
|
#warning "To prevent step loss, motion will pause for PRINTCOUNTER auto-save."
|
|
|
|
|
|
|
|
#define PRINTCOUNTER_SYNC 1
|
|
|
|
#define PRINTCOUNTER_SYNC 1
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|