CANCEL_OBJECTS_REPORTING

MarlinFirmware/Marlin#21698
This commit is contained in:
Scott Lahteine 2021-04-29 09:03:02 -05:00
parent 748c949a8e
commit 0414e840df
221 changed files with 1005 additions and 0 deletions

View file

@ -3650,6 +3650,9 @@
* Implement M486 to allow Marlin to skip objects
*/
//#define CANCEL_OBJECTS
#if ENABLED(CANCEL_OBJECTS)
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
#endif
/**
* I2C position encoders for closed loop control.