Browse Source

Disable EXTRAPOLATE_FROM_EDGE by default

Scott Lahteine 8 years ago
parent
commit
ca7275a67a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/Marlin_main.cpp

+ 2
- 1
Marlin/Marlin_main.cpp View File

@@ -2316,7 +2316,8 @@ static void clean_up_after_endstop_or_probe_move() {
2316 2316
     //                                : ((c < b) ? b : (a < c) ? a : c);
2317 2317
   }
2318 2318
 
2319
-  #define EXTRAPOLATE_FROM_EDGE
2319
+  //Enable this if your SCARA uses 180° of total area
2320
+  //#define EXTRAPOLATE_FROM_EDGE
2320 2321
 
2321 2322
   #if ENABLED(EXTRAPOLATE_FROM_EDGE)
2322 2323
     #if ABL_GRID_POINTS_X < ABL_GRID_POINTS_Y

Loading…
Cancel
Save