Browse Source

Fix spelling

PROBABLE ->PROBEABLE
This is follow-up to #3069?
esenapaj 8 years ago
parent
commit
89a845659a

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -3079,7 +3079,7 @@ inline void gcode_G28() {
3079 3079
           #if ENABLED(DELTA)
3080 3080
             // Avoid probing the corners (outside the round or hexagon print surface) on a delta printer.
3081 3081
             float distance_from_center = sqrt(xProbe * xProbe + yProbe * yProbe);
3082
-            if (distance_from_center > DELTA_PROBABLE_RADIUS) continue;
3082
+            if (distance_from_center > DELTA_PROBEABLE_RADIUS) continue;
3083 3083
           #endif //DELTA
3084 3084
 
3085 3085
           ProbeAction act;

+ 1
- 1
Marlin/SanityCheck.h View File

@@ -198,7 +198,7 @@
198 198
    * Check if Probe_Offset * Grid Points is greater than Probing Range
199 199
    */
200 200
   #if ENABLED(AUTO_BED_LEVELING_GRID)
201
-    #ifndef DELTA_PROBABLE_RADIUS
201
+    #ifndef DELTA_PROBEABLE_RADIUS
202 202
       // Be sure points are in the right order
203 203
       #if LEFT_PROBE_BED_POSITION > RIGHT_PROBE_BED_POSITION
204 204
         #error LEFT_PROBE_BED_POSITION must be less than RIGHT_PROBE_BED_POSITION.

+ 5
- 5
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -545,11 +545,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
545 545
   #if ENABLED(AUTO_BED_LEVELING_GRID)
546 546
 
547 547
     // Set the rectangle in which to probe.
548
-    #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
549
-    #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
550
-    #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
551
-    #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
552
-    #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
548
+    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
549
+    #define LEFT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
550
+    #define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
551
+    #define FRONT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
552
+    #define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
553 553
 
554 554
     #define MIN_PROBE_EDGE 10 // The Z probe minimum square sides can be no smaller than this.
555 555
 

+ 5
- 5
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -545,11 +545,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
545 545
   #if ENABLED(AUTO_BED_LEVELING_GRID)
546 546
 
547 547
     // set the rectangle in which to probe
548
-    #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
549
-    #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
550
-    #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
551
-    #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
552
-    #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
548
+    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
549
+    #define LEFT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
550
+    #define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
551
+    #define FRONT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
552
+    #define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
553 553
 
554 554
     #define MIN_PROBE_EDGE 10 // The Z probe minimum square sides can be no smaller than this.
555 555
 

+ 5
- 5
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -545,11 +545,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
545 545
   #if ENABLED(AUTO_BED_LEVELING_GRID)
546 546
 
547 547
     // set the rectangle in which to probe
548
-    #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
549
-    #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
550
-    #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
551
-    #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
552
-    #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
548
+    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
549
+    #define LEFT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
550
+    #define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
551
+    #define FRONT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
552
+    #define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
553 553
 
554 554
     #define MIN_PROBE_EDGE 10 // The Z probe minimum square sides can be no smaller than this.
555 555
 

+ 5
- 5
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -532,11 +532,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
532 532
   #if ENABLED(AUTO_BED_LEVELING_GRID)
533 533
 
534 534
     // set the rectangle in which to probe
535
-    #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS-25)
536
-    #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
537
-    #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
538
-    #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
539
-    #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
535
+    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS-25)
536
+    #define LEFT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
537
+    #define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
538
+    #define FRONT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
539
+    #define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
540 540
 
541 541
     #define MIN_PROBE_EDGE 10 // The Z probe minimum square sides can be no smaller than this.
542 542
 

+ 5
- 5
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -537,11 +537,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
537 537
 
538 538
   #if ENABLED(AUTO_BED_LEVELING_GRID)
539 539
 
540
-    #define DELTA_PROBABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
541
-    #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
542
-    #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
543
-    #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
544
-    #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
540
+    #define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 10)
541
+    #define LEFT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
542
+    #define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
543
+    #define FRONT_PROBE_BED_POSITION -DELTA_PROBEABLE_RADIUS
544
+    #define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
545 545
 
546 546
     #define MIN_PROBE_EDGE 20 // The Z probe minimum square sides can be no smaller than this.
547 547
 

Loading…
Cancel
Save