aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tuning_tower.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-08-16 22:02:23 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-08-20 21:03:22 -0400
commit4115a77342239bfbef3be2463e3ba6b5c3616167 (patch)
treebfe930fb3fca2db45b3a78e5ed4943dde29fe2ab /klippy/extras/tuning_tower.py
parent560d48dbc9bbea51c317ebeef92f9262d31923f1 (diff)
downloadkutter-4115a77342239bfbef3be2463e3ba6b5c3616167.tar.gz
kutter-4115a77342239bfbef3be2463e3ba6b5c3616167.tar.xz
kutter-4115a77342239bfbef3be2463e3ba6b5c3616167.zip
gcode: Automatically call reset_last_position() on a toolhead set_position()
Generate a "toolhead:set_position" event on a call to toolhead.set_position() and use that event to automatically call gcode.reset_last_position(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras/tuning_tower.py')
-rw-r--r--klippy/extras/tuning_tower.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/extras/tuning_tower.py b/klippy/extras/tuning_tower.py
index dcdc67fe..753e5433 100644
--- a/klippy/extras/tuning_tower.py
+++ b/klippy/extras/tuning_tower.py
@@ -35,7 +35,6 @@ class TuningTower:
self.command_fmt = "%s %s=%%.9f" % (command, parameter)
self.normal_transform = self.gcode.set_move_transform(self, force=True)
self.last_z = -99999999.9
- self.gcode.reset_last_position()
self.get_position()
gcmd.respond_info("Starting tuning test (start=%.6f factor=%.6f)"
% (self.start, self.factor))