Upgrade to TMC2209

This commit is contained in:
Tomislav Kopić 2024-11-05 16:46:49 +01:00
parent 206df69502
commit 2b7f1af3b4

View File

@ -3875,7 +3875,7 @@
*
* Implement M486 to allow Marlin to skip objects
*/
//#define CANCEL_OBJECTS
#define CANCEL_OBJECTS
#if ENABLED(CANCEL_OBJECTS)
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
#endif