index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
manual_stepper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
1
-2
/
+2
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
1
-1
/
+0
*
homing: Move homing logic from manual_stepper.py to homing.py
Kevin O'Connor
2021-03-29
1
-35
/
+25
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-2
/
+2
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+2
*
manual_stepper: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-18
/
+20
*
Allow manual_stepper to run in parallel than an other stepper
Jeremy Briffaut
2020-03-23
1
-3
/
+7
*
manual_stepper: Fix sensorless endstop for manual_stepper (#2621)
kakou-fr
2020-03-20
1
-0
/
+11
*
manual_stepper: Support ignoring errors on STOP_ON_ENDSTOP
Kevin O'Connor
2020-02-19
1
-3
/
+4
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
1
-5
/
+3
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-10
/
+1
*
force_move: Make sure to flush step generation queue after each move
Kevin O'Connor
2019-11-24
1
-2
/
+4
*
stepper: Move MCU_stepper from mcu.py to stepper.py
Kevin O'Connor
2019-11-12
1
-2
/
+4
*
stepper_enable: Move enable tracking from stepper.py to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-10
/
+18
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-4
/
+0
*
toolhead: Calculate and store axes_r in move class
Kevin O'Connor
2019-11-06
1
-2
/
+2
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
1
-8
/
+5
*
manual_stepper: Convert step generation to use trapq system
Kevin O'Connor
2019-11-06
1
-5
/
+7
*
homing: Catch the more generic CommandError during homing
Kevin O'Connor
2019-06-06
1
-2
/
+2
*
manual_stepper: Add support for moves with acceleration
Kevin O'Connor
2019-03-03
1
-12
/
+17
*
manual_stepper: Add an "extras" module for manually controlling a stepper
Kevin O'Connor
2019-02-12
1
-0
/
+117