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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fan: Add tachometer support
Adrian Keet
2021-03-01
5
-2
/
+238
*
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
*
logextract: Improve handling of TMC UART read/write register commands
Kevin O'Connor
2021-02-28
1
-1
/
+3
*
tmc: Allow more retries on a TMC UART read error during background checks
Kevin O'Connor
2021-02-28
1
-1
/
+10
*
logextract: Add helper to decode tmcuart messages
Kevin O'Connor
2021-02-28
1
-0
/
+104
*
config: fan pin number correction for Robin Nano 3 (#4005)
Oleksii Zelivianskyi
2021-02-28
1
-1
/
+2
*
confifg: Update printer-flsun-q5-2020.cfg (#4000)
FrY Sennberg
2021-02-28
1
-1
/
+1
*
config: EXP2 header pin correction in Robin Nano 3 (#3997)
Oleksii Zelivianskyi
2021-02-28
1
-1
/
+1
*
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
3
-2
/
+83
*
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
3
-16
/
+73
*
tmc: Improve error message on missing microsteps config
Kevin O'Connor
2021-02-23
1
-1
/
+2
*
stepper: Improve error messages on missing rotation_distance
Kevin O'Connor
2021-02-23
1
-5
/
+8
*
docs: Use BME280 (uppercase) in Config_Reference.md (#3896)
Stefan Dej
2021-02-22
1
-2
/
+2
*
test: Add printer-flsun-q5-2020.cfg to printers.test and minor changes
Kevin O'Connor
2021-02-22
2
-3
/
+2
*
config: add Flsun Q5 config (#3915)
FrY Sennberg
2021-02-22
1
-0
/
+113
*
Revert "bme280: Rename sensor_type from BME280 to bme280"
Kevin O'Connor
2021-02-20
2
-4
/
+1
*
menu: Default menu should check extruders have heaters (#3969)
Janar Sööt
2021-02-20
1
-2
/
+2
*
menu: redesigned name scroller & menu rendering (#3837)
Janar Sööt
2021-02-20
2
-93
/
+95
*
config: Rename generic-mks-robin-nano.cfg to generic-mks-robin-nano-v1.cfg
Kevin O'Connor
2021-02-20
2
-1
/
+1
*
config: Add example generic-mks-robin-nano-v2.cfg config
Kevin O'Connor
2021-02-20
2
-0
/
+113
*
config: Add example generic-mks-robin-nano-v3.cfg config
Kevin O'Connor
2021-02-20
2
-0
/
+110
*
stm32: Add support for 48KiB bootloaders
Kevin O'Connor
2021-02-20
1
-0
/
+3
*
scripts: Fix typo in install-centos.sh
Kevin O'Connor
2021-02-20
1
-1
/
+1
*
bme280: Rename sensor_type from BME280 to bme280
Kevin O'Connor
2021-02-20
2
-1
/
+4
*
temperature_host: Rename "path" config to "sensor_path"
Kevin O'Connor
2021-02-20
3
-5
/
+6
*
temperature_host: Improve backwards compatibility check
Kevin O'Connor
2021-02-19
1
-2
/
+5
*
temperature_host: Rename rpi_temperature and add support for custom paths
Evgenii
2021-02-19
5
-17
/
+30
*
stm32: Optimize stm32f401 peripheral clock
Kevin O'Connor
2021-02-19
1
-2
/
+6
*
stm32: stm32f401 pll_freq updates
Arkadiusz Raj
2021-02-19
1
-2
/
+3
*
stm32: 25MHz clock fixes
Arkadiusz Raj
2021-02-19
1
-1
/
+2
*
stm32: Fix missing STM32F429 clock initialization
Arkadiusz Raj
2021-02-19
1
-2
/
+3
*
stm32: F429 shall use 168Mhz to allow easy USB clock configuration
Arkadiusz Raj
2021-02-19
1
-2
/
+2
*
test: Add printer-robo3d-r2-2017.cfg to printers.test
Kevin O'Connor
2021-02-19
2
-2
/
+1
[next]