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
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-1
/
+0
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-155
/
+285
*
toolhead: Initial support for adding extra axes to toolhead moves
Kevin O'Connor
2025-05-12
1
-19
/
+47
*
toolhead: Only alter XYZ coordinates on set_position() calls
Kevin O'Connor
2025-05-12
1
-1
/
+1
*
toolhead: Support unregister_step_generator() call
Kevin O'Connor
2025-05-12
1
-0
/
+3
*
extruder: Remove update_move_time() call
Kevin O'Connor
2025-05-12
1
-2
/
+10
*
extruder: Rename extruder.move() to extruder.process_move()
Kevin O'Connor
2025-05-12
1
-1
/
+1
*
manual_stepper: Implement "drip moves" for manual stepper STOP_ON_ENDSTOP
Kevin O'Connor
2025-04-18
1
-1
/
+3
*
toolhead: Avoid toolhead.move() and toolhead._process_moves() in drip_move()
Kevin O'Connor
2025-04-18
1
-37
/
+48
*
toolhead: Avoid LookAheadQueue calling back into toolhead class
Kevin O'Connor
2025-04-18
1
-16
/
+19
*
garbage_collection: freeze objects on klippy ready (#6794)
Branden Cash
2025-02-02
1
-1
/
+1
*
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
[next]