aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* 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
* itersolve: Export itersolve_calc_position_from_coord()Kevin O'Connor2020-01-064-4/+13
* stepper: Track if using units of radians instead of millimetersKevin O'Connor2020-01-063-9/+23
* delta: Simplify DeltaCalibration state trackingKevin O'Connor2020-01-061-42/+46
* delta: Move low-level delta calibration to delta.pyKevin O'Connor2020-01-062-72/+76
* delta_calibrate: Move stable position conversion to its own classKevin O'Connor2020-01-062-86/+85
* extruder_stepper: Initial support for synchronized extruder steppersSimo Apell2020-01-062-0/+27
* fan: Do not flush look-ahead queue on fan speed changeKevin O'Connor2020-01-031-4/+6
* toolhead: Add register_lookahead_callback() methodKevin O'Connor2020-01-031-0/+13
* heater: Do not flush look-ahead queue on a heater temperature updateKevin O'Connor2020-01-034-15/+10
* kin_extruder: Convert pressure advance to use "weighted average"Kevin O'Connor2019-12-201-19/+54
* trapq: Limit the duration of "null" sentinal moves on the trapqKevin O'Connor2019-12-201-1/+7
* gcode_arcs: use correct current position from gcodeDaniel Kucera2019-12-181-1/+1
* display: Revert "display: Add ST7567 display support (#1540)"Kevin O'Connor2019-12-182-36/+1
* mathutil: Disable queuelogger in background_coordinate_descent()Kevin O'Connor2019-12-172-4/+17
* extruder: No need to track extrude_pos locallyKevin O'Connor2019-12-171-4/+2
* extruder: Flush step generation on ACTIVATE_EXTRUDERKevin O'Connor2019-12-171-0/+1
* extruder: Move M104/M140 commands from gcode.py to extruder.pyKevin O'Connor2019-12-162-33/+31
* heater_bed: Move M140/M190 commands from gcode.py to heater_bed.pyKevin O'Connor2019-12-162-14/+32
* gcode: Rename bg_temp() to wait_for_temperature()Kevin O'Connor2019-12-162-3/+4
* heater: Use printer.command_error() instead of internal heater.error()Kevin O'Connor2019-12-163-12/+6
* neopixel: Add support for delaying updates in SET_LED commandKevin O'Connor2019-12-152-0/+6
* temperature_sensor: Add get_status() functionSimon Kühling2019-12-131-0/+2
* heater: Add PrinterHeater get_status() functionSimon Kühling2019-12-131-0/+7
* itersolve: Improve numerical stability of gen_steps_pre_active checkKevin O'Connor2019-12-101-1/+2
* itersolve: Rename scan_pre/_post to gen_steps_pre/post_activeKevin O'Connor2019-12-103-9/+10
* gcode: Remove builtin T0/T1/T2/... command supportKevin O'Connor2019-12-102-39/+1
* extruder: Add an ACTIVATE_EXTRUDER commandKevin O'Connor2019-12-102-0/+19
* gcode: Remove support for the M206 commandKevin O'Connor2019-12-101-9/+1
* kin_extruder: Apply pressure advance in kin_extruder.cKevin O'Connor2019-12-083-75/+37
* kin_extruder: Move integration code from trapq.c to kin_extruder.cKevin O'Connor2019-12-083-67/+65
* mathutil: Propagate errors from background_coordinate_descent()Kevin O'Connor2019-12-051-4/+11
* tuning_tower: Fix typo causing tuning tower to break when homingKevin O'Connor2019-12-041-1/+1