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
*
bulk_sensor: Rework ChipClockUpdater class into FixedFreqReader
Kevin O'Connor
2024-04-20
5
-93
/
+66
*
bulk_sensor: Refactor ChipClockUpdater constructor
Kevin O'Connor
2024-04-20
5
-45
/
+31
*
ldc1612: Use extract_samples() for sample timestamp calculation
Kevin O'Connor
2024-04-20
1
-22
/
+10
*
mpu9250: Use extract_samples() for sample timestamp calculation
Kevin O'Connor
2024-04-20
1
-30
/
+11
*
lis2dw: Use extract_samples() for sample timestamp calculation
Kevin O'Connor
2024-04-20
1
-33
/
+11
*
adxl345: Move sample timestamp calculation to reusable code
Kevin O'Connor
2024-04-20
2
-31
/
+44
*
virtual_sdcard: Define a default for on_gcode_error
Kevin O'Connor
2024-04-15
1
-1
/
+7
*
homing_override: Adds rawparams support
Pedro Lamas
2024-04-12
1
-0
/
+1
*
manual_stepper: Revert "manual_stepper: Add basic status. (#6527)"
Kevin O'Connor
2024-04-10
1
-5
/
+0
*
probe_eddy_current: Use sensor value at halt position for "trigger" position
Kevin O'Connor
2024-04-09
1
-0
/
+44
*
probe_eddy_current: Initial support for PROBE command
Kevin O'Connor
2024-04-09
2
-1
/
+125
*
probe_eddy_current: Support calibrating Z height to sensor frequency
Kevin O'Connor
2024-04-09
2
-3
/
+190
*
ldc1612: Add LDC_CALIBRATE_DRIVE_CURRENT calibration command
Kevin O'Connor
2024-04-09
1
-3
/
+45
*
ldc1612: Initial host support for reading ldc1612 bulk sensor data
Kevin O'Connor
2024-04-09
1
-0
/
+154
*
probe: Add a probing_move() wrapper to low-level mcu_probe class
Kevin O'Connor
2024-04-09
3
-7
/
+15
*
mcu: Separate trdispatch handling from MCU_endstop class
Kevin O'Connor
2024-04-09
1
-37
/
+60
*
klippy: remove a few unused variable assignments (#6504)
Kamil Domański
2024-04-05
9
-9
/
+1
*
manual_stepper: Add basic status. (#6527)
Viesturs Zariņš
2024-04-04
1
-0
/
+5
*
virtual_sdcard: Fix handling of unicode characters on Python2
Kevin O'Connor
2024-04-02
1
-3
/
+6
*
toolhead: Populate minimum_cruise_ratio to printer.configfile.settings
Kevin O'Connor
2024-04-02
1
-6
/
+7
*
motion_report: Don't negate step_distance on steppers with inverted dir pin
Kevin O'Connor
2024-04-02
1
-2
/
+0
*
tmc2240: add ADC voltage formatters
Kamil Domański
2024-03-20
1
-0
/
+2
*
configfile: Add support for reporting runtime_warnings via the API server
Kevin O'Connor
2024-03-13
2
-4
/
+14
*
mcu: Write a warning to the log if an incorrect mcu frequency is detected
Kevin O'Connor
2024-03-13
1
-0
/
+14
*
heaters: Clarify reported stats after a shutdown
Kevin O'Connor
2024-03-13
1
-1
/
+6
*
pid_calibrate: Fix PID_CALIBRATE command when used with heater_generic
Kevin O'Connor
2024-03-13
2
-8
/
+12
*
toolhead: Replace max_accel_to_decel with minimum_cruise_ratio
Kevin O'Connor
2024-03-13
2
-23
/
+34
*
shaper_calibrate: Fixed crashes in SHAPER_CALIBRATE and TEST_RESONANCES
Dmitry Butyugin
2024-02-17
2
-12
/
+16
*
scripts: Added shaper tuning parameters to calibrate_shaper script
Dmitry Butyugin
2024-02-16
2
-17
/
+47
*
bed_mesh: Remove deprecated relative_reference_index
Kevin O'Connor
2024-02-15
1
-36
/
+6
*
extruder: Remove deprecated commands and config
Kevin O'Connor
2024-02-15
1
-30
/
+1
*
heaters: Remove deprecated thermistor "NTC 100K beta 3950"
Kevin O'Connor
2024-02-15
2
-8
/
+0
*
bed_mesh: add ZFADE parameter to BED_MESH_OFFSET
Eric Callahan
2024-02-15
1
-3
/
+10
*
bed_mesh: fix profile_name reporting in get_status()
Eric Callahan
2024-01-28
1
-10
/
+8
*
bed_mesh: fix manual mode point generation
Eric Callahan
2024-01-28
1
-5
/
+8
*
virtual_sdcard: fix virtual SD file position count (#6472)
Kiswich
2024-01-27
1
-1
/
+1
*
bed_mesh: Implement adaptive bed mesh (#6461)
voidtrance
2024-01-26
1
-2
/
+112
*
mcu: Remove support for set_pwm() cycle_time parameter
Kevin O'Connor
2024-01-23
4
-32
/
+13
*
pwm_cycle_time: New module for output pins with dynamic cycle times
Kevin O'Connor
2024-01-23
2
-15
/
+133
*
output_pin: Deprecate the maximum_mcu_duration parameter
Kevin O'Connor
2024-01-23
1
-0
/
+1
*
mcu: Remove support for "static" pins
Kevin O'Connor
2024-01-23
4
-48
/
+9
*
output_pin: Deprecate static_value parameter
Kevin O'Connor
2024-01-23
1
-19
/
+20
*
sensor_lis2dw: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-11
/
+7
*
sensor_mpu9250: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-10
/
+16
*
sensor_adxl345: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-10
/
+6
*
bulk_sensor: Don't assume chip_clock is zero on start of queries
Kevin O'Connor
2024-01-19
4
-9
/
+13
*
sensor_bulk: New C file with helper code for sending bulk sensor measurements
Kevin O'Connor
2024-01-19
5
-69
/
+40
*
sensor_angle: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-5
/
+2
*
sensor_lis2dw: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-6
/
+2
*
sensor_mpu9250: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-6
/
+2
[next]