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
*
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
*
rotary_delta: The get_status() method should take eventtime parameter
Kevin O'Connor
2020-04-20
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
*
safe_z_home: Support note_z_not_homed() in kinematics (#2500)
David Smith
2020-03-01
3
-0
/
+9
*
delta: Add print_radius option to customize valid XY radius
Kevin O'Connor
2020-01-23
1
-1
/
+2
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
7
-13
/
+7
*
rotary_delta: Initial support for rotary delta kinematics
Kevin O'Connor
2020-01-06
1
-0
/
+224
*
stepper: Track if using units of radians instead of millimeters
Kevin O'Connor
2020-01-06
1
-1
/
+2
*
delta: Simplify DeltaCalibration state tracking
Kevin O'Connor
2020-01-06
1
-42
/
+46
*
delta: Move low-level delta calibration to delta.py
Kevin O'Connor
2020-01-06
1
-2
/
+66
*
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
*
gcode: Remove builtin T0/T1/T2/... command support
Kevin O'Connor
2019-12-10
1
-13
/
+0
*
extruder: Add an ACTIVATE_EXTRUDER command
Kevin O'Connor
2019-12-10
1
-0
/
+13
*
kin_extruder: Apply pressure advance in kin_extruder.c
Kevin O'Connor
2019-12-08
1
-15
/
+12
*
toolhead: Report which axes are homed via get_status()
Kevin O'Connor
2019-11-24
6
-16
/
+15
*
toolhead: Report the current extruder from the get_status() method
Kevin O'Connor
2019-11-24
1
-0
/
+4
*
extruder: Remove support for lookahead() method
Kevin O'Connor
2019-11-21
1
-4
/
+0
[next]