Pārlūkot izejas kodu

Z_RAISE_AFTER_PROBING value was being ignored by Marlin because

raise_z_after_probing() was only called if the printer type was set to a
DELTA or if the printer had a docking sled for the probe.
jbrazio 9 gadus atpakaļ
vecāks
revīzija
17cc2a9663
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      Marlin/Marlin_main.cpp

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

3198
       // Sled assembly for Cartesian bots
3198
       // Sled assembly for Cartesian bots
3199
       #if ENABLED(Z_PROBE_SLED)
3199
       #if ENABLED(Z_PROBE_SLED)
3200
         dock_sled(true); // dock the sled
3200
         dock_sled(true); // dock the sled
3201
+      #elif Z_RAISE_AFTER_PROBING > 0
3202
+        raise_z_after_probing();
3201
       #endif
3203
       #endif
3202
 
3204
 
3203
     #endif // !DELTA
3205
     #endif // !DELTA

Notiek ielāde…
Atcelt
Saglabāt