aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* display: Check for M117 inside of draw_status()Kevin O'Connor2018-10-181-22/+12
* klippy: No need to return anything from _connect() methodKevin O'Connor2018-10-181-3/+2
* endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE commandKevin O'Connor2018-10-161-0/+96
* endstop_phase: Add support for detecting phase via TMC stepper driversKevin O'Connor2018-10-163-5/+33
* endstop_phase: Move endstop phase homing code to new "extras" moduleKevin O'Connor2018-10-163-65/+83
* klippy: Add a basic event dispatch mechanismKevin O'Connor2018-10-161-0/+5
* homing: Pass printer instead of toolhead object to Homing classKevin O'Connor2018-10-163-4/+5
* chelper: Add a quick __main__ to compile c helper (#782)lf2018-10-161-0/+4
* configfile: Strip trailing commentsKevin O'Connor2018-10-161-0/+8
* delta_calibrate: Perform coordinate descent in a background processKevin O'Connor2018-10-152-8/+30
* toolhead: Don't clear sync_print_time on a get_next_move_time() callKevin O'Connor2018-10-151-8/+11
* gcode: Report state message after any error in a STATUS responseKevin O'Connor2018-10-131-1/+1
* gcode: Remove "Preparing to restart" messageKevin O'Connor2018-10-131-1/+0
* homing: Move homing offset adjustment logic to generic homing codeKevin O'Connor2018-10-104-11/+8
* mcu: Add a set_commanded_position() method to MCU_stepperKevin O'Connor2018-10-102-13/+17
* delta: Add a special case to the limit checks for the homing positionKevin O'Connor2018-10-101-4/+5
* delta: Reorganize init()Kevin O'Connor2018-10-101-18/+18
* homing: Implement second home from homing.pyKevin O'Connor2018-10-105-100/+73
* delta: Wrap lines to 80 columnsKevin O'Connor2018-10-101-5/+6
* servo: Wrap lines to 80 columnsKevin O'Connor2018-10-101-10/+15
* stepper: Wrap lines to 80 columnsKevin O'Connor2018-10-091-3/+6
* cartesian: Use homing_speed for homing retract speedKevin O'Connor2018-10-093-3/+3
* cartesian: Make sure to constrain second_homing_speed to max_z_velocityKevin O'Connor2018-10-082-0/+3
* display: Corrected Fan icon graphics (#753)alfsoft2018-10-071-1/+2
* servo: Adding support for startup value for servos (#676)Chris Whiteford2018-10-051-9/+25
* stepper: Adding support for a second_homing_speed parameter (#677)Chris Whiteford2018-10-044-8/+12
* st7920: Use display xor capability when animating glyphsKevin O'Connor2018-10-041-9/+9
* display: Change Extruder, Bed and Fan icons design (#740)alfsoft2018-10-041-59/+59
* bed_mesh: save mesh state to 'default' profile after calibrationArksine2018-10-041-2/+12
* bed_mesh: Add ability to save mesh state to persistent memoryArksine2018-10-021-1/+97
* bed_mesh: Extend BED_MESH_MAP to provide more informationArksine2018-10-021-2/+8
* docs: Update Features.md document with tmc2660 supportKevin O'Connor2018-10-021-0/+0
* menu.cfg: add fan glyph to __screen2004_static & __screen2004_inputJanar Sööt2018-10-021-2/+3
* hd44780: new text glyph - fanJanar Sööt2018-10-021-0/+10
* toolhead: M204 must update max_accel_to_decelKevin O'Connor2018-10-011-3/+3
* display: Don't error if M73 is missing a P parameterKevin O'Connor2018-10-011-1/+2
* probe: Merge ProbeVirtualEndstop and ProbeEndstopWrapper wrapper classesKevin O'Connor2018-10-011-41/+27
* probe: Infer position_endstop when using probe:z_virtual_offsetKevin O'Connor2018-10-013-38/+10
* probe: Verify the toolhead moves at least some distance on a probeKevin O'Connor2018-10-012-18/+19
* z_tilt: Wrap lines to 80 columnsKevin O'Connor2018-10-011-1/+2
* z_tilt: Take into account probe xy offset when calculating z_adjustKevin O'Connor2018-10-011-7/+13
* bed_tilt: Take into account probe xy offset when calculating z_adjustKevin O'Connor2018-10-011-5/+6
* bed_tilt: Remove special probe:z_virtual_endstop handlingKevin O'Connor2018-10-011-29/+9
* 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