aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* 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-272-2/+78
* 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-262-16/+61
* 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
* Revert "bme280: Rename sensor_type from BME280 to bme280"Kevin O'Connor2021-02-201-1/+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
* bme280: Rename sensor_type from BME280 to bme280Kevin O'Connor2021-02-201-1/+1
* temperature_host: Rename "path" config to "sensor_path"Kevin O'Connor2021-02-201-1/+1
* temperature_host: Improve backwards compatibility checkKevin O'Connor2021-02-191-2/+5
* temperature_host: Rename rpi_temperature and add support for custom pathsEvgenii2021-02-192-13/+16
* probe: Add last_z_result to get the latest z result in an Macro (#3835)Christian S2021-02-181-1/+4
* idle_timeout: Add help to SET_IDLE_TIMEOUT (#3945)Arjan Mels2021-02-181-1/+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-187-31/+35
* msgproto: Avoid peeking into the msgproto class membersKevin O'Connor2021-02-183-42/+61
* serialqueue: Batch multiple message blocks in a single write()Kevin O'Connor2021-02-121-29/+38
* serialqueue: Improve timing of sleep durationsKevin O'Connor2021-02-121-4/+10
* chelper: Fix check for failed code buildKevin O'Connor2021-02-071-2/+11
* ds18b20: new module for 1-wire temperature sensor (#3462)Alan Lord2021-02-022-1/+79
* temperature_fan: Add MAX_SPEED and MIN_SPEED to SET_TEMPERATURE_FAN_TARGET co...Lane Roberts2021-02-021-6/+34
* resonance_tester: Increase test max_accel to 10K and max_freq to 133 HzDmitry Butyugin2021-02-021-2/+3
* resonance_tester: Disable input shaping for resonance testingDmitry Butyugin2021-02-021-0/+11
* adxl345: Add accelerometer chip name to the raw data file nameDmitry Butyugin2021-02-021-6/+9
* serialqueue: Improve checking of out-of-order messagesKevin O'Connor2021-02-011-15/+23
* htu21d: Implement support for min_temp/max_temp checksKevin O'Connor2021-02-011-2/+8
* bme280: Implement support for min_temp/max_temp checksKevin O'Connor2021-02-011-1/+7
* spi_temperature: Improve handling of min_temp/max_temp overflowsKevin O'Connor2021-02-011-3/+3
* lm75: Implement support for min_temp/max_temp checksKevin O'Connor2021-02-011-2/+8
* lm75: Use getfloat() for reading the lm75_report_time parameterKevin O'Connor2021-02-011-10/+4
* hd44780: Add hd44780 protocol init configThomas Kroll2021-01-311-1/+6
* htu21d: Fix time reporting of temperature measurementsKevin O'Connor2021-01-241-1/+2
* rpi_temperature: Fix time reporting of temperature measurementsKevin O'Connor2021-01-241-1/+2
* temperature_mcu: Improve handling when in debug output modeKevin O'Connor2021-01-241-0/+2
* bme280: Disable bme280 when using debug outputKevin O'Connor2021-01-241-0/+2
* rpi_temperature: Fix missing get_report_time_delta() callbackKevin O'Connor2021-01-241-0/+3
* rpi_temperature: Disable rpi_temperature when using debug outputKevin O'Connor2021-01-241-0/+2