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
/
toolhead.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
toolhead: Pass set_position() homing_axes parameter as a string
Kevin O'Connor
2025-01-21
1
-1
/
+1
*
resonance_tester: Added a new sweeping_vibrations resonance test method (#6723)
Dmitry Butyugin
2024-12-05
1
-3
/
+10
*
toolhead: Remove arbitrary constants controlling junction deviation
Kevin O'Connor
2024-11-29
1
-19
/
+19
*
toolhead: Use delta_v2 when calculating centripetal force
Kevin O'Connor
2024-11-29
1
-4
/
+5
*
klippy: remove a few unused variable assignments (#6504)
Kamil Domański
2024-04-05
1
-1
/
+0
*
toolhead: Populate minimum_cruise_ratio to printer.configfile.settings
Kevin O'Connor
2024-04-02
1
-6
/
+7
*
toolhead: Replace max_accel_to_decel with minimum_cruise_ratio
Kevin O'Connor
2024-03-13
1
-18
/
+29
*
toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity()
Kevin O'Connor
2024-01-18
1
-7
/
+7
*
toolhead: Rename MoveQueue class to LookAheadQueue
Kevin O'Connor
2024-01-18
1
-14
/
+14
*
toolhead: Extend flushing slightly past required time
Kevin O'Connor
2024-01-17
1
-3
/
+5
*
toolhead: Ensure full kin_flush_delay after flush_step_generation()
Kevin O'Connor
2024-01-16
1
-3
/
+4
*
toolhead: Make sure to flush history when in debug output mode
Kevin O'Connor
2023-12-30
1
-9
/
+11
*
toolhead: Avoid calling reactor.monotonic() on each _advance_flush_time()
Kevin O'Connor
2023-12-30
1
-6
/
+7
*
toolhead: Keep stepcompress move history relative to current time (#6439)
Francois Chagnon
2023-12-30
1
-4
/
+7
*
toolhead: Simplify _advance_flush_time() sg_flush_time calculation
Kevin O'Connor
2023-12-26
1
-2
/
+3
*
toolhead: Fix _calc_print_time() after G4 and SET_PRESSURE_ADVANCE
Kevin O'Connor
2023-12-26
1
-2
/
+4
*
toolhead: Track separate time for flush_step_generation() and need_flush_time
Kevin O'Connor
2023-12-16
1
-5
/
+9
*
toolhead: Support flushing even while lookahead queue is idle
Kevin O'Connor
2023-12-07
1
-26
/
+45
*
toolhead: Rework flushing to be based on mcu flush time
Kevin O'Connor
2023-12-07
1
-35
/
+38
*
toolhead: Separate out priming flush notification to its own timer
Kevin O'Connor
2023-12-07
1
-4
/
+21
*
toolhead: Clarify internal toolhead "stall" and "pause" naming
Kevin O'Connor
2023-12-07
1
-30
/
+32
*
toolhead: Remove undocumented buffer management config parameters
Kevin O'Connor
2023-12-07
1
-19
/
+14
*
Revert "toolhead: Use dict for step generation flush times. (#6303)"
Kevin O'Connor
2023-10-21
1
-9
/
+8
*
toolhead: Use dict for step generation flush times. (#6303)
Viesturs Zariņš
2023-10-19
1
-8
/
+9
*
toolhead: Flush in chunks from flush_step_generation()
Kevin O'Connor
2023-01-08
1
-2
/
+8
*
toolhead: Rename last_kin_flush_time to force_flush_time
Kevin O'Connor
2023-01-08
1
-8
/
+8
*
toolhead: Fix note_kinematic_activity()
Kevin O'Connor
2023-01-08
1
-1
/
+1
*
toolhead: Capture current junction_deviation in a Move class
Dmitry Butyugin
2022-10-17
1
-3
/
+4
*
toolhead: Fix toolhead stop on SET_VELOCITY_LIMIT (#5053)
Stephen Hurd
2021-12-30
1
-1
/
+0
*
toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620)
Stefan Dej
2021-08-31
1
-10
/
+19
*
Revert "toolhead: change SET_VELOCITY_LIMIT respond behavior"
Kevin O'Connor
2021-08-24
1
-19
/
+7
*
toolhead: change SET_VELOCITY_LIMIT respond behavior
stefand
2021-08-24
1
-7
/
+19
*
trapq: Store toolhead.set_position() updates in trapq history
Kevin O'Connor
2021-07-29
1
-1
/
+3
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
1
-4
/
+4
*
toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in config
Kevin O'Connor
2021-04-30
1
-8
/
+4
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
1
-6
/
+0
*
toolhead: Export the print_stalls value via get_status()
Kevin O'Connor
2021-04-09
1
-0
/
+1
*
toolhead: Make sure input_shaper movement starts after endstop checking
Kevin O'Connor
2021-03-29
1
-0
/
+1
*
homing: Make homing.py an "extras" module
Kevin O'Connor
2021-01-08
1
-2
/
+2
*
gcode: Move definition of CommandError and Coord from homing.py to gcode.py
Kevin O'Connor
2021-01-08
1
-4
/
+4
*
kinematics: Calculate axis_minimum/axis_maximum in advance
Kevin O'Connor
2021-01-08
1
-1
/
+2
*
toolhead: Fixed reporting of the kinematic limits
Dmitry Butyugin
2020-10-14
1
-2
/
+3
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-2
/
+2
*
homing: Remove EndstopError
Kevin O'Connor
2020-09-04
1
-3
/
+3
*
toolhead: Add a move.move_error() helper
Kevin O'Connor
2020-09-03
1
-0
/
+4
*
gcode_move: Move GCodeMove class from gcode.py to new extras module
Kevin O'Connor
2020-08-20
1
-1
/
+2
*
toolhead: Move G4 and M400 commands from gcode.py to toolhead.py
Kevin O'Connor
2020-08-20
1
-1
/
+10
*
toolhead: Remove unused get_stats() data
Kevin O'Connor
2020-08-20
1
-10
/
+2
*
toolhead: Add a manual_move() helper function
Kevin O'Connor
2020-08-20
1
-0
/
+7
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-0
/
+1
[next]