Skip to content

Commit

Permalink
Update corexy_6axis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frylock34 committed Aug 22, 2023
1 parent d6a8a95 commit 50a9311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/kinematics/corexy_6axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _check_endstops(self, move):
or end_pos[i] > self.limits[i][1])):
if self.limits[i][0] > self.limits[i][1]:
raise move.move_error("1019: Must home axis first")
raise move.move_error("1019: ")
raise move.move_error("1019: Must home axis first")

def check_move(self, move):
limits = self.limits
Expand Down

0 comments on commit 50a9311

Please sign in to comment.