mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-08 15:37:31 -06:00
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:
parent
f382762962
commit
e4bb90a1ca
2 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue