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
*
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
*
config: Add printer-robo3d-r2-v2.1.5.cfg printer config (#3931)
Justin Schuh
2021-02-19
1
-0
/
+151
*
probe: Add last_z_result to get the latest z result in an Macro (#3835)
Christian S
2021-02-18
2
-1
/
+6
*
idle_timeout: Add help to SET_IDLE_TIMEOUT (#3945)
Arjan Mels
2021-02-18
1
-1
/
+3
*
docs: Fix typo in Sensorless_Homing.md
Kevin O'Connor
2021-02-18
1
-1
/
+1
*
stm32: Add STM32F429 variant (#3926)
Arek
2021-02-18
3
-9
/
+25
*
config: Correct Ender 6 BLtouch params (#3888)
Ben
2021-02-18
1
-3
/
+3
*
stepper: Don't cache ffi_lib object in the stepper
Kevin O'Connor
2021-02-18
1
-20
/
+25
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
8
-43
/
+50
*
msgproto: Avoid peeking into the msgproto class members
Kevin O'Connor
2021-02-18
4
-60
/
+78
*
config: Update generic-bigtreetech-gtr.cfg
Kevin O'Connor
2021-02-12
2
-1
/
+9
*
stm32: Add support for spi bus on stm32f407 pins PI2,PI3,PI1
Kevin O'Connor
2021-02-12
1
-0
/
+5
*
stm32: Minor indention change to spi.c
Kevin O'Connor
2021-02-12
1
-10
/
+10
*
docs: Update PRU command dispatch benchmark
Kevin O'Connor
2021-02-12
1
-3
/
+6
*
serialqueue: Batch multiple message blocks in a single write()
Kevin O'Connor
2021-02-12
1
-29
/
+38
*
serialqueue: Improve timing of sleep durations
Kevin O'Connor
2021-02-12
1
-4
/
+10
*
pru: Request the host not send more than 496 bytes to the pru
Kevin O'Connor
2021-02-12
1
-0
/
+3
*
config: Add generic-mks-rumba32-v1.0.cfg to tests
Kevin O'Connor
2021-02-11
2
-25
/
+1
*
config: Add generic config for the MKS Rumba32
popshansen
2021-02-11
1
-0
/
+168
*
docs: Fix typo in Sensorless_Homing.md (#3916)
Jordan Woyak
2021-02-11
1
-1
/
+1
*
docs: Add SDCard_Updates.md to Overview.md
Kevin O'Connor
2021-02-10
1
-0
/
+2
*
canbus: Call can_notify_rx() at startup so low-level code does not need to
Kevin O'Connor
2021-02-09
2
-3
/
+1
*
canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify
Kevin O'Connor
2021-02-09
3
-13
/
+8
*
docs: Minor wording change to Pressure_Advance.md
Kevin O'Connor
2021-02-08
1
-1
/
+1
*
docs: Reformat Pressure_Advance.md to improve Jekyll rendering
Kevin O'Connor
2021-02-08
1
-5
/
+5
*
docs: Minor update to Pressure_Advance.md
Kevin O'Connor
2021-02-08
1
-6
/
+7
*
chelper: Fix check for failed code build
Kevin O'Connor
2021-02-07
2
-3
/
+12
*
docs: add documentation for SD Card firmware updates
Arksine
2021-02-05
1
-0
/
+149
*
scripts: add flash-sdcard.sh helper script
Arksine
2021-02-05
1
-0
/
+69
[next]