Browse Source

Update Configuration.h

esenapaj 9 years ago
parent
commit
a366697649
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/delta/biv2.5/Configuration.h

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

@@ -512,7 +512,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
512 512
     // Non-linear bed leveling will be used.
513 513
     // Compensate by interpolating between the nearest four Z probe values for each point.
514 514
     // Useful for deltas where the print surface may appear like a bowl or dome shape.
515
-    // Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
515
+    // Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
516 516
     #define AUTO_BED_LEVELING_GRID_POINTS 9
517 517
 
518 518
   #else  // !AUTO_BED_LEVELING_GRID

Loading…
Cancel
Save