aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fan: Clarify hardware_pwm and allow cycle_time to be set on software pwmKevin O'Connor2018-01-299-51/+46
* avr: Round hardware pwm clock ticks to nearest divisorKevin O'Connor2018-01-291-12/+12
* mcu: Default the restart method to 'command' on non-serial portsKevin O'Connor2018-01-292-4/+11
* msgproto: Support default values in get_constant() callsKevin O'Connor2018-01-292-7/+11
* heater: Add stats reportingKevin O'Connor2018-01-282-1/+10
* docs: Remove bed level probe from todoKevin O'Connor2018-01-281-2/+0
* config: Add SeeMeCNC Rostock Max V2 Delta Printer ConfigKevin O'Connor2018-01-281-0/+94
* homing_override: Allow moves prior to homing an axisKevin O'Connor2018-01-287-14/+42
* probe: Create a probe:z_virtual_endstop pinKevin O'Connor2018-01-282-2/+20
* probe: Support activate/deactivate scripts on each probeKevin O'Connor2018-01-284-0/+43
* homing_override: Add basic support for running custom g-code on G28Kevin O'Connor2018-01-282-0/+41
* bed_tilt: Add support for automatic bed tilt move transformationKevin O'Connor2018-01-283-3/+144
* delta_calibrate: Add initial support for a DELTA_CALIBRATE commandKevin O'Connor2018-01-284-30/+249
* probe: Initial support for Z-Probe hardwareKevin O'Connor2018-01-287-6/+91
* delta: Allow the user to specify a minimum z positionKevin O'Connor2018-01-282-1/+5
* replicape: Move the replicape code from chipmisc.py to extras directoryKevin O'Connor2018-01-283-274/+279
* ad5206: Move the ad5206 code from chipmisc.py to extras directoryKevin O'Connor2018-01-282-27/+30
* servo: Move the servo code from chipmisc.py to extras directoryKevin O'Connor2018-01-282-56/+59
* multi_pin: Move the multi_pin code from chipmisc.py to extras directoryKevin O'Connor2018-01-282-50/+57
* fan: Move fan code to extras directoryKevin O'Connor2018-01-284-66/+78
* klippy: Add support for dynamic loading of python modulesKevin O'Connor2018-01-282-3/+22
* klippy: Support generic printer_state() and stats() callbacksKevin O'Connor2018-01-284-57/+71
* klippy: Add access methods and avoid peeking into the printer classesKevin O'Connor2018-01-2810-85/+103
* gcode: Add a run_script() helper method to run g-code scriptsKevin O'Connor2018-01-281-4/+4
* gcode: Extend register_command() so that it can also unregister a commandKevin O'Connor2018-01-281-0/+6
* graphstats: Fix for print_stall detectionKevin O'Connor2018-01-281-5/+5
* logextract: Fix error in config file name printKevin O'Connor2018-01-281-1/+1
* config: Update anycubic-i3-mega-2017.cfg with stepstick fanKevin O'Connor2018-01-221-0/+3
* extruder: Add support for extruders sharing the same heaterKevin O'Connor2018-01-212-1/+12
* config: Update wanhao-duplicator-i3-plus-2017.cfg heater settingsKevin O'Connor2018-01-211-5/+10
* config: Update anycubic-i3-mega-2017.cfg heater settingsKevin O'Connor2018-01-211-7/+10
* logextract: Better handle the case of a missing config sectionKevin O'Connor2018-01-211-4/+6
* docs: Try to make the klippy.log bug reporting more clearKevin O'Connor2018-01-212-15/+15
* config: Add example generic-mini-rambo.cfg config fileKevin O'Connor2018-01-171-0/+103
* config: Add tronxy x5s configDouglas Hammond2018-01-161-0/+79
* gcode: Use reset_last_position() from cmd_G28()Kevin O'Connor2018-01-161-2/+1
* extruder: Remove unused variable self.configKevin O'Connor2018-01-161-3/+2
* Add a CR-10S configuration file.Cymen Vig2018-01-161-0/+75
* graphstats: Use alpha transparency when plotting the statsKevin O'Connor2018-01-141-9/+7
* graphstats: Fix filtering of normal buffer_time runoff statsKevin O'Connor2018-01-141-19/+25
* docs: Add a FAQ item on steps to upgrade the softwareKevin O'Connor2018-01-121-0/+36
* toolhead: Improve tracking of print_stallKevin O'Connor2018-01-121-7/+9
* logextract: Fix parsing of "is_shutdown" messagesKevin O'Connor2018-01-121-1/+1
* config: Update avrsim.cfg to use unique pinsKevin O'Connor2018-01-121-1/+1
* docs: Update Debugging.md with information on logextractKevin O'Connor2018-01-111-5/+28
* heater: Report PID tuning results via the g-code terminalKevin O'Connor2018-01-101-5/+20
* chipmisc: Enable replicape steppers dynamicallyKevin O'Connor2018-01-101-4/+25
* chipmisc: Fix replicape enable line setupKevin O'Connor2018-01-102-1/+14
* chipmisc: Support start values on pca9685 pinsKevin O'Connor2018-01-101-18/+25
* pins: Check if the same pin is referenced via different aliasesKevin O'Connor2018-01-103-28/+37