From 0ce0f15c0e95054dcc7143d9e56b3b0ad377a6d0 Mon Sep 17 00:00:00 2001 From: David Lang Date: Fri, 8 Nov 2024 15:31:52 -0800 Subject: [PATCH] don't assume Z=0 when starting calibration --- FluidNC/src/Maslow/Maslow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/FluidNC/src/Maslow/Maslow.cpp b/FluidNC/src/Maslow/Maslow.cpp index e2cef3340..1bd9c5b50 100644 --- a/FluidNC/src/Maslow/Maslow.cpp +++ b/FluidNC/src/Maslow/Maslow.cpp @@ -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");