aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* probe: Support manual probing at runtimeKevin O'Connor2018-10-016-27/+27
* probe: Perform multi-sample averaging in ProbePointsHelper classKevin O'Connor2018-10-014-26/+10
* probe: Separate out manual probing from automatic probing codeKevin O'Connor2018-10-011-39/+39
* probe: Move move_next() method within ProbePointsHelper classKevin O'Connor2018-10-011-12/+12
* probe: Implement ProbePointsHelper get_probed_position() locallyKevin O'Connor2018-10-016-30/+18
* delta_calibrate: Use kin.calc_position() in get_probed_position() callbackKevin O'Connor2018-10-011-9/+2
* gcode_macro: Provide more information on a formatting errorKevin O'Connor2018-09-301-3/+4
* gcode_macro: default parameter valuesJanar Sööt2018-09-301-1/+7
* configfile: add get_prefix_options methodJanar Sööt2018-09-301-0/+3
* tmc2208: Improve error handlingKevin O'Connor2018-09-301-2/+5
* verify_heater: Don't report a heater error if printer is shutdownKevin O'Connor2018-09-301-1/+6
* gcode_macro: 2 lines wrapped at 80 charsJanar Sööt2018-09-261-2/+4
* gcode_macro: macro improvement with parametersJanar Sööt2018-09-261-1/+9
* display: Don't error on an out of range M73 requestKevin O'Connor2018-09-251-1/+1
* toolhead: Update look-ahead flush commentKevin O'Connor2018-09-251-3/+1
* menu: vsdcard - scroll long filenames (#694)Janar Sööt2018-09-251-1/+4
* delta_calibrate: Initial support for enhanced delta calibrationKevin O'Connor2018-09-251-17/+170
* delta_calibrate: Support save/restore of delta_calibrate stateKevin O'Connor2018-09-251-10/+59
* delta: Move "stable position" logic to delta_calibrate.pyKevin O'Connor2018-09-252-44/+82
* bed_tilt: Support saving calibration data via SAVE_CONFIG commandKevin O'Connor2018-09-251-7/+15
* pid_calibrate: Support saving calibration data via SAVE_CONFIGKevin O'Connor2018-09-251-2/+9
* configfile: Add support for rewriting the printer config fileKevin O'Connor2018-09-251-17/+148
* configfile: Move config file code from klippy.py to new fileKevin O'Connor2018-09-253-116/+130
* menu: new fast step rate featureJanar Sööt2018-09-212-19/+38
* st7920: No need to clear glyph framebuffer before programming glyphsKevin O'Connor2018-09-211-3/+4
* hd44780: Simplify framebuffer accessKevin O'Connor2018-09-211-9/+13
* st7920: Simplify framebuffer accessKevin O'Connor2018-09-211-13/+18
* st7920: Support writing degrees symbolKevin O'Connor2018-09-211-1/+8
* uc1701: Support writing degrees symbolKevin O'Connor2018-09-211-1/+1
* display: Use write_glyph() when writing special charactersKevin O'Connor2018-09-214-23/+20
* display: Support writing single character glyphs using write_glyph()Kevin O'Connor2018-09-215-7/+43
* display: Move icon drawing from display.py to lcd_chip codeKevin O'Connor2018-09-214-60/+50
* icons: Add the bed to the bed heating animationsKevin O'Connor2018-09-212-10/+14
* heater: Add new TURN_OFF_HEATERS commandKevin O'Connor2018-09-182-0/+10
* menu: New Tune submenu (#653)Janar Sööt2018-09-171-0/+45
* gcode: modify get_status method to output more info (#651)Janar Sööt2018-09-171-1/+16
* quad_gantry_level: Fix typo, add floating point error protectionMaks Zolin2018-09-141-2/+2
* delta: Fix maximum halt velocity calculationKevin O'Connor2018-09-121-2/+3
* gcode: Send proactive state messagesKevin O'Connor2018-09-122-5/+12
* gcode: Catch errors on fd read and writeKevin O'Connor2018-09-121-6/+16
* klippy: Remove unneeded loop in run() methodKevin O'Connor2018-09-121-18/+17
* quad_gantry_level: Add gantry leveling (ruled hyperbolic parabola correction)...Maks Zolin2018-09-121-0/+124
* toolhead: Set commanded_pos[] to move.end_posKevin O'Connor2018-09-111-1/+1
* toolhead: Handle rounding errors with extrude only movesKevin O'Connor2018-09-111-1/+4
* tmc2660: Implementation of TMC2660 extra (#621)Florian Heilmann2018-09-111-0/+269
* bed_mesh: Cache last position when get_position() is called.Arksine2018-09-101-2/+3
* mcu: Log MCU information before configuringKevin O'Connor2018-09-032-15/+20
* pins: Verify the pin_map settingKevin O'Connor2018-09-031-4/+10
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-0310-26/+29
* statistics: Move stats handling to new "extras" moduleKevin O'Connor2018-09-023-14/+31