Skip to content

Commit 0414e84

Browse files
committed
CANCEL_OBJECTS_REPORTING
MarlinFirmware/Marlin#21698
1 parent 748c949 commit 0414e84

File tree

221 files changed

+1005
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+1005
-0
lines changed

config/default/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,9 @@
36503650
* Implement M486 to allow Marlin to skip objects
36513651
*/
36523652
//#define CANCEL_OBJECTS
3653+
#if ENABLED(CANCEL_OBJECTS)
3654+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3655+
#endif
36533656

36543657
/**
36553658
* I2C position encoders for closed loop control.

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,6 +3646,9 @@
36463646
* Implement M486 to allow Marlin to skip objects
36473647
*/
36483648
//#define CANCEL_OBJECTS
3649+
#if ENABLED(CANCEL_OBJECTS)
3650+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3651+
#endif
36493652

36503653
/**
36513654
* I2C position encoders for closed loop control.

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,9 @@
36503650
* Implement M486 to allow Marlin to skip objects
36513651
*/
36523652
//#define CANCEL_OBJECTS
3653+
#if ENABLED(CANCEL_OBJECTS)
3654+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3655+
#endif
36533656

36543657
/**
36553658
* I2C position encoders for closed loop control.

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,9 @@
36503650
* Implement M486 to allow Marlin to skip objects
36513651
*/
36523652
//#define CANCEL_OBJECTS
3653+
#if ENABLED(CANCEL_OBJECTS)
3654+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3655+
#endif
36533656

36543657
/**
36553658
* I2C position encoders for closed loop control.

config/examples/AlephObjects/TAZ4/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,9 @@
36503650
* Implement M486 to allow Marlin to skip objects
36513651
*/
36523652
//#define CANCEL_OBJECTS
3653+
#if ENABLED(CANCEL_OBJECTS)
3654+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3655+
#endif
36533656

36543657
/**
36553658
* I2C position encoders for closed loop control.

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,6 +3661,9 @@
36613661
* Implement M486 to allow Marlin to skip objects
36623662
*/
36633663
//#define CANCEL_OBJECTS
3664+
#if ENABLED(CANCEL_OBJECTS)
3665+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3666+
#endif
36643667

36653668
/**
36663669
* I2C position encoders for closed loop control.

config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3651,6 +3651,9 @@
36513651
* Implement M486 to allow Marlin to skip objects
36523652
*/
36533653
//#define CANCEL_OBJECTS
3654+
#if ENABLED(CANCEL_OBJECTS)
3655+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3656+
#endif
36543657

36553658
/**
36563659
* I2C position encoders for closed loop control.

config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3652,6 +3652,9 @@
36523652
* Implement M486 to allow Marlin to skip objects
36533653
*/
36543654
//#define CANCEL_OBJECTS
3655+
#if ENABLED(CANCEL_OBJECTS)
3656+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3657+
#endif
36553658

36563659
/**
36573660
* I2C position encoders for closed loop control.

config/examples/Anet/A2/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,9 @@
36503650
* Implement M486 to allow Marlin to skip objects
36513651
*/
36523652
//#define CANCEL_OBJECTS
3653+
#if ENABLED(CANCEL_OBJECTS)
3654+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3655+
#endif
36533656

36543657
/**
36553658
* I2C position encoders for closed loop control.

config/examples/Anet/A2plus/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,6 +3650,9 @@
36503650
* Implement M486 to allow Marlin to skip objects
36513651
*/
36523652
//#define CANCEL_OBJECTS
3653+
#if ENABLED(CANCEL_OBJECTS)
3654+
#define CANCEL_OBJECTS_REPORTING // Emit the current object as a status message
3655+
#endif
36533656

36543657
/**
36553658
* I2C position encoders for closed loop control.

0 commit comments

Comments
 (0)