aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* console: Add support for a STATS commandKevin O'Connor2017-08-081-1/+4
* console: Add LIST command that shows available commands and variablesKevin O'Connor2017-08-082-2/+18
* console: Add a HELP commandKevin O'Connor2017-08-081-4/+26
* stepper: Use a sane default for homing_positive_dirKevin O'Connor2017-07-241-2/+11
* stepper: Separate out homing code to its own PrinterHomingStepper classKevin O'Connor2017-07-244-42/+45
* serialhdl: Dump serial stats in dump_debug()Kevin O'Connor2017-07-241-0/+2
* gcode: Don't wait for moves to finish if both debug input and outputKevin O'Connor2017-07-231-1/+2
* serialqueue: Improve limit on number of in-flight bytesKevin O'Connor2017-07-231-6/+5
* serialqueue: Further retransmit timing fixesKevin O'Connor2017-07-231-5/+3
* serialqueue: Allow a second nak after a retransmitKevin O'Connor2017-07-211-3/+11
* serialqueue: Fix off-by-one error in retransmit sequence number trackingKevin O'Connor2017-07-211-3/+3
* serialqueue: Improve timing of multiple retransmitsKevin O'Connor2017-07-211-8/+12
* gcode: Improve end-of-file handling when input is a debug fileKevin O'Connor2017-07-211-7/+10
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-2/+4
* fan: Add support for heater_fan objectsKevin O'Connor2017-07-173-4/+44
* mcu: Support converting from a system time to an mcu timeKevin O'Connor2017-07-171-0/+6
* gcode: Log g-code error responsesKevin O'Connor2017-07-171-2/+3
* fan: Support setting a max_power attribute for the print cooling fanKevin O'Connor2017-07-051-3/+4
* msgproto: Catch exceptions during identify data parsingKevin O'Connor2017-07-041-12/+18
* msgproto: Export static_strings from mcu to host as a dictionaryKevin O'Connor2017-07-021-3/+4
* serialqueue: Rename clock estimation variable namesKevin O'Connor2017-06-303-16/+17
* serialhdl: Rework mcu clock synchronizationKevin O'Connor2017-06-301-52/+68
* serialqueue: Clarify code that associates sent messages to received messagesKevin O'Connor2017-06-301-6/+13
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-273-3/+3
* heater: Fix auto-tune codeKevin O'Connor2017-06-221-12/+18
* console: Support new artificial DELAY commandKevin O'Connor2017-06-221-1/+15
* klippy: Make sure to always sleep before retrying next stats() callKevin O'Connor2017-06-151-2/+2
* delta: Fix support for different endstop_position settings on each stepperKevin O'Connor2017-06-111-4/+6
* gcode: Fix regression causing lost asynchronous commandsKevin O'Connor2017-06-111-1/+2
* klippy: Remove some obscure python2 dependenciesKevin O'Connor2017-06-103-3/+3
* klippy: Use newer "except XYZError as e" python syntaxKevin O'Connor2017-06-106-15/+15
* gcode: Support running arbitrary gcode on extruder changeKevin O'Connor2017-06-092-9/+20
* gcode: Support for querying and setting multiple extruder heatersKevin O'Connor2017-06-091-24/+33
* extruder: Add initial support for multi-extrudersKevin O'Connor2017-06-093-14/+69
* klippy: Allow each module to define their config sectionsKevin O'Connor2017-06-095-11/+25
* pins: Fix typo in at90usb1286 support so PF0-7 pins are definedKevin O'Connor2017-06-091-1/+1
* klippy: Prefer python dictionary comprehension to dict() callKevin O'Connor2017-06-063-6/+6
* delta: Add support for specifying the angle each tower is atKevin O'Connor2017-06-051-6/+7
* avr: Add support for atmega328 chipKevin O'Connor2017-05-281-2/+2
* pru: Add support for ADC inputKevin O'Connor2017-05-171-1/+9
* pyhelper: Fix GETHEX() macro used in dump_string() debuggingKevin O'Connor2017-05-171-1/+1
* pins: Add pin mappings for Beaglebone boardsKevin O'Connor2017-05-151-6/+52
* serialhdl: Support working with pseudo serial devicesKevin O'Connor2017-05-152-3/+12
* pwmcmds: Export the maximum PWM valueKevin O'Connor2017-05-151-4/+8
* extruder: Rework maximum retraction checkKevin O'Connor2017-05-021-7/+8
* gcode: Check for invalid speedsKevin O'Connor2017-05-021-1/+4
* extruder: Extend over extrusion checks to retractionsKevin O'Connor2017-05-021-3/+4
* msgproto: Wrap strings passed via output() in repr()Kevin O'Connor2017-05-021-0/+2
* gcode: Don't report an error if turning off an unknown fan or heaterKevin O'Connor2017-05-011-3/+5
* queuelogger: Add critical information to each logfile on rolloverKevin O'Connor2017-05-013-28/+60