aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/klippy.py
Commit message (Expand)AuthorAgeFilesLines
* heater: Add PrinterHeaters class that stores all sensors and heatersKevin O'Connor2018-04-041-3/+3
* klippy: Automatically clear rollover_info on each restartKevin O'Connor2018-04-031-9/+10
* output_pin: Move pwm and digital output pins to new module in extras/Kevin O'Connor2018-03-171-2/+2
* klippy: Rework starting error messageKevin O'Connor2018-03-121-1/+1
* klippy: Allow external callers of try_load_module()Kevin O'Connor2018-03-111-2/+2
* klippy: Allow any stats producer to determine when stats are neededKevin O'Connor2018-02-051-7/+3
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+8
* klippy: No need to store fileconfig in main printer objectKevin O'Connor2018-02-031-24/+22
* fan: Move fan code to extras directoryKevin O'Connor2018-01-281-2/+2
* klippy: Add support for dynamic loading of python modulesKevin O'Connor2018-01-281-3/+17
* klippy: Support generic printer_state() and stats() callbacksKevin O'Connor2018-01-281-27/+30
* klippy: Add access methods and avoid peeking into the printer classesKevin O'Connor2018-01-281-12/+37
* gcode: Move SET_SERVO command from gcode.py to chipmisc.pyKevin O'Connor2017-12-061-1/+1
* klippy: Always recommend a FIRMWARE_RESTART on a shutdown eventKevin O'Connor2017-12-031-6/+3
* klippy: Rework shutdown handlingKevin O'Connor2017-10-121-32/+41
* klippy: Avoid using '%' syntax when calling logging moduleKevin O'Connor2017-09-271-3/+3
* mcu: Initial support for multiple micro-controllersKevin O'Connor2017-09-201-10/+22
* toolhead: Separate is_active() code from stats() codeKevin O'Connor2017-09-191-2/+2
* klippy: Do not start stats timer until after connect completesKevin O'Connor2017-09-191-7/+3
* fan: Allow heater_fan to work with heater_bedKevin O'Connor2017-09-071-6/+7
* mcu: Provide some further help on common MCU shutdown errorsKevin O'Connor2017-09-051-2/+1
* toolhead: Eliminate set_max_jerk() from kinematic classesKevin O'Connor2017-09-031-2/+2
* klippy: Move restart logic into Printer() classKevin O'Connor2017-08-261-26/+15
* klippy: Rename internal functions so that they are prefaced with "_"Kevin O'Connor2017-08-261-8/+8
* chipmisc: Add support for statically configured output pinsKevin O'Connor2017-08-261-2/+2
* pins: Support registering arbitrary chips that supply configurable pinsKevin O'Connor2017-08-251-6/+6
* klippy: Store printer startup parameters in new "start_args" dictionaryKevin O'Connor2017-08-251-50/+31
* fan: Add support for heater_fan objectsKevin O'Connor2017-07-171-0/+3
* build: Request python2 for all directly executed python binariesKevin O'Connor2017-06-271-1/+1
* klippy: Make sure to always sleep before retrying next stats() callKevin O'Connor2017-06-151-2/+2
* klippy: Use newer "except XYZError as e" python syntaxKevin O'Connor2017-06-101-4/+4
* klippy: Allow each module to define their config sectionsKevin O'Connor2017-06-091-11/+8
* klippy: Prefer python dictionary comprehension to dict() callKevin O'Connor2017-06-061-1/+1
* queuelogger: Add critical information to each logfile on rolloverKevin O'Connor2017-05-011-13/+22
* klippy: Don't log stats when the printer is idleKevin O'Connor2017-04-141-8/+11
* klippy: Remove CLEAR_SHUTDOWN commandKevin O'Connor2017-04-131-3/+3
* mcu: Support reset commandKevin O'Connor2017-04-131-1/+1
* klippy: Support minimum/maximum value checks on configuration variablesKevin O'Connor2017-04-111-6/+27
* klippy: Log python info at start of logKevin O'Connor2017-03-161-0/+2
* klippy: Eliminate high-level build_config phaseKevin O'Connor2017-03-131-12/+6
* gcode: Eliminate build_config() methodKevin O'Connor2017-03-131-2/+1
* klippy: Support FIRMWARE_RESTART commandKevin O'Connor2017-03-081-10/+26
* klippy: Log the type of cpu the host is running onKevin O'Connor2017-02-121-0/+1
* klippy: Fix omission causing gcode dump to not functionKevin O'Connor2017-02-121-2/+4
* reactor: Use the system monotonic clock instead of the normal system clockKevin O'Connor2017-02-061-1/+5
* klippy: Increase precision of reported statistics timestampKevin O'Connor2017-01-101-1/+1
* klippy: Warn the user on common errors due to old firmwareKevin O'Connor2017-01-101-0/+14
* gcode: Add support for M115 commandKevin O'Connor2016-12-281-3/+5
* klippy: Log the contents of the config file at startupKevin O'Connor2016-12-241-0/+10
* klippy: Log the host software git version at startupKevin O'Connor2016-12-241-0/+2