Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
rschell committed Sep 23, 2022
1 parent 28f8a09 commit ef3d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bCNC/ControlPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ def __init__(self, master, app):
try:
jogRate = float(Utils.config.get("Control", "jograte"))
except Exception:
JogRate = min(CNC.feedmax_x, CNC.feedmax_y, CNC.feedmax_z)
JogRate = min(CNC.feedmax_x, CNC.feedmax_y, CNC.feedmax_z)

frame = Frame(self())
frame.pack(side=TOP, fill=X)
Expand Down

0 comments on commit ef3d94e

Please sign in to comment.