From 57ca91a87594e4332925817111a72a056e765b1c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 24 Apr 2020 22:02:36 -0400 Subject: [PATCH] quad_gantry_level: Use new GCodeCommand wrappers Signed-off-by: Kevin O'Connor --- klippy/extras/quad_gantry_level.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/klippy/extras/quad_gantry_level.py b/klippy/extras/quad_gantry_level.py index 31f6c8a44..300e2ce5c 100644 --- a/klippy/extras/quad_gantry_level.py +++ b/klippy/extras/quad_gantry_level.py @@ -37,9 +37,9 @@ class QuadGantryLevel: desc=self.cmd_QUAD_GANTRY_LEVEL_help) cmd_QUAD_GANTRY_LEVEL_help = ( "Conform a moving, twistable gantry to the shape of a stationary bed") - def cmd_QUAD_GANTRY_LEVEL(self, params): - self.retry_helper.start(params) - self.probe_helper.start_probe(params) + def cmd_QUAD_GANTRY_LEVEL(self, gcmd): + self.retry_helper.start(gcmd) + self.probe_helper.start_probe(gcmd) def probe_finalize(self, offsets, positions): # Mirror our perspective so the adjustments make sense # from the perspective of the gantry