aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* mathutil: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* gcode: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+10
* clocksync: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* console: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* pins: Add support for pull down resistorsKevin O'Connor2019-02-271-2/+4
* temperature_sensor: Add generic temperature sensor supportDouglas Hammond2019-02-261-0/+27
* temperature_fan: Remove stats as it now supports gcode reportsDouglas Hammond2019-02-261-3/+0
* heater: Support generic gcode_id registration for sensorsDouglas Hammond2019-02-263-11/+14
* heater_bed: Wrap lines to 80 columnsKevin O'Connor2019-02-261-1/+2
* gcode: Use an event to handle restart request actionsKevin O'Connor2019-02-254-11/+17
* gcode: The set_temp() takes an extruder number not a heater idKevin O'Connor2019-02-251-7/+13
* heater: Return heaters with a gcode_id from new get_gcode_sensors()Kevin O'Connor2019-02-252-9/+11
* heater: Rename add_sensor() to add_sensor_factory()Kevin O'Connor2019-02-254-12/+12
* gcode: A set temperature request should use the heater name, not the gcode idKevin O'Connor2019-02-252-17/+8
* gcode: Rename self.heater to self.heatersKevin O'Connor2019-02-251-14/+12
* bed_mesh: simplify configurationArksine2019-02-251-6/+3
* bed_mesh: fix get_position()Arksine2019-02-251-3/+24
* bed_mesh: refactor fade_targetArksine2019-02-251-7/+14
* probe: Set z min value in probe_accuracy to z_offset. (#1314)Rui Caridade2019-02-251-1/+1
* bed_screws: Add a helper tool for leveling bed screwsKevin O'Connor2019-02-241-0/+119
* tmc2130: Use FieldHelper() to set/get driver fieldsKevin O'Connor2019-02-212-57/+106
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-185-25/+26
* probe: Add PROBE_ACCURACY commandRui Caridade2019-02-181-1/+74
* mcp4018: Add initial support for the mcp4018 digipotKevin O'Connor2019-02-161-0/+81
* tsl1401cl_filament_width_sensor: Filament Width Sensor Support (#1132)nopbit2019-02-141-0/+130
* Merge pull request #1242 from john--/pr_generic_heaterKevinOConnor2019-02-142-7/+32
|\
| * Generic Heater SupportJohn Jardine2019-02-142-7/+32
* | spi_software: Implementation of software spiKevin O'Connor2019-02-131-12/+37
* | manual_stepper: Add an "extras" module for manually controlling a stepperKevin O'Connor2019-02-124-3/+121
* | probe: Use manual_probe helper when performing manual probesKevin O'Connor2019-02-121-15/+12
* | probe: Add PROBE_CALIBRATE commandKevin O'Connor2019-02-121-7/+37
* | manual_probe: Add a helper script for performing manual Z probingKevin O'Connor2019-02-122-0/+164
|/
* Revert "serialhdl: Enforce exclusive access on POSIX, this is default behavio...Kevin O'Connor2019-02-101-2/+2
* serialhdl: Enforce exclusive access on POSIX, this is default behavior on win...Daniel2019-02-101-2/+2
* virtual_sdcard: Don't list files starting with a '.'Kevin O'Connor2019-02-081-1/+2
* pause_resume: fixesArksine2019-02-081-12/+28
* gcode: add 'abs_extrude' to get_status() dictionaryArksine2019-02-081-0/+1
* gcode: Return to a default gcode speed of 25mm/sKevin O'Connor2019-02-041-1/+1
* bltouch: Issue just a pin_up command on a normal raise probe attemptKevin O'Connor2019-02-041-1/+2
* bltouch: Increase default pin_move_time from 200ms to 675msKevin O'Connor2019-02-041-1/+1
* spi_temperature: Fix order of initKevin O'Connor2019-02-041-3/+4
* tmc2130: Share config reading helpers with tmc2208.py codeKevin O'Connor2019-02-032-76/+57
* tmc2208: Rename self.field_helper to self.fieldsKevin O'Connor2019-02-031-17/+16
* tmc2208: move local set_field/get_field helpers to FieldHelper classKevin O'Connor2019-02-032-59/+61
* tmc2208: Add helper for setting fields from the config fileKevin O'Connor2019-02-031-45/+42
* tmc2208: Use field definitions during driver initKevin O'Connor2019-02-032-26/+50
* tmc2208: Add register field formattersDmitry Frolov2019-02-032-7/+40
* tmc2130: Convert field helper into a classKevin O'Connor2019-02-032-21/+25
* bed_mesh: add support for round bedsArksine2019-02-021-29/+93
* bed_mesh: log when fade completes.Arksine2019-02-021-7/+12