Browse Source

Update Configuration.h

esenapaj 9 years ago
parent
commit
59d345a3dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration.h

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

@@ -500,7 +500,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
500 500
     // Non-linear bed leveling will be used.
501 501
     // Compensate by interpolating between the nearest four Z probe values for each point.
502 502
     // Useful for deltas where the print surface may appear like a bowl or dome shape.
503
-    // Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
503
+    // Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
504 504
     #define AUTO_BED_LEVELING_GRID_POINTS 7
505 505
 
506 506
   #else  // !AUTO_BED_LEVELING_GRID

Loading…
Cancel
Save