aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
Commit message (Expand)AuthorAgeFilesLines
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-042-4/+12
* heaters: Remove support for deprecated pid_integral_max optionKevin O'Connor2021-11-021-4/+1
* gcode_macro: Remove support for deprecated featuresKevin O'Connor2021-11-021-13/+2
* temperature_host: Remove support for deprecated rpi_temperature aliasKevin O'Connor2021-11-021-7/+1
* palette2: Use regular str() types for input on Python2Kevin O'Connor2021-10-311-1/+1
* idle_timeout: exit the timer if the printer is shutdownEric Callahan2021-10-291-0/+2
* tmc: Rename handle_stepper_enable() method to _handle_stepper_enable()Kevin O'Connor2021-10-291-2/+2
* tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce itKevin O'Connor2021-10-274-15/+18
* 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-261-97/+114
* input_shaper: Define input shapers in a single place in Python codeDmitry Butyugin2021-10-263-163/+174
* 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
* button: Support half-stepping encodersRufo Sanchez2021-10-112-35/+91
* 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
* klippy: Add Python2 module wrappers and use Python3 module namingKevin O'Connor2021-10-042-2/+2
* virtual_sdcard: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+1
* kinematics: Convert to Python3 string encodingKevin O'Connor2021-10-012-2/+2
* display: Convert to Python3 string encodingKevin O'Connor2021-10-016-279/+279
* screws_tilt_adjust: Improve Python3 compatibilityKevin O'Connor2021-09-301-1/+1
* fan: Improve python3 compatibilityKevin O'Connor2021-09-301-1/+1
* 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-163-2/+6
* 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
* tmc: Fix typo in get_status()Kevin O'Connor2021-08-301-0/+1
* adxl345: Allow multiple simultaneous clientsKevin O'Connor2021-08-301-12/+1
* adxl345: Change default chip name from "default" to "adxl345"Kevin O'Connor2021-08-301-8/+4
* adxl345: Compress each sample from 6 bytes to 5 bytesKevin O'Connor2021-08-301-15/+29
* adxl345: Implement timing via new adxl345_status messagesKevin O'Connor2021-08-302-80/+125
* adxl345: Support querying accelerometer data from webhooks interfaceKevin O'Connor2021-08-301-63/+109
* adxl345: Add new start_internal_client() function and use in callersKevin O'Connor2021-08-302-44/+57
* adxl345: Always initialize device on start_measurements() callKevin O'Connor2021-08-301-15/+7
* adxl345: Move g-code commands to new helper classKevin O'Connor2021-08-301-91/+79
* motion_report: Add helper tool for internal subscribers of dataKevin O'Connor2021-08-301-0/+22
* tmc: Add support for a get_status() methodKevin O'Connor2021-08-306-1/+30
* homing: Fix error in retract move causing "must home axis" errorsKevin O'Connor2021-08-281-12/+15
* manual_stepper: Add missing calc_position() wrapper callKevin O'Connor2021-08-261-0/+2
* configfile: Support config.getchoice() with integer keysKevin O'Connor2021-08-254-23/+20