🩹 Improve and apply XATC reset() (#23840)
This commit is contained in:
committed by
Scott Lahteine
parent
2986bc3b76
commit
fd582dc863
@ -189,8 +189,7 @@ void xatc_wizard_homing_done() {
|
||||
}
|
||||
|
||||
if (ui.use_click()) {
|
||||
xatc.spacing = (probe.max_x() - probe.min_x()) / (XATC_MAX_POINTS - 1);
|
||||
xatc.start = probe.min_x();
|
||||
xatc.reset();
|
||||
|
||||
SET_SOFT_ENDSTOP_LOOSE(true); // Disable soft endstops for free Z movement
|
||||
|
||||
|
Reference in New Issue
Block a user