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
*
replicape: Don't require a host alias for the enable_pin default
Kevin O'Connor
2021-03-25
1
-1
/
+1
*
menu: changes in tune menu according to #4023 (#4086)
Janar Sööt
2021-03-23
1
-3
/
+3
*
graph_accelerometer: Support axis-level comparison of adxl345 data
Dmitry Butyugin
2021-03-20
1
-0
/
+4
*
shaper_calibrate: Reduced min shaper freqs to match max_accel ~= 1500
Dmitry Butyugin
2021-03-20
1
-6
/
+6
*
shaper_calibrate: Ignore vibrations below max_psd / 20 threshold
Dmitry Butyugin
2021-03-20
1
-8
/
+16
*
shaper_calibrate: Estimate max_accel to avoid excessive smoothing
Dmitry Butyugin
2021-03-20
1
-8
/
+34
*
mcu: Update hints for "Timer too close" and "No next step" errors
Kevin O'Connor
2021-03-19
1
-1
/
+6
*
htu21d: sensor definition fix (#4075)
Jon Sanders
2021-03-18
1
-0
/
+3
*
tmc2660: Fix typo in seup field
Kevin O'Connor
2021-03-18
1
-1
/
+1
*
tmc2660: Use lowercase for stallguard/coolstep fields
Kevin O'Connor
2021-03-18
1
-15
/
+15
*
tmc2660: Report SE in DUMP_TMC even if zero
Kevin O'Connor
2021-03-16
1
-2
/
+3
*
tmc2130: Report CS_ACTUAL in DUMP_TMC even if zero
Kevin O'Connor
2021-03-16
1
-0
/
+1
*
tmc: Only check for tmc2130 reset via CS_ACTUAL if IHOLD > 0
Kevin O'Connor
2021-03-15
1
-0
/
+3
*
bme280: Add support for BMP280 and BME680 sensors (#4040)
Michael Kurz
2021-03-15
1
-66
/
+335
*
tmc: Improve driver reset check on tmc2130 and tmc2660
Kevin O'Connor
2021-03-15
1
-9
/
+23
*
tmc: Move clear_gstat check for tmc2130 to within TMCErrorCheck class
Kevin O'Connor
2021-03-15
2
-7
/
+8
*
tmc2660: Change stallguard flags to better match tmc2130/tmc5160
Kevin O'Connor
2021-03-15
1
-6
/
+5
*
filament_motion_sensor: Add filament_motion_sensor (#3857)
TheJoshW
2021-03-14
1
-0
/
+76
*
extruder: Support looking up an extruder position from a past time
Kevin O'Connor
2021-03-13
1
-0
/
+6
*
stepcompress: Add support for tracking history of queue_step commands
Kevin O'Connor
2021-03-13
3
-28
/
+130
*
serialhdl: Only load the CAN module if CAN bus is configured
Kevin O'Connor
2021-03-13
1
-1
/
+2
*
mcu: Add support for connecting to devices on a CAN bus
Kevin O'Connor
2021-03-13
2
-6
/
+43
*
console: Add support for connecting via CAN bus
Kevin O'Connor
2021-03-13
1
-3
/
+13
*
serialhdl: Add support for communicating over a CAN bus
Kevin O'Connor
2021-03-13
1
-1
/
+46
*
serialqueue: Support sending messages over a CAN bus
Kevin O'Connor
2021-03-13
4
-30
/
+80
*
tmc_uart: Limit to only one active uart at a time on an mcu
Kevin O'Connor
2021-03-12
1
-1
/
+18
*
tmc2130: Fix broken error report due to missing self.name
Kevin O'Connor
2021-03-11
1
-0
/
+1
*
tmc2130: Verify SPI register writes
Kevin O'Connor
2021-03-10
4
-11
/
+41
*
tmc2660: Do not enable SFILT by default
Kevin O'Connor
2021-03-10
1
-2
/
+1
*
idle_timeout: change standard timeout g-code (#4018)
fleinze
2021-03-07
1
-1
/
+3
*
heaters: Make sure set_temp() command wakes up the idle_timeout
Kevin O'Connor
2021-03-05
4
-12
/
+14
*
klippy: Fix check for duplicate objects
Kevin O'Connor
2021-03-05
1
-1
/
+1
*
console: Add option to enable debug output mode
Kevin O'Connor
2021-03-02
1
-1
/
+7
*
console: Make baud an optional parameter
Kevin O'Connor
2021-03-02
1
-3
/
+10
*
serialhdl: Update callers to decide serial fd type
Kevin O'Connor
2021-03-02
3
-68
/
+85
*
st7920: Better support for emulated ST7920 displays (#3979)
teeminus
2021-03-01
2
-44
/
+126
*
fan: Minor updates to tachometer handling
Kevin O'Connor
2021-03-01
2
-5
/
+3
*
fan: Add tachometer support
Adrian Keet
2021-03-01
2
-1
/
+113
*
serialqueue: correctly report EOF errors
Lasse Dalegaard
2021-03-01
1
-1
/
+4
*
chelper: Move logging_callback() to global scope
Kevin O'Connor
2021-03-01
1
-4
/
+6
*
serialhdl: prevent creation of controlling tty
Lasse Dalegaard
2021-03-01
1
-2
/
+3
*
tmc: Fix order of init during sensorless homing
Kevin O'Connor
2021-02-28
2
-4
/
+11
*
tmc: No need to delay init on a stepper enable
Kevin O'Connor
2021-02-28
1
-3
/
+2
*
tmc: Allow more retries on a TMC UART read error during background checks
Kevin O'Connor
2021-02-28
1
-1
/
+10
*
tmc_uart: Minor change - make the baud rate setting more clear
Kevin O'Connor
2021-02-27
1
-1
/
+3
*
tmc: Add support for periodic checking of driver status
Kevin O'Connor
2021-02-27
2
-2
/
+78
*
tmc: Reinitialize on every driver enable
Kevin O'Connor
2021-02-27
1
-32
/
+36
*
tmc2660: Fix tmc register reading
Kevin O'Connor
2021-02-27
1
-30
/
+35
*
tmc2660: Use common warning/error flag names and descriptions
Kevin O'Connor
2021-02-27
1
-43
/
+30
*
tmc5160: Merge field formatters into tmc2130.py
Kevin O'Connor
2021-02-27
2
-5
/
+1
[next]