Browse Source

Backport cosmetic

Richard Wackerbarth 8 years ago
parent
commit
1635613c25
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      Marlin/Configuration.h

+ 10
- 10
Marlin/Configuration.h View File

@@ -478,14 +478,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
478 478
 
479 479
   #else  // !AUTO_BED_LEVELING_GRID
480 480
 
481
-      // Arbitrary points to probe.
482
-      // A simple cross-product is used to estimate the plane of the bed.
483
-      #define ABL_PROBE_PT_1_X 15
484
-      #define ABL_PROBE_PT_1_Y 180
485
-      #define ABL_PROBE_PT_2_X 15
486
-      #define ABL_PROBE_PT_2_Y 20
487
-      #define ABL_PROBE_PT_3_X 170
488
-      #define ABL_PROBE_PT_3_Y 20
481
+    // Arbitrary points to probe.
482
+    // A simple cross-product is used to estimate the plane of the bed.
483
+    #define ABL_PROBE_PT_1_X 15
484
+    #define ABL_PROBE_PT_1_Y 180
485
+    #define ABL_PROBE_PT_2_X 15
486
+    #define ABL_PROBE_PT_2_Y 20
487
+    #define ABL_PROBE_PT_3_X 170
488
+    #define ABL_PROBE_PT_3_Y 20
489 489
 
490 490
   #endif // AUTO_BED_LEVELING_GRID
491 491
 
@@ -504,8 +504,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
504 504
   #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
505 505
   #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
506 506
 
507
-//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
508
-                                                                            // Useful to retract a deployable Z probe.
507
+  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
508
+                                                                             // Useful to retract a deployable Z probe.
509 509
 
510 510
   //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
511 511
   //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.

Loading…
Cancel
Save