aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* input_shaper: Fix python3 string encodingKevin O'Connor2021-10-261-2/+2
* input_shaper: Restore shaper_type config optionKevin O'Connor2021-10-261-1/+2
* input_shaper: Factored out AxisInputShaper classDmitry Butyugin2021-10-263-113/+129
* input_shaper: Define input shapers in a single place in Python codeDmitry Butyugin2021-10-265-374/+198
* temperature_sensor: round reported temps to 2 decimal placesEric Callahan2021-10-151-3/+3
* temperature_host: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* lm75: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* htu21d: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* heaters: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* ds18b20: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* bme280: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* adxl345: Renamed decode_samples and fixed/added checks on empty dataDmitry Butyugin2021-10-133-8/+37
* tmc: add current values to get_status() (#4696)Philipp Temminghoff2021-10-111-1/+4
* delta: Don't limit XY+Z moves to max_z_velocityKevin O'Connor2021-10-111-5/+3
* button: Support half-stepping encodersRufo Sanchez2021-10-112-35/+91
* configfile: Use Python2's ConfigParser when running on Python2Kevin O'Connor2021-10-092-5/+8
* console: Fix Python2 compatibilityKevin O'Connor2021-10-081-1/+1
* configfile: Workaround for non-ascii comments on Python2Kevin O'Connor2021-10-081-1/+2
* ds18b20: Improve Python3 compatibilityKevin O'Connor2021-10-071-3/+4
* adxl345: Expanded invalid adxl345 id messageDmitry Butyugin2021-10-061-2/+5
* adxl345: Renamed debug commands to fix their parsing by KlipperDmitry Butyugin2021-10-061-10/+10
* configfile: Ignore trailing comments starting with a semicolonKevin O'Connor2021-10-061-1/+2
* scripts: Use backport of a recent Python3 configparser on Python2Kevin O'Connor2021-10-041-7/+1
* klippy: Add a build import test toolKevin O'Connor2021-10-041-0/+19
* klippy: Add Python2 module wrappers and use Python3 module namingKevin O'Connor2021-10-046-8/+29
* webhooks: Convert to Python3 string encodingKevin O'Connor2021-10-041-15/+18
* gcode: Convert to Python3 string encodingKevin O'Connor2021-10-011-2/+2
* console: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+1
* virtual_sdcard: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+1
* configfile: Convert to Python3 string encodingKevin O'Connor2021-10-011-2/+2
* util: Convert to Python3 string encodingKevin O'Connor2021-10-011-5/+5
* mcu: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+2
* reactor: Convert to Python3 string encodingKevin O'Connor2021-10-011-2/+2
* serialhdl: Convert to Python3 string encodingKevin O'Connor2021-10-011-6/+6
* kinematics: Convert to Python3 string encodingKevin O'Connor2021-10-019-30/+31
* display: Convert to Python3 string encodingKevin O'Connor2021-10-016-279/+279
* screws_tilt_adjust: Improve Python3 compatibilityKevin O'Connor2021-09-301-1/+1
* hybrid_corexy: Improve Python3 compatibilityKevin O'Connor2021-09-302-2/+4
* fan: Improve python3 compatibilityKevin O'Connor2021-09-301-1/+1
* stepper: Make sure to report an error if endstop_pin is not definedKevin O'Connor2021-09-291-2/+2
* motion_report: Fix typo causing error reports to not propagateKevin O'Connor2021-09-261-1/+1
* configfile: Add support for reporting deprecated optionsKevin O'Connor2021-09-166-2/+34
* configfile: Setup get_status() results after check_unused_options()Kevin O'Connor2021-09-161-5/+5
* heaters: Change default smooth_time from 2 seconds to 1 secondKevin O'Connor2021-09-031-1/+1
* tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...github@matthewlloyd.net2021-09-021-3/+24
* tuning_tower: Add SKIP parametergithub@matthewlloyd.net2021-09-021-0/+3
* delta: Make the 'arm_length' description more clear in save_state()Kevin O'Connor2021-09-021-3/+3
* toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620)Stefan Dej2021-08-311-10/+19
* stepper: detect duplicate endstopsLasse Dalegaard2021-08-311-6/+26
* tmc: Fix typo in get_status()Kevin O'Connor2021-08-301-0/+1