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
*
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
*
tmc: Always report values after a SET_TMC_CURRENT command
Kevin O'Connor
2021-02-27
1
-14
/
+15
*
tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()
Kevin O'Connor
2021-02-27
6
-68
/
+37
*
tmc2660: Add set_current()/get_current() helpers to TMC2660CurrentHelper
Kevin O'Connor
2021-02-27
1
-9
/
+15
*
tmc5160: Add set_current()/get_current() helpers to TMC5160CurrentHelper
Kevin O'Connor
2021-02-27
1
-14
/
+18
*
tmc2130: Add set_current()/get_current() helper functions to TMCCurrentHelper
Kevin O'Connor
2021-02-27
1
-16
/
+20
*
mcu: Raise a command_error on a command timeout event
Kevin O'Connor
2021-02-27
1
-4
/
+6
*
virtual_sdcard: exact filename match before case insensitive one
Andre LeBlanc
2021-02-26
1
-1
/
+3
*
extruder: Make sure to flush steps during sync_stepper()
Kevin O'Connor
2021-02-26
1
-0
/
+2
*
tmc2130: Add spi daisy chain support
Marco D'Alessio
2021-02-26
2
-16
/
+61
*
tmc: Improve error message on missing microsteps config
Kevin O'Connor
2021-02-23
1
-1
/
+2
[next]