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:
Kevin O'Connor 2018-10-16 14:13:38 -04:00 committed by KevinOConnor
parent f382762962
commit e4bb90a1ca
2 changed files with 1 additions and 2 deletions

View file

@ -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: