Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Apr 14, 2023
1 parent 797df64 commit 2847d0a
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 158 deletions.
2 changes: 1 addition & 1 deletion klippy/extras/force_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def manual_move(self, stepper, dist, speed, accel=0.):
#convert convert radians to degrees
dist = math.radians(dist)
speed = math.radians(speed)
# accel = math.radians(accel)
accel = math.radians(accel)


toolhead.flush_step_generation()
Expand Down
Loading

0 comments on commit 2847d0a

Please sign in to comment.