Browse Source

Add to all configurations

Scott Lahteine 8 years ago
parent
commit
0d538f3db6

+ 6
- 0
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -538,6 +538,12 @@
538 538
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
539 539
 //#define BEZIER_CURVE_SUPPORT
540 540
 
541
+// G38.2 and G38.3 Probe Target
542
+//#define G38_PROBE_TARGET
543
+#if ENABLED(G38_PROBE_TARGET)
544
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
545
+#endif
546
+
541 547
 // Moves (or segments) with fewer steps than this will be joined with the next move
542 548
 #define MIN_STEPS_PER_SEGMENT 3
543 549
 

+ 6
- 0
Marlin/example_configurations/K8400/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

@@ -540,6 +540,12 @@
540 540
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
541 541
 //#define BEZIER_CURVE_SUPPORT
542 542
 
543
+// G38.2 and G38.3 Probe Target
544
+//#define G38_PROBE_TARGET
545
+#if ENABLED(G38_PROBE_TARGET)
546
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
547
+#endif
548
+
543 549
 // Moves (or segments) with fewer steps than this will be joined with the next move
544 550
 #define MIN_STEPS_PER_SEGMENT 6
545 551
 

+ 6
- 0
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -534,6 +534,12 @@
534 534
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
535 535
 //#define BEZIER_CURVE_SUPPORT
536 536
 
537
+// G38.2 and G38.3 Probe Target
538
+//#define G38_PROBE_TARGET
539
+#if ENABLED(G38_PROBE_TARGET)
540
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
541
+#endif
542
+
537 543
 // Moves (or segments) with fewer steps than this will be joined with the next move
538 544
 #define MIN_STEPS_PER_SEGMENT 6
539 545
 

+ 6
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -534,6 +534,12 @@
534 534
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
535 535
 //#define BEZIER_CURVE_SUPPORT
536 536
 
537
+// G38.2 and G38.3 Probe Target
538
+//#define G38_PROBE_TARGET
539
+#if ENABLED(G38_PROBE_TARGET)
540
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
541
+#endif
542
+
537 543
 // Moves (or segments) with fewer steps than this will be joined with the next move
538 544
 #define MIN_STEPS_PER_SEGMENT 6
539 545
 

+ 6
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -534,6 +534,12 @@
534 534
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
535 535
 //#define BEZIER_CURVE_SUPPORT
536 536
 
537
+// G38.2 and G38.3 Probe Target
538
+//#define G38_PROBE_TARGET
539
+#if ENABLED(G38_PROBE_TARGET)
540
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
541
+#endif
542
+
537 543
 // Moves (or segments) with fewer steps than this will be joined with the next move
538 544
 #define MIN_STEPS_PER_SEGMENT 6
539 545
 

+ 6
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -539,6 +539,12 @@
539 539
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
540 540
 //#define BEZIER_CURVE_SUPPORT
541 541
 
542
+// G38.2 and G38.3 Probe Target
543
+//#define G38_PROBE_TARGET
544
+#if ENABLED(G38_PROBE_TARGET)
545
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
546
+#endif
547
+
542 548
 // Moves (or segments) with fewer steps than this will be joined with the next move
543 549
 #define MIN_STEPS_PER_SEGMENT 6
544 550
 

+ 6
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -534,6 +534,12 @@
534 534
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
535 535
 //#define BEZIER_CURVE_SUPPORT
536 536
 
537
+// G38.2 and G38.3 Probe Target
538
+//#define G38_PROBE_TARGET
539
+#if ENABLED(G38_PROBE_TARGET)
540
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
541
+#endif
542
+
537 543
 // Moves (or segments) with fewer steps than this will be joined with the next move
538 544
 #define MIN_STEPS_PER_SEGMENT 6
539 545
 

+ 6
- 0
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

+ 6
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -532,6 +532,12 @@
532 532
 // Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
533 533
 //#define BEZIER_CURVE_SUPPORT
534 534
 
535
+// G38.2 and G38.3 Probe Target
536
+//#define G38_PROBE_TARGET
537
+#if ENABLED(G38_PROBE_TARGET)
538
+  #define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
539
+#endif
540
+
535 541
 // Moves (or segments) with fewer steps than this will be joined with the next move
536 542
 #define MIN_STEPS_PER_SEGMENT 6
537 543
 

Loading…
Cancel
Save