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
*
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
*
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
7
-9
/
+9
*
toolhead: Add a move.move_error() helper
Kevin O'Connor
2020-09-03
7
-22
/
+17
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-2
/
+0
*
polar: fix limit_z default value
Arksine
2020-08-06
1
-2
/
+2
*
corexz: Add CoreXZ kinematics (#3129)
Voron
2020-07-30
1
-0
/
+101
*
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
*
cartesian: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-2
/
+2
*
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
[next]