aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* display_status: fix M117 checksum trimming (#3377)jhpadjustable2020-09-281-1/+3
* configfile: report "save_config_pending" via get_status() (#3372)Eric Callahan2020-09-281-1/+5
* mcu: Fix set_pwm() for hard pwmKevin O'Connor2020-09-271-11/+13
* mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor2020-09-265-14/+22
* gpiocmds: Add soft-pwm frequency modulation supportGuy Shapira2020-09-261-9/+16
* chelper: Add missing serialqueue_set_receive_window() def to serialqueue.hKevin O'Connor2020-09-261-0/+1
* chelper: Use standard C type definition for pyhelper_logging_callbackKevin O'Connor2020-09-261-1/+1
* chelper: Rework check for building C codeKevin O'Connor2020-09-261-22/+26
* delta_calibrate: Don't error on an invalid kinematic guessKevin O'Connor2020-09-171-15/+19
* gcode: Don't log debugging output for unknown commands if command is blankKevin O'Connor2020-09-171-1/+3
* heaters: Disable unused pwm output debugging infoKevin O'Connor2020-09-171-3/+3
* reactor: Record time of recent gc collection sweepsKevin O'Connor2020-09-172-10/+16
* display: Remove circular references from intermediate context objectKevin O'Connor2020-09-161-0/+1
* reactor: Add support for explicit Python garbage collectionKevin O'Connor2020-09-162-15/+38
* klippy: Call gc.collect() on a "restart" requestKevin O'Connor2020-09-161-2/+4
* reactor: Terminate any greenlets on finalize() callKevin O'Connor2020-09-161-1/+12
* reactor: Add explicit finalize() method to clean up reactor stateKevin O'Connor2020-09-162-8/+10
* serialhdl: Setup for serialqueue_free to be automatically calledKevin O'Connor2020-09-161-8/+10
* serialhdl: Don't define a __del__() methodKevin O'Connor2020-09-161-2/+0
* mcu: Setup for steppersync_free to be automatically calledKevin O'Connor2020-09-161-14/+14
* mcu: Don't define a __del__() methodKevin O'Connor2020-09-161-2/+0
* bed_mesh: add mesh parameters to BED_MESH_CALIBRATEArksine2020-09-151-12/+84
* probe: add update_probe_points() method to helperArksine2020-09-151-0/+3
* bed_mesh: move algorithm verification to its own methodArksine2020-09-151-6/+11
* bed_mesh: move mesh area configuration to _init_mesh_configArksine2020-09-151-29/+36
* chelper: Set compiler flags to never use "x387" floating point mathKevin O'Connor2020-09-151-7/+18
* probe: add get_status wrapper to probe for last_query from query_probe comman...Paul McGowan2020-09-091-0/+4
* uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...rjpatawaran2020-09-091-4/+9
* adc_scaled: Add support for Duet2 Maestro "vref monitoring"Kevin O'Connor2020-09-091-0/+79
* gcode_button: Add support for analog buttonsKevin O'Connor2020-09-091-1/+11
* mcu: Use schedule_pwm_out instead of set_pwm_out on a restartKevin O'Connor2020-09-091-4/+7
* klippy: Improve handling of reactor.run() exceptionsKevin O'Connor2020-09-061-2/+11
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-051-0/+225
* uc1701: Improve Python3 compatibilityKevin O'Connor2020-09-041-2/+2
* hd44780: Improve Python3 compatibilityKevin O'Connor2020-09-041-1/+1
* buttons: Improve python3 compatibilityKevin O'Connor2020-09-041-3/+3
* pid_calibrate: Update for improved python3 compatibilityKevin O'Connor2020-09-041-1/+1
* probe: Make sure z is homed before probingKevin O'Connor2020-09-041-4/+6
* homing: Prefer printer.command_error() instead of homing.CommandError()Kevin O'Connor2020-09-048-17/+16
* homing: Remove EndstopErrorKevin O'Connor2020-09-0411-25/+21
* toolhead: Add a move.move_error() helperKevin O'Connor2020-09-039-26/+21
* input_shaper: Fix typo in SET_INPUT_SHAPER report of shaper_type_yKevin O'Connor2020-09-031-1/+1
* quad_gantry_level: Add additional comments on how leveling worksKevin O'Connor2020-09-031-18/+41
* spi_temperature: Simplify and comment MAX31865 temperature calculationsKevin O'Connor2020-09-022-19/+22
* spi_temperature: fix MAX31865 temperature conversion (#3274)Adrian Keet2020-09-021-1/+1
* kin_shaper: Fix check for optimized X or Y only calculationsKevin O'Connor2020-08-301-5/+4
* kin_shaper: Add an init_shaper() helper functionKevin O'Connor2020-08-301-26/+22
* kin_shaper: Group shaper setup code togetherKevin O'Connor2020-08-301-90/+93
* kin_shaper: Allocate space for maximum number of shaper pulses in advanceKevin O'Connor2020-08-301-110/+99
* webhooks: Add client_info parameter to "info" webhookKevin O'Connor2020-08-262-14/+32