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
*
temperature_mcu: Add support for rp2350 MCUs
Kevin O'Connor
2024-11-14
1
-1
/
+1
*
axis_twist_compensation: AXIS_TWIST_COMPENSATION new parameter AUTO for autoc...
yochiwarez
2024-11-12
1
-1
/
+161
*
axis_twist_compensation: Implement Y-axis support
yochiwarez
2024-11-12
1
-45
/
+140
*
resonance_tester: Fix chips selection, add accel_per_hz selection (#6726)
MRX8024
2024-11-12
1
-5
/
+3
*
sensor_lis2dw: add lis3dh sensor and i2c communication
Wulfsta
2024-11-12
2
-32
/
+105
*
fan_generic: fixes missing logging import
Pedro Lamas
2024-11-01
1
-0
/
+1
*
homing: Log a warning if probe alters stepper kinematic positions
Kevin O'Connor
2024-10-26
1
-2
/
+12
*
ads1220: Add input_mux and vref options to ADS1220 sensor (#6713)
Gareth Farrington
2024-10-24
1
-4
/
+33
*
fan: Fix restart request handling
Kevin O'Connor
2024-10-01
1
-1
/
+1
*
fan_generic: Support setting a TEMPLATE on SET_FAN_SPEED commands
Kevin O'Connor
2024-09-30
1
-3
/
+19
*
fan: Support calling set_speed() without a print_time
Kevin O'Connor
2024-09-30
4
-13
/
+9
*
output_pin: Support setting a TEMPLATE on SET_PIN commands
Kevin O'Connor
2024-09-30
2
-3
/
+21
*
output_pin: Move template evaluation code from led.py to output_pin.py
Kevin O'Connor
2024-09-30
2
-95
/
+113
*
led: Generalize template evaluation so it is not dependent on LEDs
Kevin O'Connor
2024-09-30
5
-75
/
+76
*
heaters: Fix typo - config.config_error() instead config.error()
Kevin O'Connor
2024-09-25
1
-1
/
+2
*
i2c: drop i2c_modify_bits
Timofey Titovets
2024-09-22
1
-17
/
+1
*
sx1509: drop i2c_modify_bits
Timofey Titovets
2024-09-22
1
-7
/
+5
*
fan: Wait full kick_start_time even if request is for full speed
Kevin O'Connor
2024-09-18
1
-1
/
+1
*
fan: Use GCodeRequestQueue to queue updates
Kevin O'Connor
2024-09-18
1
-16
/
+17
*
output_pin: Add send_async_request() support to GCodeRequestQueue
Kevin O'Connor
2024-09-16
1
-2
/
+16
*
output_pin: Improve GCodeRequestQueue timing on duplicate requests
Kevin O'Connor
2024-09-16
2
-17
/
+23
*
led: Fix typo in call to unregister_timer()
Kevin O'Connor
2024-09-16
1
-1
/
+1
*
Revert "fan: Use GCodeRequestQueue to queue updates"
Kevin O'Connor
2024-09-13
1
-15
/
+14
*
output_pin: Keep flushing GCodeRequestQueue if needed
Kevin O'Connor
2024-09-13
1
-18
/
+18
*
servo: Use GCodeRequestQueue to queue updates
Kevin O'Connor
2024-09-12
1
-12
/
+11
*
fan: Use GCodeRequestQueue to queue updates
Kevin O'Connor
2024-09-12
1
-14
/
+15
*
output_pin: Introduce new helper to facilitate queuing of gcode requests
Kevin O'Connor
2024-09-12
1
-14
/
+52
*
output_pin: Remove deprecated maximum_mcu_duration and static_value
Kevin O'Connor
2024-09-12
1
-42
/
+7
*
hx71x: Avoid base classes to improve python2 compatibility
Kevin O'Connor
2024-09-12
2
-17
/
+15
*
temperature_probe: add max_valid_temp option
Eric Callahan
2024-09-01
1
-4
/
+9
*
bme680: measure gas VOC once a while
Timofey Titovets
2024-08-16
1
-8
/
+24
*
bme680: select mode once
Timofey Titovets
2024-08-16
1
-19
/
+22
*
bme280: use periodic mode for BM[PE]280
Timofey Titovets
2024-08-16
1
-18
/
+60
*
bme280.py: drop unused max_sample_time
Timofey Titovets
2024-08-16
1
-2
/
+0
*
bme280.py: iir_filter mask input value
Timofey Titovets
2024-08-16
1
-1
/
+2
*
hx71x: Update api header and docs to correctly note "value" field
Kevin O'Connor
2024-08-14
2
-4
/
+4
*
gcode_arc: merge coords gen & G1 emit
Timofey Titovets
2024-08-12
1
-28
/
+28
*
gcode_arc: refactor simplify
Timofey Titovets
2024-08-12
1
-20
/
+22
*
servo: Asynchronous adjustments of servo position
Dmitry Butyugin
2024-08-03
1
-3
/
+5
*
load_cell: Don't start sensor on startup
Kevin O'Connor
2024-07-31
1
-8
/
+0
*
ads1220: Add ADS1220 bulk sensor to load_cell
Gareth Farrington
2024-07-31
2
-0
/
+189
*
hx71x: Load Cell Skeleton and HX71x bulk ADC
Gareth Farrington
2024-07-31
2
-0
/
+206
*
probe_eddy_current: support thermal compensation
Eric Callahan
2024-07-17
1
-7
/
+31
*
temperature_probe: probe temperature sensor
Eric Callahan
2024-07-17
1
-0
/
+716
*
sht3x: use periodic report mode (#6634)
Timofey Titovets
2024-07-06
2
-13
/
+25
*
smart_effector: Define get_position_endstop() wrapper
Kevin O'Connor
2024-07-04
1
-0
/
+1
*
temperature_mcu: Enhance "ADC out of range" error reports
Kevin O'Connor
2024-06-21
1
-4
/
+10
*
adc_temperature: Enhance "ADC out of range" error reports
Kevin O'Connor
2024-06-21
1
-4
/
+38
*
mcu: Rename setup_minmax() to setup_adc_sample()
Kevin O'Connor
2024-06-21
6
-23
/
+22
*
error_mcu: Support mechanism to add per-instance context to a shutdown
Kevin O'Connor
2024-06-21
1
-2
/
+13
[next]