aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* respond: An extra for sending messages to the printer host. (#1053)Alec B. Plumb2019-01-022-2/+53
* heater: take a gcode_id when setting up a heater (#1028)john--2019-01-024-27/+35
* gcode: Minor change to make M220 command take effect immediately (#1000)bondus2019-01-021-2/+2
* bus: Don't raise a "duplicate pin" warning on None pinsKevin O'Connor2019-01-022-0/+4
* display: Fix handling of M117 command if lowercase 'm' is usedKevin O'Connor2019-01-021-2/+3
* tmc2660: error and whitespace fixesPetri Honkala2018-12-271-4/+4
* tmc2208: error raise fixed for rx/tx mcu checkPetri Honkala2018-12-271-1/+1
* mcu: Allow set_stepper_kinematics() to set the kinematics back to NoneKevin O'Connor2018-12-241-2/+3
* winch: Add experimental support for cable winch kinematicsKevin O'Connor2018-12-243-2/+109
* polar: Experimental support for polar kinematicsKevin O'Connor2018-12-243-2/+180
* kinematics: Add a "none" debugging kinematicsKevin O'Connor2018-12-241-0/+26
* bltouch: Issue both a "reset" and a "pin_up" after a successful probeKevin O'Connor2018-12-161-1/+2
* bltouch: Add a config option to disable the bltouch sensor testKevin O'Connor2018-12-161-1/+5
* bltouch: Always make sure to check the endstop at least every 1msKevin O'Connor2018-12-161-3/+7
* bltouch: Fix typo in pin_move_time parsingKevin O'Connor2018-12-041-1/+1
* bltouch: Allow the pin_move_time to be configuredKevin O'Connor2018-12-041-9/+11
* bltouch: Add a BLTOUCH_DEBUG commandKevin O'Connor2018-12-031-13/+32
* bltouch: Fix bug - must restore stepper position after homingKevin O'Connor2018-12-011-0/+7
* bed_mesh: Introduce fade_target optionArksine2018-11-301-39/+76
* bed_mesh: Disable z-adjustment fade by default.Arksine2018-11-301-1/+1
* bltouch: Add initial support for a bltouch "extras" moduleKevin O'Connor2018-11-302-6/+98
* mcp4451: Minor update - remove unnecessary mcu importKevin O'Connor2018-11-241-1/+1
* mcp4451: Use bus.py helper code for i2cKevin O'Connor2018-11-241-22/+10
* uc1701: Add support for SSD1306 in i2c modeKevin O'Connor2018-11-232-57/+161
* uc1701: Cache icons and fonts in byte display orderKevin O'Connor2018-11-211-43/+34
* uc1701: Wrap code to 80 columnsKevin O'Connor2018-11-211-2/+4
* uc1701: Add all_framebuffers to reduce vram indexing in the codeKevin O'Connor2018-11-211-17/+16
* uc1701: Add support for SSD1306 displaysKevin O'Connor2018-11-212-2/+29
* display: Add a get_dimensions() method to lcd chip classesKevin O'Connor2018-11-214-5/+7
* tmc2660: Use bus.py helper code for spiKevin O'Connor2018-11-211-31/+8
* uc1701: Use bus.py helper code for spiKevin O'Connor2018-11-211-29/+20
* tmc2130: Use bus.py helper code for spiKevin O'Connor2018-11-211-29/+7
* ad5206: Use bus.py helper code for spiKevin O'Connor2018-11-211-17/+7
* replicape: Use bus.py helper code for spiKevin O'Connor2018-11-211-17/+5
* spi_temperature: Use bus.py helper code for spiKevin O'Connor2018-11-211-16/+7
* bus: Add klippy/extras/bus.py module with SPI bus helper codeKevin O'Connor2018-11-211-0/+65
* avr: Add initial support for atmega32u4 chipsKevin O'Connor2018-11-201-0/+1
* console: Try to improve the description of the SUPPRESS commandKevin O'Connor2018-11-161-1/+1
* lpc176x: Convert i2c code to use standard i2ccmds.cKevin O'Connor2018-11-141-3/+10
* servo: This patch create ability to enable/disable attached servo. (#880)Jiri Dobry2018-11-141-4/+16
* 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