Move probe deploy after setup call in G29
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user