aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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