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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
idex_modes: Fixed the case when carriages home in the same direction (#6310)
Dmitry Butyugin
2023-09-29
1
-8
/
+45
*
cartesian: fix x-axis being hardcoded for dual_carriage (#6313)
D4SK
2023-08-11
1
-1
/
+2
*
idex_modes: A small fix for MOVE_SPEED param
Dmitry Butyugin
2023-08-01
1
-1
/
+1
*
idex_modes: COPY and MIRROR mode implementation (#6297)
Dmitry Butyugin
2023-08-01
4
-179
/
+237
*
idex_modes: Native input shaping support with dual carriages
Dmitry Butyugin
2023-06-06
1
-16
/
+41
*
hybrid_corexy: Fix changing dual-carriage carriage will inadvertently set axi...
Frans-Willem Hardijzer
2023-05-25
2
-2
/
+10
*
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
*
delta: Better delta build volume constraint check
janherich
2022-12-30
1
-1
/
+7
*
corexz: Multiple steppers per axis on CoreXZ
Neko-vecter
2022-12-02
1
-7
/
+6
*
kinematics: Add deltesian printers (#5743)
Tircown
2022-09-01
1
-0
/
+184
*
extruder_stepper: Support configuring pressure advance from config
Dmitry Butyugin
2022-09-01
1
-4
/
+4
*
delta: Added the possibility to get where the "cone shape" of the build volum...
Nitram
2022-08-19
1
-0
/
+1
*
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
*
delta: Multiple steppers on delta tower (#5217)
Andrei Ignat
2022-02-28
1
-3
/
+3
*
corexy: Multiple steppers per axis on CoreXY (#4886)
Andrei Ignat
2022-02-28
1
-7
/
+6
*
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
*
delta: max z-accel and speed ratio calculation for deltas (#4689)
Nitram
2021-11-29
1
-1
/
+4
*
delta: Don't limit XY+Z moves to max_z_velocity
Kevin O'Connor
2021-10-11
1
-5
/
+3
*
kinematics: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
6
-27
/
+27
*
hybrid_corexy: Improve Python3 compatibility
Kevin O'Connor
2021-09-30
2
-2
/
+4
*
delta: Make the 'arm_length' description more clear in save_state()
Kevin O'Connor
2021-09-02
1
-3
/
+3
*
stepper: Add mcu_to_commanded_position() method
Kevin O'Connor
2021-08-22
1
-1
/
+2
*
idex_modes: Fix get_status (#4550)
Tircown
2021-08-01
1
-1
/
+1
*
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
*
kinematics: Add dual_carriage to hybrid-corexyz (#4296)
Tircown
2021-06-27
3
-9
/
+184
*
extruder: expose `can_extrude` flag based on temperature
Kamil Trzcinski
2021-06-14
1
-0
/
+1
*
stepper: Remove set_tag_position() code
Kevin O'Connor
2021-05-29
10
-22
/
+22
*
stepper: Improve get_past_commanded_position()
Kevin O'Connor
2021-05-29
1
-3
/
+1
*
kinematics: Add hybrid-corexy and hybrid-corexz (#4229)
Tircown
2021-05-03
2
-0
/
+200
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
8
-42
/
+2
*
rotary_delta: Fix typo in get_status() homed_axes
Kevin O'Connor
2021-03-29
1
-1
/
+1
*
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
*
winch: Improve python3 compatibility
Kevin O'Connor
2021-01-17
1
-1
/
+1
*
kinematics: Calculate axis_minimum/axis_maximum in advance
Kevin O'Connor
2021-01-08
8
-76
/
+69
*
kinematics: report all axis limits (min/max)
Janar Sööt
2020-12-28
8
-15
/
+76
[next]