aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_mesh.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-10-16 14:13:38 -0400
committerKevinOConnor <kevin@koconnor.net>2018-10-22 11:26:01 -0400
commite4bb90a1ca9a251941c1d2944b265cdc50916d9c (patch)
treef4b9c3a54ec2dba0dd9175345e35bfcbf7ebbe5a /klippy/extras/bed_mesh.py
parentf382762962b6e39597abbf8ffbbd2192fe0fcba0 (diff)
downloadkutter-e4bb90a1ca9a251941c1d2944b265cdc50916d9c.tar.gz
kutter-e4bb90a1ca9a251941c1d2944b265cdc50916d9c.tar.xz
kutter-e4bb90a1ca9a251941c1d2944b265cdc50916d9c.zip
bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAP
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/bed_mesh.py')
-rw-r--r--klippy/extras/bed_mesh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/extras/bed_mesh.py b/klippy/extras/bed_mesh.py
index 509b92dc..62df4091 100644
--- a/klippy/extras/bed_mesh.py
+++ b/klippy/extras/bed_mesh.py
@@ -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: