aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* display: FR icon changed to "Feed Rate" (#860)James2018-11-131-13/+13
* bed_mesh: Fix some fragile identity comparisonsLucas Fink2018-10-311-2/+2
* sx1509: Relax restrictions on SX1509 pins (#836)Florian Heilmann2018-10-301-6/+6
* tmc2660: Fix typo in TMC2660 extra (#830)Florian Heilmann2018-10-291-1/+1
* avr: Add support for atmega328pKevin O'Connor2018-10-291-1/+3
* Add DUMP_TMC capabilities to the TMC2660 extraFlorian Heilmann2018-10-281-1/+19
* Implement idle event support in the TMC2660 extraFlorian Heilmann2018-10-281-48/+25
* idle_timeout: Add printing/ready/idle trackingKevin O'Connor2018-10-282-22/+73
* gcode: process_batch() should execute commands atomicallyKevin O'Connor2018-10-283-23/+26
* sx1509: Raise an error if a pin max_duration is not zeroKevin O'Connor2018-10-271-1/+8
* delta: Make sure to clear limit_xy2 after a homing moveKevin O'Connor2018-10-271-0/+1
* delta: Make sure to also exempt the homing retract move from boundary checksKevin O'Connor2018-10-271-8/+11
* util: Fix versioning when gitdir is absent (#809)lf2018-10-271-11/+24
* Add SX1509 extraFlorian Heilmann2018-10-271-0/+201
* extruder: Don't use max_extrude_cross_section in max_extrude_only defaultsKevin O'Connor2018-10-251-4/+5
* tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)Florian Heilmann2018-10-242-2/+13
* bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAPKevin O'Connor2018-10-221-1/+0
* bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATEKevin O'Connor2018-10-221-1/+0
* delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATEKevin O'Connor2018-10-221-1/+0
* pid_calibrate: Add some comments on the calibration methodologyKevin O'Connor2018-10-191-2/+7
* 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