mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
gcode_move: Move GCodeMove class from gcode.py to new extras module
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b691e013f0
commit
1286d3006c
11 changed files with 296 additions and 284 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue