Move probe deploy after setup call in G29
This commit is contained in:
parent
e69916d1bd
commit
a6b8c67df4
|
@ -3475,14 +3475,14 @@ inline void gcode_G28() {
|
|||
#endif // !DELTA
|
||||
}
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
deploy_z_probe();
|
||||
#endif
|
||||
|
||||
stepper.synchronize();
|
||||
|
||||
setup_for_endstop_or_probe_move();
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
deploy_z_probe();
|
||||
#endif
|
||||
|
||||
feedrate = homing_feedrate[Z_AXIS];
|
||||
|
||||
bed_leveling_in_progress = true;
|
||||
|
|
Loading…
Reference in a new issue