aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: Add display section to default Creality CR10s configKevin O'Connor2018-04-081-0/+6
* 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-032-5/+25
* docs: Update release notes for v0.6.0 releaseKevin O'Connor2018-03-311-0/+31
* docs: Add Patreon link to FAQ pageKevin O'Connor2018-03-311-11/+16
* heater: Add some comments to the thermistor mathKevin O'Connor2018-03-291-1/+3
* docs: Update G-Codes.md with recent output_pin changesKevin O'Connor2018-03-281-3/+3
* docs: Add a section on adding new host modules to Code_Overview.mdKevin O'Connor2018-03-281-1/+73
* stepstats: Add documentation clarificationKevin O'Connor2018-03-231-0/+1
* 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
* docs: Recommend running PID_CALIBRATE in Config_checks.mdKevin O'Connor2018-03-181-0/+23
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-185-147/+147
* config: Remove tabs from printer-wanhao-duplicator-i3-v2.1-2017.cfgKevin O'Connor2018-03-181-13/+13
* docs: Fix typo in M220 description in G-Codes.mdKevin O'Connor2018-03-181-1/+1
* config: Update generic-cramps.cfg with P9_23 machine enableKevin O'Connor2018-03-181-0/+5
* config: Change pullup_resistor to 2000 in generic-cramps.cfgKevin O'Connor2018-03-171-0/+2
* probe: Add z_offset parameterKevin O'Connor2018-03-175-14/+15
* 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-172-14/+10
* output_pin: Move pwm and digital output pins to new module in extras/Kevin O'Connor2018-03-174-87/+59
* 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-172-0/+10
* gcode: Position returned by M114 should be relative to last G92Kevin O'Connor2018-03-153-17/+42
* docs: Add "will heaters be turned off on a crash" item to FAQKevin O'Connor2018-03-131-1/+13
* 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
* config: Reword the min_temp/max_temp description in example.cfgKevin O'Connor2018-03-121-4/+8
* heater: Allow min_temp to go below zeroKevin O'Connor2018-03-121-1/+1
* verify_heater: Scale hysteresis duration checkKevin O'Connor2018-03-112-13/+17
* verify_heater: Change default hysteresis to 10 degreesKevin O'Connor2018-03-112-6/+6
* verify_heater: Add initial support for verifying heaters and sensorsKevin O'Connor2018-03-114-4/+91
* klippy: Allow external callers of try_load_module()Kevin O'Connor2018-03-111-2/+2
* docs: Add SET_DUAL_CARRIAGE command to G-Codes.mdKevin O'Connor2018-03-101-0/+8
* cartesian: Initial support for dual carriagesKevin O'Connor2018-03-092-30/+103
* display: Use separate hd44780 screen drawingKevin O'Connor2018-03-081-48/+151
* docs: Add Tx command to G-Codes.mdKevin O'Connor2018-03-081-0/+1