Pārlūkot izejas kodu

Fix probe height at G28 start

Scott Lahteine 10 gadus atpakaļ
vecāks
revīzija
abd7fc36b6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Parādīt failu

2306
 
2306
 
2307
           // raise extruder
2307
           // raise extruder
2308
           float measured_z,
2308
           float measured_z,
2309
-                z_before = Z_RAISE_BETWEEN_PROBINGS + (probePointCounter ? current_position[Z_AXIS] : 0);
2309
+                z_before = probePointCounter ? Z_RAISE_BETWEEN_PROBINGS + current_position[Z_AXIS] : Z_RAISE_BEFORE_PROBING;
2310
 
2310
 
2311
           #ifdef DELTA
2311
           #ifdef DELTA
2312
             // Avoid probing the corners (outside the round or hexagon print surface) on a delta printer.
2312
             // Avoid probing the corners (outside the round or hexagon print surface) on a delta printer.

Notiek ielāde…
Atcelt
Saglabāt