aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: EXP2 header pin correction in Robin Nano 3 (#3997)Oleksii Zelivianskyi2021-02-281-1/+1
* tmc_uart: Minor change - make the baud rate setting more clearKevin O'Connor2021-02-271-1/+3
* tmc: Add support for periodic checking of driver statusKevin O'Connor2021-02-273-2/+83
* tmc: Reinitialize on every driver enableKevin O'Connor2021-02-271-32/+36
* tmc2660: Fix tmc register readingKevin O'Connor2021-02-271-30/+35
* tmc2660: Use common warning/error flag names and descriptionsKevin O'Connor2021-02-271-43/+30
* tmc5160: Merge field formatters into tmc2130.pyKevin O'Connor2021-02-272-5/+1
* tmc: Always report values after a SET_TMC_CURRENT commandKevin O'Connor2021-02-271-14/+15
* tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()Kevin O'Connor2021-02-276-68/+37
* tmc2660: Add set_current()/get_current() helpers to TMC2660CurrentHelperKevin O'Connor2021-02-271-9/+15
* tmc5160: Add set_current()/get_current() helpers to TMC5160CurrentHelperKevin O'Connor2021-02-271-14/+18
* tmc2130: Add set_current()/get_current() helper functions to TMCCurrentHelperKevin O'Connor2021-02-271-16/+20
* mcu: Raise a command_error on a command timeout eventKevin O'Connor2021-02-271-4/+6
* virtual_sdcard: exact filename match before case insensitive oneAndre LeBlanc2021-02-261-1/+3
* extruder: Make sure to flush steps during sync_stepper()Kevin O'Connor2021-02-261-0/+2
* tmc2130: Add spi daisy chain supportMarco D'Alessio2021-02-263-16/+73
* tmc: Improve error message on missing microsteps configKevin O'Connor2021-02-231-1/+2
* stepper: Improve error messages on missing rotation_distanceKevin O'Connor2021-02-231-5/+8
* docs: Use BME280 (uppercase) in Config_Reference.md (#3896)Stefan Dej2021-02-221-2/+2
* test: Add printer-flsun-q5-2020.cfg to printers.test and minor changesKevin O'Connor2021-02-222-3/+2
* config: add Flsun Q5 config (#3915)FrY Sennberg2021-02-221-0/+113
* Revert "bme280: Rename sensor_type from BME280 to bme280"Kevin O'Connor2021-02-202-4/+1
* menu: Default menu should check extruders have heaters (#3969)Janar Sööt2021-02-201-2/+2
* menu: redesigned name scroller & menu rendering (#3837)Janar Sööt2021-02-202-93/+95
* config: Rename generic-mks-robin-nano.cfg to generic-mks-robin-nano-v1.cfgKevin O'Connor2021-02-202-1/+1
* config: Add example generic-mks-robin-nano-v2.cfg configKevin O'Connor2021-02-202-0/+113
* config: Add example generic-mks-robin-nano-v3.cfg configKevin O'Connor2021-02-202-0/+110
* stm32: Add support for 48KiB bootloadersKevin O'Connor2021-02-201-0/+3
* scripts: Fix typo in install-centos.shKevin O'Connor2021-02-201-1/+1
* bme280: Rename sensor_type from BME280 to bme280Kevin O'Connor2021-02-202-1/+4
* temperature_host: Rename "path" config to "sensor_path"Kevin O'Connor2021-02-203-5/+6
* temperature_host: Improve backwards compatibility checkKevin O'Connor2021-02-191-2/+5
* temperature_host: Rename rpi_temperature and add support for custom pathsEvgenii2021-02-195-17/+30
* stm32: Optimize stm32f401 peripheral clockKevin O'Connor2021-02-191-2/+6
* stm32: stm32f401 pll_freq updatesArkadiusz Raj2021-02-191-2/+3
* stm32: 25MHz clock fixesArkadiusz Raj2021-02-191-1/+2
* stm32: Fix missing STM32F429 clock initializationArkadiusz Raj2021-02-191-2/+3
* stm32: F429 shall use 168Mhz to allow easy USB clock configurationArkadiusz Raj2021-02-191-2/+2
* test: Add printer-robo3d-r2-2017.cfg to printers.testKevin O'Connor2021-02-192-2/+1
* config: Add printer-robo3d-r2-v2.1.5.cfg printer config (#3931)Justin Schuh2021-02-191-0/+151
* probe: Add last_z_result to get the latest z result in an Macro (#3835)Christian S2021-02-182-1/+6
* idle_timeout: Add help to SET_IDLE_TIMEOUT (#3945)Arjan Mels2021-02-181-1/+3
* docs: Fix typo in Sensorless_Homing.mdKevin O'Connor2021-02-181-1/+1
* stm32: Add STM32F429 variant (#3926)Arek2021-02-183-9/+25
* config: Correct Ender 6 BLtouch params (#3888)Ben2021-02-181-3/+3
* stepper: Don't cache ffi_lib object in the stepperKevin O'Connor2021-02-181-20/+25
* buildcommands: Extend number of available mcu messages from 96 to 128Kevin O'Connor2021-02-188-43/+50
* msgproto: Avoid peeking into the msgproto class membersKevin O'Connor2021-02-184-60/+78
* config: Update generic-bigtreetech-gtr.cfgKevin O'Connor2021-02-122-1/+9
* stm32: Add support for spi bus on stm32f407 pins PI2,PI3,PI1Kevin O'Connor2021-02-121-0/+5