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
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
3
-2
/
+6
*
heaters: Change default smooth_time from 2 seconds to 1 second
Kevin O'Connor
2021-09-03
1
-1
/
+1
*
tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...
github@matthewlloyd.net
2021-09-02
1
-3
/
+24
*
tuning_tower: Add SKIP parameter
github@matthewlloyd.net
2021-09-02
1
-0
/
+3
*
tmc: Fix typo in get_status()
Kevin O'Connor
2021-08-30
1
-0
/
+1
*
adxl345: Allow multiple simultaneous clients
Kevin O'Connor
2021-08-30
1
-12
/
+1
*
adxl345: Change default chip name from "default" to "adxl345"
Kevin O'Connor
2021-08-30
1
-8
/
+4
*
adxl345: Compress each sample from 6 bytes to 5 bytes
Kevin O'Connor
2021-08-30
1
-15
/
+29
*
adxl345: Implement timing via new adxl345_status messages
Kevin O'Connor
2021-08-30
2
-80
/
+125
*
adxl345: Support querying accelerometer data from webhooks interface
Kevin O'Connor
2021-08-30
1
-63
/
+109
*
adxl345: Add new start_internal_client() function and use in callers
Kevin O'Connor
2021-08-30
2
-44
/
+57
*
adxl345: Always initialize device on start_measurements() call
Kevin O'Connor
2021-08-30
1
-15
/
+7
*
adxl345: Move g-code commands to new helper class
Kevin O'Connor
2021-08-30
1
-91
/
+79
*
motion_report: Add helper tool for internal subscribers of data
Kevin O'Connor
2021-08-30
1
-0
/
+22
*
tmc: Add support for a get_status() method
Kevin O'Connor
2021-08-30
6
-1
/
+30
*
homing: Fix error in retract move causing "must home axis" errors
Kevin O'Connor
2021-08-28
1
-12
/
+15
*
manual_stepper: Add missing calc_position() wrapper call
Kevin O'Connor
2021-08-26
1
-0
/
+2
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
4
-23
/
+20
*
motion_report: Add support for dumping steps/trapq via API server
Kevin O'Connor
2021-08-22
1
-5
/
+125
*
tmc: Use config.getint() when reading microstep setting
Kevin O'Connor
2021-08-22
1
-3
/
+5
*
bed_mesh: Use config lists
Kevin O'Connor
2021-08-21
1
-32
/
+51
*
tmc_uart: Use config.getlist() for select_pins config option
Kevin O'Connor
2021-08-21
1
-6
/
+6
*
static_digital_output: Use config.getlist() for pins config option
Kevin O'Connor
2021-08-21
1
-1
/
+1
*
multi_pin: Use config.getlist() for pins config option
Kevin O'Connor
2021-08-21
1
-2
/
+2
*
duplicate_pin_override: Use config.getlist() for pins config option
Kevin O'Connor
2021-08-21
1
-1
/
+1
*
board_pins: Use config list helpers
Kevin O'Connor
2021-08-21
1
-13
/
+4
*
z_tilt: Use config.getlists() for z_positions config option
Kevin O'Connor
2021-08-21
1
-9
/
+2
*
safe_z_home: Use config.getfloatlist() for home_xy_position config option
Kevin O'Connor
2021-08-21
1
-7
/
+2
*
resonance_tester: Use config.getlists() for probe_points config option
Kevin O'Connor
2021-08-21
1
-10
/
+2
*
quad_gantry_level: Use config.getlists() for gantry_corners config option
Kevin O'Connor
2021-08-21
1
-9
/
+2
*
homing_heaters: Use config.getlist() for heaters and steppers config options
Kevin O'Connor
2021-08-21
1
-15
/
+9
*
heater_fan: Use config.getlist() for heater config option
Kevin O'Connor
2021-08-21
1
-3
/
+2
*
gcode_button: Use config.getfloatlist() for analog_range config option
Kevin O'Connor
2021-08-21
1
-6
/
+2
*
endstop_phase: Use config.getintlist() for trigger_phase config option
Kevin O'Connor
2021-08-21
1
-5
/
+1
*
menu_keys: Use config.getfloatlist() for analog_range_ config options
Kevin O'Connor
2021-08-21
1
-6
/
+2
*
delta_calibrate: Use config.getfloatlist() for parsing "stable positions"
Kevin O'Connor
2021-08-21
1
-8
/
+1
*
controller_fan: Use config.getlist() for heater and stepper config parameters
Kevin O'Connor
2021-08-21
1
-12
/
+8
*
probe: Use config.getlists() for points config option
Kevin O'Connor
2021-08-21
1
-8
/
+2
*
screws_tilt_adjust: Use config.getfloatlist() for coordinates config option
Kevin O'Connor
2021-08-21
1
-9
/
+1
*
bed_screws: Use config.getfloatlist() for coordinates config option
Kevin O'Connor
2021-08-21
1
-12
/
+5
*
adxl345: Use config.getlist() for axes_map config option
Kevin O'Connor
2021-08-21
1
-2
/
+2
*
endstop_phase: Calculate phase based on trigger position
Kevin O'Connor
2021-08-17
2
-28
/
+34
*
homing: Calculate homing position based on trigger time
Kevin O'Connor
2021-08-17
1
-19
/
+54
*
mcu: Return time of trigger from home_wait()
Kevin O'Connor
2021-08-17
2
-4
/
+7
*
htu21d: Update htu21d.py (#4520)
dawidmpunkt
2021-08-17
1
-1
/
+1
*
bed_mesh: Added PROFILE name option (#4522)
Randell Hodges
2021-08-17
1
-1
/
+3
*
output_pin: fix time difference calculation
Pascal Pieper
2021-08-17
1
-1
/
+1
*
bed_screws: Finish bed_screws_adjust after n consecutive accepts (#4521)
chrenderle
2021-08-17
1
-6
/
+12
*
bed_mesh: Fix off-by-one error in faulty region error report
Kevin O'Connor
2021-08-17
1
-2
/
+4
*
motion_report: Fix typo causing incomplete queries
Kevin O'Connor
2021-08-17
1
-4
/
+2
[next]