aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/toolhead.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-08-17 00:05:41 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-08-20 21:03:22 -0400
commit1286d3006c355a0fc7c51736a2466794ede00612 (patch)
treec3acfde95e2d06adc639608cbd3ae4005ad4d781 /klippy/toolhead.py
parentb691e013f090ba5bbc64ed087edd4713c3228f95 (diff)
downloadkutter-1286d3006c355a0fc7c51736a2466794ede00612.tar.gz
kutter-1286d3006c355a0fc7c51736a2466794ede00612.tar.xz
kutter-1286d3006c355a0fc7c51736a2466794ede00612.zip
gcode_move: Move GCodeMove class from gcode.py to new extras module
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r--klippy/toolhead.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py
index c0b72d84..ae668429 100644
--- a/klippy/toolhead.py
+++ b/klippy/toolhead.py
@@ -268,7 +268,8 @@ class ToolHead:
desc=self.cmd_SET_VELOCITY_LIMIT_help)
gcode.register_command('M204', self.cmd_M204)
# Load some default modules
- modules = ["idle_timeout", "statistics", "manual_probe", "tuning_tower"]
+ modules = ["gcode_move", "idle_timeout", "statistics", "manual_probe",
+ "tuning_tower"]
for module_name in modules:
self.printer.load_object(config, module_name)
# Print time tracking