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
/
kinematics
/
extruder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+5
*
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
-107
/
+195
*
gcode_move: Support additional toolhead axes
Kevin O'Connor
2025-05-12
1
-0
/
+4
*
toolhead: Initial support for adding extra axes to toolhead moves
Kevin O'Connor
2025-05-12
1
-13
/
+14
*
extruder: Remove update_move_time() call
Kevin O'Connor
2025-05-12
1
-6
/
+2
*
extruder: Rename extruder.move() to extruder.process_move()
Kevin O'Connor
2025-05-12
1
-1
/
+1
*
extruder: Allow dynamic adjustment of pressure advance (#6635)
Dmitry Butyugin
2024-07-11
1
-4
/
+7
*
extruder: Remove deprecated commands and config
Kevin O'Connor
2024-02-15
1
-30
/
+1
*
toolhead: Keep stepcompress move history relative to current time (#6439)
Francois Chagnon
2023-12-30
1
-3
/
+3
*
Revert "toolhead: Use dict for step generation flush times. (#6303)"
Kevin O'Connor
2023-10-21
1
-1
/
+5
*
toolhead: Use dict for step generation flush times. (#6303)
Viesturs Zariņš
2023-10-19
1
-5
/
+1
*
extruder: store currently sync'ed motion queue name
Pedro Lamas
2023-02-09
1
-1
/
+5
*
extruder: Add extruder name to extruder_stepper respond message (#6020)
CODeRUS
2023-02-03
1
-2
/
+4
*
extruder_stepper: Support configuring pressure advance from config
Dmitry Butyugin
2022-09-01
1
-4
/
+4
*
extruder: Verify trapq is unmodified on default SET_PRESSURE_ADVANCE
Kevin O'Connor
2022-03-04
1
-0
/
+3
*
extruder: Allow an extruder object to be created without a stepper
Kevin O'Connor
2022-03-04
1
-7
/
+16
*
extruder: Deprecate old extruder commands and shared_heater config option
Kevin O'Connor
2022-02-10
1
-0
/
+1
*
extruder: Add new SYNC_EXTRUDER_MOTION command
Kevin O'Connor
2022-02-10
1
-0
/
+8
*
extruder: Add support for reversing the direction of extruder stepper movement
Kevin O'Connor
2022-02-10
1
-1
/
+12
*
extruder: Add a SET_EXTRUDER_ROTATION_DISTANCE command
Kevin O'Connor
2022-02-10
1
-9
/
+22
*
extruder: Support disassociating a stepper from all extruders
Kevin O'Connor
2022-01-16
1
-2
/
+5
*
extruder: Support SYNC_STEPPER_TO_EXTRUDER on extruder objects
Kevin O'Connor
2022-01-16
1
-8
/
+23
*
extruder: Separate extruder stepper tracking to new ExtruderStepper class
Kevin O'Connor
2022-01-16
1
-75
/
+97
*
extruder: Don't store pressure_advance value in trapq moves
Kevin O'Connor
2022-01-16
1
-6
/
+7
*
stepper: Add mcu_to_commanded_position() method
Kevin O'Connor
2021-08-22
1
-1
/
+2
*
extruder: Add get_trapq() method
Kevin O'Connor
2021-07-29
1
-0
/
+4
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
1
-2
/
+2
*
extruder: expose `can_extrude` flag based on temperature
Kamil Trzcinski
2021-06-14
1
-0
/
+1
*
stepper: Improve get_past_commanded_position()
Kevin O'Connor
2021-05-29
1
-3
/
+1
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
1
-1
/
+0
*
extruder: Support looking up an extruder position from a past time
Kevin O'Connor
2021-03-13
1
-0
/
+6
*
heaters: Make sure set_temp() command wakes up the idle_timeout
Kevin O'Connor
2021-03-05
1
-4
/
+2
*
extruder: Make sure to flush steps during sync_stepper()
Kevin O'Connor
2021-02-26
1
-0
/
+2
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-2
/
+4
*
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
-2
/
+1
*
extruder_stepper: Don't directly access extruder member variables
Kevin O'Connor
2020-06-06
1
-2
/
+4
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
extruder: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-32
/
+28
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-4
/
+4
*
heater: Move M105 command handling from gcode.py to heater.py
Kevin O'Connor
2020-04-25
1
-1
/
+1
*
extruder: step_distance must be positive on SET_EXTRUDER_STEP_DISTANCE
Kevin O'Connor
2020-03-28
1
-1
/
+1
*
stepper: No need to pass stepper_kinematics to set_step_dist()
Kevin O'Connor
2020-03-28
1
-5
/
+5
*
Extruder: Add g-code to set extruder step_distance (#2598)
David Smith
2020-03-28
1
-0
/
+17
*
extruder_stepper: Initial support for synchronized extruder steppers
Simo Apell
2020-01-06
1
-0
/
+2
*
heater: Do not flush look-ahead queue on a heater temperature update
Kevin O'Connor
2020-01-03
1
-4
/
+2
*
extruder: No need to track extrude_pos locally
Kevin O'Connor
2019-12-17
1
-4
/
+2
*
extruder: Flush step generation on ACTIVATE_EXTRUDER
Kevin O'Connor
2019-12-17
1
-0
/
+1
*
extruder: Move M104/M140 commands from gcode.py to extruder.py
Kevin O'Connor
2019-12-16
1
-1
/
+28
[next]