aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpi_temperature: Minor formatting changesKevin O'Connor2021-01-241-19/+10
* temperature_mcu: Disable the temperature_mcu when using debug outputKevin O'Connor2021-01-241-0/+2
* menu: Update menu.cfg sd_card menu enable condition (#3826)Chip2021-01-241-5/+35
* hall_filament_width_sensor: Fix race condition (#3790)Pascal P2021-01-222-2/+10
* configfile: Add printer.configfile.settings command template parameterKevin O'Connor2021-01-201-7/+16
* gcode_macro: Use deepcopy() on get_status() resultsKevin O'Connor2021-01-204-9/+8
* mcu: Add a get_status() callback with micro-controller info and statsKevin O'Connor2021-01-191-6/+16
* winch: Improve python3 compatibilityKevin O'Connor2021-01-171-1/+1
* save_variables: Import ConfigParser as configparser for better Python3 supportKevin O'Connor2021-01-171-3/+3
* menu: Update menu.cfg (#3778)Alex Zellner2021-01-171-21/+21
* webhooks: Fix use of deprecated Exception.message attribute (#3781)Maël Kerbiriou2021-01-172-5/+5
* homing: Fix references to CommandError()Kevin O'Connor2021-01-111-6/+7
* homing: Make homing.py an "extras" moduleKevin O'Connor2021-01-087-29/+45
* gcode: Move definition of CommandError and Coord from homing.py to gcode.pyKevin O'Connor2021-01-086-28/+24
* kinematics: Calculate axis_minimum/axis_maximum in advanceKevin O'Connor2021-01-089-77/+71
* kinematics: report all axis limits (min/max)Janar Sööt2020-12-288-15/+76