aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mcu: Support multi-mcu homingKevin O'Connor2021-08-281-12/+31
* 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-255-24/+24
* Revert "toolhead: change SET_VELOCITY_LIMIT respond behavior"Kevin O'Connor2021-08-241-19/+7
* toolhead: change SET_VELOCITY_LIMIT respond behaviorstefand2021-08-241-7/+19
* motion_report: Add support for dumping steps/trapq via API serverKevin O'Connor2021-08-221-5/+125
* webhooks: Add register_mux_endpoint() helper functionKevin O'Connor2021-08-221-0/+28
* stepper: Add mcu_to_commanded_position() methodKevin O'Connor2021-08-222-3/+3
* tmc: Use config.getint() when reading microstep settingKevin O'Connor2021-08-221-3/+5
* bed_mesh: Use config listsKevin O'Connor2021-08-211-32/+51
* tmc_uart: Use config.getlist() for select_pins config optionKevin O'Connor2021-08-211-6/+6
* static_digital_output: Use config.getlist() for pins config optionKevin O'Connor2021-08-211-1/+1
* multi_pin: Use config.getlist() for pins config optionKevin O'Connor2021-08-211-2/+2
* duplicate_pin_override: Use config.getlist() for pins config optionKevin O'Connor2021-08-211-1/+1
* board_pins: Use config list helpersKevin O'Connor2021-08-211-13/+4
* z_tilt: Use config.getlists() for z_positions config optionKevin O'Connor2021-08-211-9/+2
* safe_z_home: Use config.getfloatlist() for home_xy_position config optionKevin O'Connor2021-08-211-7/+2
* resonance_tester: Use config.getlists() for probe_points config optionKevin O'Connor2021-08-211-10/+2