aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* gcode: Add minval/maxval/above/below options to get_X parsersKevin O'Connor2018-04-205-45/+53
* fan: Add a set_shutdown_speed() methodKevin O'Connor2018-04-202-1/+3
* gcode: Add a SET_GCODE_OFFSET commandKevin O'Connor2018-04-201-1/+14
* gcode: Rename homing_add to homing_offsetKevin O'Connor2018-04-201-17/+17
* probe: Limit Z lift speed to be the same as the probing speedKevin O'Connor2018-04-201-3/+7
* klippy: Reword the error messages during config file parsingKevin O'Connor2018-04-201-5/+5
* fan: Scale fan speed requests between 0 and max_powerKevin O'Connor2018-04-202-5/+3
* toolhead: Allow max_accel_to_decel to be greater than max_accel in configKevin O'Connor2018-04-201-3/+3
* Add STM32F103 portGrigori Goronzy2018-04-091-0/+1
* adc_temperature: Support defining custom sensors in the config fileKevin O'Connor2018-04-091-0/+19
* adc_temperatures: Add "PT100 INA826" sensor typeKevin O'Connor2018-04-091-1/+13
* adc_temperature: Support multiple ranges for ADC lookupKevin O'Connor2018-04-091-10/+54
* 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