Browse Source

Followup to Cancel Objects

Scott Lahteine 5 years ago
parent
commit
c2cec563dc

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

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

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/UltiMachine/Archim1/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/VORONDesign/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -2570,6 +2570,13 @@
2570 2570
 #endif
2571 2571
 
2572 2572
 /**
2573
+ * Cancel Objects
2574
+ *
2575
+ * Implement M486 to allow Marlin to skip objects
2576
+ */
2577
+//#define CANCEL_OBJECTS
2578
+
2579
+/**
2573 2580
  * I2C position encoders for closed loop control.
2574 2581
  * Developed by Chris Barr at Aus3D.
2575 2582
  *

+ 7
- 0
config/examples/Velleman/K8400/Dual-head/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/Velleman/K8400/Single-head/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/WASP/PowerWASP/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -2559,6 +2559,13 @@
2559 2559
 #endif
2560 2560
 
2561 2561
 /**
2562
+ * Cancel Objects
2563
+ *
2564
+ * Implement M486 to allow Marlin to skip objects
2565
+ */
2566
+//#define CANCEL_OBJECTS
2567
+
2568
+/**
2562 2569
  * I2C position encoders for closed loop control.
2563 2570
  * Developed by Chris Barr at Aus3D.
2564 2571
  *

+ 8
- 1
config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h View File

@@ -1989,7 +1989,7 @@
1989 1989
    *
1990 1990
    * IMPROVE_HOMING_RELIABILITY tunes acceleration and jerk when
1991 1991
    * homing and adds a guard period for endstop triggering.
1992
-   * 
1992
+   *
1993 1993
    * TMC2209 requires STEALTHCHOP enabled for SENSORLESS_HOMING
1994 1994
    */
1995 1995
   //#define SENSORLESS_HOMING // StallGuard capable drivers only
@@ -2490,6 +2490,13 @@
2490 2490
 #endif
2491 2491
 
2492 2492
 /**
2493
+ * Cancel Objects
2494
+ *
2495
+ * Implement M486 to allow Marlin to skip objects
2496
+ */
2497
+//#define CANCEL_OBJECTS
2498
+
2499
+/**
2493 2500
  * I2C position encoders for closed loop control.
2494 2501
  * Developed by Chris Barr at Aus3D.
2495 2502
  *

+ 7
- 0
config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/tvrrug/Round2/Configuration_adv.h View File

@@ -2557,6 +2557,13 @@
2557 2557
 #endif
2558 2558
 
2559 2559
 /**
2560
+ * Cancel Objects
2561
+ *
2562
+ * Implement M486 to allow Marlin to skip objects
2563
+ */
2564
+//#define CANCEL_OBJECTS
2565
+
2566
+/**
2560 2567
  * I2C position encoders for closed loop control.
2561 2568
  * Developed by Chris Barr at Aus3D.
2562 2569
  *

+ 7
- 0
config/examples/wt150/Configuration_adv.h View File

@@ -2558,6 +2558,13 @@
2558 2558
 #endif
2559 2559
 
2560 2560
 /**
2561
+ * Cancel Objects
2562
+ *
2563
+ * Implement M486 to allow Marlin to skip objects
2564
+ */
2565
+//#define CANCEL_OBJECTS
2566
+
2567
+/**
2561 2568
  * I2C position encoders for closed loop control.
2562 2569
  * Developed by Chris Barr at Aus3D.
2563 2570
  *

Loading…
Cancel
Save