aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/klippy.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcode: Add a "STATUS" commandKevin O'Connor2016-12-211-1/+1
* klippy: Update config error message - use "RESTART" when ready to continueKevin O'Connor2016-12-211-2/+3
* klippy: stats() method must check that mcu and toolhead classes existKevin O'Connor2016-12-011-5/+10
* klippy: Fix typo causing missing stats on 'exit_eof' caseKevin O'Connor2016-12-011-1/+1
* gcode: Add support for CLEAR_SHUTDOWN commandKevin O'Connor2016-12-011-3/+3
* klippy: Add ability to restart the host softwareKevin O'Connor2016-11-301-13/+30
* mcu: Detect if the communication channel to the firmware is lostKevin O'Connor2016-11-301-0/+4
* gcode: Don't dump the message log directly from set_printer_ready()Kevin O'Connor2016-11-301-0/+7
* klippy: Validate that options in the config file existKevin O'Connor2016-11-301-0/+17
* klippy: Add ConfigWrapper.getchoice methodKevin O'Connor2016-11-301-0/+7
* klippy: Throw an exception if any required config parameter is missingKevin O'Connor2016-11-301-15/+22
* mcu: Raise a config error on an invalid pin name in the config fileKevin O'Connor2016-11-301-0/+1
* klippy: Report an error if the config file does not existKevin O'Connor2016-11-301-1/+8
* klippy: Improve error reporting during connectKevin O'Connor2016-11-301-10/+56
* gcode: Support reading from gcode input before mcu is readyKevin O'Connor2016-11-301-3/+3
* klippy: separate initial config file load into load_config() methodKevin O'Connor2016-11-301-19/+23
* klippy: Create the /tmp/printer pseudo tty before opening config fileKevin O'Connor2016-11-301-13/+10
* klippy: Defer calling mcu.connect_file() to connect() methodKevin O'Connor2016-11-301-5/+8
* serialhdl: Make SerialReader.connect() blockingKevin O'Connor2016-11-291-3/+0
* klippy: Run the MCU connect code within the reactorKevin O'Connor2016-11-291-10/+13
* klippy: Eliminate write_dictionary command line optionKevin O'Connor2016-11-291-9/+0
* mcu: Remove support for DummyMCU classKevin O'Connor2016-11-161-4/+0
* queuelogger: Add support for background log writingKevin O'Connor2016-11-121-4/+6
* extruder: Create a new class and python file to track the printer extruderKevin O'Connor2016-07-101-4/+4
* toolhead: Split toolhead code from cartesian.py to new file toolhead.pyKevin O'Connor2016-07-101-2/+2
* cartesian: Rename CartKinematics class to ToolHeadKevin O'Connor2016-07-101-2/+2
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+163