aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* probe: Don't allow errors to propagate from "gcode:command_error" eventKevin O'Connor2020-02-181-2/+8
* menu: Set speed for move actions (#2520)Christian S2020-02-171-9/+9
* filament_switch_sensor: Query "printing" status instead of tracking itKevin O'Connor2020-02-171-27/+9
* filament_switch_sensor: Collapse event disable flagsKevin O'Connor2020-02-171-12/+6
* filament_switch_sensor: Minor optimization to note_filament_present()Kevin O'Connor2020-02-171-5/+6
* filament_switch_sensor: Add a get_status() methodArksine2020-02-171-0/+3
* filament_switch_sensor: Execute events using reactor callbacksArksine2020-02-171-4/+5
* filament_switch_sensor: Replace BaseSensor with RunoutHelperArksine2020-02-171-62/+58
* bltouch: Add support for stow_on_each_sampleFanDjango2020-02-151-8/+23
* probe: Add multi_probe_begin() / multi_probe_end() callbacksKevin O'Connor2020-02-152-0/+39
* gcode: Add a "command_error" event notifierKevin O'Connor2020-02-151-0/+1
* homing: Add a "home_rails_begin" event notifierKevin O'Connor2020-02-152-6/+8
* homing: Merge home_prepare()/home_finalize() into move_begin/move_end eventsKevin O'Connor2020-02-157-74/+63
* bme280: handle read timeout exceptionsArksine2020-02-141-5/+12
* hall_filament_width_sensor: Add new filament sensortest3210-d2020-02-141-0/+180
* configfile: Add get_status() to export raw config file informationKevin O'Connor2020-02-131-3/+13
* gcode_macro: Support overriding of builtin g-code commandsKevin O'Connor2020-02-121-2/+23
* gcode: Return previous handler from register_command(cmd, None)Kevin O'Connor2020-02-123-6/+7
* query_endstops: Add get_status() method that reports the last query stateKevin O'Connor2020-02-121-3/+6
* homing: Ability to set retract speed between homing moves (#2487)FanDjango2020-02-122-5/+7
* homing_heaters: Turn off heaters during homing/probing (#2486)FanDjango2020-02-123-0/+76
* stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463)David Smith2020-02-101-3/+28
* tmc: Fix typo preventing stealthchop threshold from being setKevin O'Connor2020-02-091-2/+3
* delayed_gcode: Fix definition reference for UPDATE_DELAYED_GCODE (#2465)David Smith2020-02-031-1/+1
* endstop_phase: Query the stepper step_distance from the stepper objectKevin O'Connor2020-02-011-23/+39
* tmc: Query the stepper step_distance from the stepper objectKevin O'Connor2020-02-012-17/+28
* probe: Add support for configuring lift_speedKevin O'Connor2020-01-311-9/+20
* stepcompress: Fix rounding error when interval=0Kevin O'Connor2020-01-251-2/+2
* hd44780: Increase timeout to 40usKevin O'Connor2020-01-241-1/+1
* delta: Add print_radius option to customize valid XY radiusKevin O'Connor2020-01-231-1/+2
* kinematics: Remove support for identifying Z steppersKevin O'Connor2020-01-2310-18/+14
* itersolve: Add ability to query the active_flags stateKevin O'Connor2020-01-234-0/+14
* heater: add support for BME280Arksine2020-01-131-0/+1
* bme280: initial implementation of BME280 environmental sensorArksine2020-01-131-0/+195
* bed_mesh: detect incompatible mesh profilesArksine2020-01-091-5/+28
* bed_mesh: refactor print_generated_points()Arksine2020-01-091-9/+6
* bed_mesh: fix LOAD_PROFILEArksine2020-01-091-4/+10
* bed_mesh: Allow the default profile to be removedArksine2020-01-091-1/+1
* bed_mesh: improve interpolation checksArksine2020-01-091-20/+42
* bed_mesh: Move BED_MESH_MAP to Bedmesh classArksine2020-01-091-27/+23
* bed_mesh: Add x,y offsets to min/max points in probe_finalizeArksine2020-01-091-18/+13
* bed_mesh: refactoringArksine2020-01-091-99/+99
* bed_mesh: improve logging of generated pointsArksine2020-01-091-20/+33
* bed_mesh: add xy offsets to generated pointsArksine2020-01-091-10/+14
* ProbePointsHelper: Optionally add xy offsets to probe pointsArksine2020-01-091-0/+6
* tuning_tower: Support tuning of traditional g-code commandsKevin O'Connor2020-01-071-5/+8
* gcode: Fix detection of some "extended" g-code commandsKevin O'Connor2020-01-071-4/+11
* rotary_delta: Initial support for rotary delta kinematicsKevin O'Connor2020-01-063-2/+305
* delta_calibrate: Add support for manually entering a nozzle Z heightKevin O'Connor2020-01-061-3/+39
* homing: Don't assume homing occurs with a constant step rateKevin O'Connor2020-01-061-3/+12