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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
resonance_tester: Fix typo
Kevin O'Connor
2025-05-13
1
-1
/
+1
*
manual_stepper: Support LIMIT_VELOCITY and LIMIT_ACCEL when using gcode axis
Kevin O'Connor
2025-05-12
1
-2
/
+13
*
manual_stepper: Support position_min and position_max options
Kevin O'Connor
2025-05-12
1
-2
/
+12
*
manual_stepper: Support INSTANTANEOUS_CORNER_VELOCITY on gcode axes
Kevin O'Connor
2025-05-12
1
-1
/
+7
*
manual_stepper: Support registering as an additional axis
Kevin O'Connor
2025-05-12
1
-1
/
+56
*
gcode_move: Support additional toolhead axes
Kevin O'Connor
2025-05-12
2
-6
/
+26
*
gcode_move: Internally track an axis_map to map gcode axis names
Kevin O'Connor
2025-05-12
1
-11
/
+9
*
z_thermal_adjust: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-2
/
+2
*
skew_correction: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-2
/
+2
*
exclude_object: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-17
/
+19
*
resonance_tester: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-5
/
+6
*
bed_tilt: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-5
/
+7
*
bed_mesh: Support toolhead positions with more than 4 axes
Kevin O'Connor
2025-05-12
1
-9
/
+10
*
toolhead: Initial support for adding extra axes to toolhead moves
Kevin O'Connor
2025-05-12
2
-32
/
+61
*
force_move: No need to pass 4 parameters to toolhead.set_position()
Kevin O'Connor
2025-05-12
1
-1
/
+1
*
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
2
-8
/
+12
*
extruder: Rename extruder.move() to extruder.process_move()
Kevin O'Connor
2025-05-12
2
-2
/
+2
*
generic_cartesian: Fixed safe_z_home and manual_probe for new kinematics
Dmitry Butyugin
2025-05-10
3
-16
/
+31
*
stepper: Fix broken manual_stepper rail naming (#6929)
Dmitry Butyugin
2025-05-10
3
-7
/
+9
*
gcode_macro: more descriptive "unable to parse as a literal" error - display ...
Matszwe02
2025-05-08
1
-2
/
+2
*
dual_carriage: Fixed broken safe_distance parameter
Dmitry Butyugin
2025-05-07
3
-3
/
+6
*
kinematics: Generic Cartesian kinematics implementation (#6815)
Dmitry Butyugin
2025-05-06
18
-185
/
+801
*
webhooks: support msgspec json serialization
Eric Callahan
2025-05-02
1
-22
/
+34
*
mcu: Decrease mcu.max_nominal_duration() to 3 seconds from 5
Kevin O'Connor
2025-04-28
1
-1
/
+1
*
heaters: Confirm heater setting in mcu every 3 seconds instead of 5
Kevin O'Connor
2025-04-28
1
-2
/
+2
*
pwm_tool: Use mcu.min_schedule_time() and mcu.max_nominal_duration()
Kevin O'Connor
2025-04-28
1
-6
/
+4
*
led: Use mcu.min_schedule_time() and mcu.max_nominal_duration()
Kevin O'Connor
2025-04-28
1
-8
/
+7
*
pwm_cycle_time: Use mcu.min_schedule_time() and mcu.max_nominal_duration()
Kevin O'Connor
2025-04-28
1
-9
/
+11
*
output_pin: Use mcu.min_schedule_time() and mcu.max_nominal_duration()
Kevin O'Connor
2025-04-28
1
-9
/
+8
*
mcu: Add new min_schedule_time() and max_nominal_duration() helpers
Kevin O'Connor
2025-04-28
1
-1
/
+10
*
lis3dh: increase scale from 8g to 16g
Wulfsta
2025-04-28
1
-3
/
+3
*
probe: Remove ProbeEndstopSessionHelper
Kevin O'Connor
2025-04-18
3
-18
/
+18
*
probe_eddy_current: Separate probe style commands from homing operations
Kevin O'Connor
2025-04-18
1
-20
/
+39
*
probe_eddy_current: Do not support QUERY_PROBE command
Kevin O'Connor
2025-04-18
1
-2
/
+1
*
probe: Add a new LookupZSteppers helper class
Kevin O'Connor
2025-04-18
1
-7
/
+14
*
probe: Convert probing_move() callback to use regular probe sessions system
Kevin O'Connor
2025-04-18
2
-22
/
+39
*
probe: Change probing_move() to pass a gcmd instead of (pos, speed)
Kevin O'Connor
2025-04-18
2
-16
/
+25
*
probe: Add a new ProbeParameterHelper class
Kevin O'Connor
2025-04-18
2
-35
/
+44
*
probe: Add a new lookup_minimum_z() helper function
Kevin O'Connor
2025-04-18
1
-8
/
+9
*
probe: Add a new ProbeEndstopSessionHelper class
Kevin O'Connor
2025-04-18
4
-7
/
+15
*
probe: Add a default probing_move() function to HomingViaProbeHelper
Kevin O'Connor
2025-04-18
4
-12
/
+11
*
manual_stepper: Implement "drip moves" for manual stepper STOP_ON_ENDSTOP
Kevin O'Connor
2025-04-18
2
-6
/
+22
*
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
*
hall_filament_width_sensor: Add filament switch values to status
Russell Cloran
2025-04-17
1
-2
/
+4
*
tmc: add missing freewheel config options
Timofey Titovets
2025-04-17
3
-0
/
+3
*
i2c_software: pass pulse ticks from host
Timofey Titovets
2025-04-17
1
-0
/
+12
*
software_spi: set rate limiting ticks from the host
Timofey Titovets
2025-04-17
1
-0
/
+13
[prev]
[next]