Skip to content

Commit

Permalink
don't assume Z=0 when starting calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelang committed Nov 8, 2024
1 parent abdfd53 commit 0ce0f15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FluidNC/src/Maslow/Maslow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1405,10 +1405,6 @@ void Maslow_::runCalibration() {
}
stop();

//Save the z-axis 'stop' position
targetZ = 0;
setZStop();

//if not all axis are homed, we can't run calibration, OR if the user hasnt entered width and height?
if (!allAxisExtended()) {
log_error("Cannot run calibration until all belts are extended fully");
Expand Down

0 comments on commit 0ce0f15

Please sign in to comment.