Browse Source

Fix Z_RAISE_AFTER_PROBING

maverikou 10 years ago
parent
commit
3570447ded
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -2339,7 +2339,7 @@ inline void gcode_G28() {
2339 2339
 
2340 2340
     #endif // !AUTO_BED_LEVELING_GRID
2341 2341
 
2342
-    do_blocking_move_to(MANUAL_X_HOME_POS, MANUAL_Y_HOME_POS, Z_RAISE_AFTER_PROBING);
2342
+    do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], Z_RAISE_AFTER_PROBING);
2343 2343
     st_synchronize();
2344 2344
 
2345 2345
   #ifndef DELTA

Loading…
Cancel
Save