Browse Source

Update Configuration.h

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

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

513
     // Non-linear bed leveling will be used.
513
     // Non-linear bed leveling will be used.
514
     // Compensate by interpolating between the nearest four Z probe values for each point.
514
     // Compensate by interpolating between the nearest four Z probe values for each point.
515
     // Useful for deltas where the print surface may appear like a bowl or dome shape.
515
     // Useful for deltas where the print surface may appear like a bowl or dome shape.
516
-    // Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
516
+    // Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
517
     #define AUTO_BED_LEVELING_GRID_POINTS 9
517
     #define AUTO_BED_LEVELING_GRID_POINTS 9
518
 
518
 
519
   #else  // !AUTO_BED_LEVELING_GRID
519
   #else  // !AUTO_BED_LEVELING_GRID

Loading…
Cancel
Save