bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATE

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-10-16 14:13:23 -04:00 committed by KevinOConnor
parent 925562cfb1
commit f382762962
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ class BedTiltCalibrate:
desc=self.cmd_BED_TILT_CALIBRATE_help)
cmd_BED_TILT_CALIBRATE_help = "Bed tilt calibration script"
def cmd_BED_TILT_CALIBRATE(self, params):
self.gcode.run_script_from_command("G28")
self.probe_helper.start_probe(params)
def probe_finalize(self, offsets, positions):
# Setup for coordinate descent analysis