Explorar el Código

Fix stupid, stupid, stupid oversight in G29 update

Mea culpa!
Scott Lahteine hace 7 años
padre
commit
f0beae7641
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Ver fichero

@@ -3499,7 +3499,7 @@ inline void gcode_G28() {
3499 3499
             if (HYPOT2(xProbe, yProbe) > sq(DELTA_PROBEABLE_RADIUS) + 0.1) continue;
3500 3500
           #endif
3501 3501
 
3502
-          float measured_z = probe_pt(xProbe, yProbe, stow_probe_after_each, verbose_level);
3502
+          measured_z = probe_pt(xProbe, yProbe, stow_probe_after_each, verbose_level);
3503 3503
 
3504 3504
           #if ENABLED(AUTO_BED_LEVELING_LINEAR)
3505 3505
 

Loading…
Cancelar
Guardar