Browse Source

Followup to Cancel Objects

Scott Lahteine 5 years ago
parent
commit
c2cec563dc

+ 7 - 0
config/examples/SCARA/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/Tevo/Michelangelo/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/Tevo/Tarantula Pro/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/TheBorg/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/TinyBoy2/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/Tronxy/X3A/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

+ 7 - 0
config/examples/Tronxy/X5S-2E/Configuration_adv.h

@@ -2556,6 +2556,13 @@
   //#define HOST_PROMPT_SUPPORT
 #endif
 
+/**
+ * Cancel Objects
+ *
+ * Implement M486 to allow Marlin to skip objects
+ */
+//#define CANCEL_OBJECTS
+
 /**
  * I2C position encoders for closed loop control.
  * Developed by Chris Barr at Aus3D.

Some files were not shown because too many files changed in this diff