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
/
extras
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
77
-63
/
+187
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-1
/
+0
*
Rename everything significant to Kutter except for docs
Tomasz Kramkowski
2025-08-15
4
-5
/
+5
*
Remove python2 support (first party)
Tomasz Kramkowski
2025-08-06
1
-5
/
+2
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
138
-7890
/
+11752
*
klippy: fix typos in python code (#6989)
Thijs Triemstra
2025-07-25
15
-25
/
+25
*
safe_z_home: correct error call
Paul Arthur
2025-07-22
1
-1
/
+1
*
mcp4018: Remove support for manual i2c - use standard mcu software i2c instead
Kevin O'Connor
2025-07-22
1
-65
/
+4
*
pca9632: Remove custom software i2c - use normal mcu software i2c instead
Kevin O'Connor
2025-07-22
1
-5
/
+2
*
heaters: Increase time before clearing the temperature of an inactive heater
Kevin O'Connor
2025-07-19
1
-2
/
+4
*
tmc.py: add track of stallguard
Timofey Titovets
2025-07-12
4
-0
/
+102
*
tmc: add enriched UART read
Timofey Titovets
2025-07-12
1
-6
/
+14
*
tmc: add spi status decode
Timofey Titovets
2025-07-12
1
-0
/
+7
*
tmc2660: add enriched SPI read
Timofey Titovets
2025-07-12
1
-3
/
+11
*
tmc: add enriched SPI read
Timofey Titovets
2025-07-12
1
-5
/
+16
*
sht3x: reads should be retried with at least 0.5s pause
Timofey Titovets
2025-07-11
2
-3
/
+17
*
ads1x1x: Rename local 'config' variable to pcfg
Kevin O'Connor
2025-07-08
1
-22
/
+22
*
ads1x1x: Revert incorrect removal of assignment to self.config
Kevin O'Connor
2025-07-08
1
-0
/
+1
*
input_shaper: fix printer obj reference
Timofey Titovets
2025-06-06
1
-1
/
+1
*
docs: Note 'config' object shouldn't be accessed after initial load
Kevin O'Connor
2025-06-04
3
-4
/
+1
*
input_shaper: Track kinematics updates by dual_carriage
Dmitry Butyugin
2025-06-04
1
-8
/
+33
*
htu21: fix crash on unknown dev id
Timofey Titovets
2025-06-02
1
-16
/
+22
*
print_stats: Fix for filament statistics bug in print_stats.py for toolchang...
Ingo Donasch
2025-05-31
1
-0
/
+5
*
sos_filter: Improve error checking on section_idx
Kevin O'Connor
2025-05-29
1
-1
/
+1
*
load_cell_probe: Avoid peeking directly at config.section member variable
Kevin O'Connor
2025-05-29
1
-1
/
+1
*
load_cell_probe: Create LoadCellProbe
Gareth Farrington
2025-05-29
1
-0
/
+658
*
probe: Create ProbeVirtualEndstopDeprecation
Gareth Farrington
2025-05-29
1
-0
/
+11
*
sensor_hx71x: Update Sensors to report to load_cell_probe
Gareth Farrington
2025-05-29
2
-0
/
+13
*
sos_filter: Second Order Sections MCU Filter
Gareth Farrington
2025-05-29
1
-0
/
+232
*
lis2dw: if spi is used - disable i2c
Timofey Titovets
2025-05-26
1
-0
/
+3
*
dual_carriage: Fixed input shaper stepper kinematics initialization
Dmitry Butyugin
2025-05-22
1
-0
/
+4
*
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
1
-6
/
+22
*
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
*
force_move: No need to pass 4 parameters to toolhead.set_position()
Kevin O'Connor
2025-05-12
1
-1
/
+1
*
generic_cartesian: Fixed safe_z_home and manual_probe for new kinematics
Dmitry Butyugin
2025-05-10
3
-16
/
+31
*
gcode_macro: more descriptive "unable to parse as a literal" error - display ...
Matszwe02
2025-05-08
1
-2
/
+2
*
kinematics: Generic Cartesian kinematics implementation (#6815)
Dmitry Butyugin
2025-05-06
4
-5
/
+14
*
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
[next]