aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* thermistor: Fallback to using beta if Steinhart-Hart c3 is negativeKevin O'Connor2018-04-091-4/+11
* thermistor: Add support for defining custom thermistorsKevin O'Connor2018-04-091-0/+26
* pid_calibrate: Make sure to unregister new control class on errorKevin O'Connor2018-04-061-0/+1
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-044-124/+154
* heater: Move adc logic into Thermistor classKevin O'Connor2018-04-042-35/+51
* heater: Merge ThermistorBeta class into Thermistor classKevin O'Connor2018-04-041-13/+15
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-047-31/+67
* pins: Remove module level get_printer_pins() and setup_pin() functionsKevin O'Connor2018-04-049-44/+36
* toolhead: Limit junction speed of short movesKevin O'Connor2018-04-031-3/+8
* bed_tilt: Apply bed_tilt_calibrate settings to current sessionKevin O'Connor2018-04-031-6/+15
* extruder: Log SET_PRESSURE_ADVANCE changesKevin O'Connor2018-04-031-3/+5
* klippy: Automatically clear rollover_info on each restartKevin O'Connor2018-04-035-20/+21
* extruder: Add SET_PRESSURE_ADVANCE command.Michael Barbour2018-04-031-5/+22
* heater: Add some comments to the thermistor mathKevin O'Connor2018-03-291-1/+3
* display: Round temperature and position to nearest whole numberKevin O'Connor2018-03-191-5/+5
* display: Remove unneeded semicolons from fileKevin O'Connor2018-03-191-7/+8
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-183-143/+137
* probe: Add z_offset parameterKevin O'Connor2018-03-173-8/+12
* bed_tilt: Take into account the XY position used with z_virtual_endstopKevin O'Connor2018-03-172-8/+54
* bed_tilt: Require at least 3 probing points for bed_tilt_calibrateKevin O'Connor2018-03-171-0/+2
* probe: Default z_position to the configured minimum position on Z axisKevin O'Connor2018-03-171-11/+10
* output_pin: Move pwm and digital output pins to new module in extras/Kevin O'Connor2018-03-172-33/+21
* static_digital_output: Add static_digital_output section to extras/Kevin O'Connor2018-03-172-9/+17
* replicape: Add config controls for the servo[01]_enable linesKevin O'Connor2018-03-171-0/+4
* gcode: Position returned by M114 should be relative to last G92Kevin O'Connor2018-03-152-17/+40
* verify_heater: Provide additional information on a heater errorKevin O'Connor2018-03-121-2/+8
* klippy: Rework starting error messageKevin O'Connor2018-03-121-1/+1
* probe: Add some hints for common errors during PROBEKevin O'Connor2018-03-121-1/+18
* gcode: On a multi-line error message, report the first line twiceKevin O'Connor2018-03-121-2/+2
* virtual_sdcard: Fix typo in seek error handlingKevin O'Connor2018-03-121-1/+1
* heater: Allow min_temp to go below zeroKevin O'Connor2018-03-121-1/+1
* verify_heater: Scale hysteresis duration checkKevin O'Connor2018-03-111-6/+7
* verify_heater: Change default hysteresis to 10 degreesKevin O'Connor2018-03-111-2/+2
* verify_heater: Add initial support for verifying heaters and sensorsKevin O'Connor2018-03-112-0/+69
* klippy: Allow external callers of try_load_module()Kevin O'Connor2018-03-111-2/+2
* cartesian: Initial support for dual carriagesKevin O'Connor2018-03-091-30/+79
* display: Use separate hd44780 screen drawingKevin O'Connor2018-03-081-48/+151
* display: Choose arrow character based on displayMarcio Teixeira2018-03-061-1/+3
* homing: allow to disable homing retractcruwaller2018-03-062-1/+3
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-066-2/+525
* serialqueue: Support sending messages at a background priorityKevin O'Connor2018-03-062-4/+12
* mathutil: Move coordinate_descent() to new fileKevin O'Connor2018-03-044-39/+45
* clocksync: Fix multi-mcu frequency adjustments with long movesKevin O'Connor2018-03-031-1/+1
* virtual_sdcard: Remove trailing '*' checksum indicator from M23 commandKevin O'Connor2018-03-021-0/+2
* serialhdl: Add a wrapper around the results of lookup_command()Kevin O'Connor2018-02-276-105/+109
* build: Use git describe --alwaysKevin O'Connor2018-02-261-1/+1
* serialqueue: Don't clear must_exit flag at start of pollreactor_run()Kevin O'Connor2018-02-261-1/+0
* avr: Add at90usb646 supportDouglas Hammond2018-02-251-1/+1
* clocksync: Rework multi-mcu adjust to better handle long movesKevin O'Connor2018-02-191-11/+19
* ad5206: Warn if ad5206 enable pin is invertedKevin O'Connor2018-02-171-0/+2