bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAP
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
f382762962
commit
e4bb90a1ca
@@ -311,7 +311,6 @@ class BedMeshCalibrate:
|
||||
self.start_calibration(params)
|
||||
def start_calibration(self, params):
|
||||
self.bedmesh.set_mesh(None)
|
||||
self.gcode.run_script_from_command("G28")
|
||||
self.probe_helper.start_probe(params)
|
||||
def print_probed_positions(self, print_func):
|
||||
if self.probed_z_table is not None:
|
||||
|
||||
Reference in New Issue
Block a user