Skip to content

Commit

Permalink
idex: enable dual carriage support for limited cartesian
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Dec 23, 2024
1 parent ccfb8f4 commit c079454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/kinematics/limited_cartesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, toolhead, config):
self.cmd_SET_KINEMATICS_LIMIT,
desc=self.cmd_SET_KINEMATICS_LIMIT_help,
)
self.supports_dual_carriage = False
self.supports_dual_carriage = True

cmd_SET_KINEMATICS_LIMIT_help = "Set/get cartesian per axis velocity limits"

Expand Down

0 comments on commit c079454

Please sign in to comment.