Scott Lahteine пре 9 година
родитељ
комит
79633a74ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Прегледај датотеку

@@ -4520,7 +4520,7 @@ inline void gcode_M410() { quickStop(); }
4520 4520
       err = true;
4521 4521
     }
4522 4522
 
4523
-    if (!err) mbl.set_z(select_x_index(x), select_y_index(y), z);
4523
+    if (!err) mbl.set_z(mbl.select_x_index(x), mbl.select_y_index(y), z);
4524 4524
   }
4525 4525
 
4526 4526
 #endif

Loading…
Откажи
Сачувај