aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/klippy.py
Commit message (Expand)AuthorAgeFilesLines
* mcu: Delay reset signaling for usb to canbus bridge nodesKevin O'Connor2022-07-291-2/+1
* klippy: properly set log level when logging to stderrKamil TrzciƄski2022-06-271-1/+1
* klippy: Minor changes to message protocol errorKevin O'Connor2022-05-061-33/+18
* klippy: Reworked the MCU protocol error message (#5470)Felicia Hummel2022-05-061-18/+49
* klippy: Add a build import test toolKevin O'Connor2021-10-041-0/+19
* klippy: Add a newline between initial error message and hint textKevin O'Connor2021-06-101-2/+2
* klippy: Report known software versions on a protocol error during connectionKevin O'Connor2021-05-021-2/+15
* klippy: Fix check for duplicate objectsKevin O'Connor2021-03-051-1/+1
* gcode: Move definition of CommandError and Coord from homing.py to gcode.pyKevin O'Connor2021-01-081-2/+2
* klippy: Remove import of unused threading moduleKevin O'Connor2020-10-301-1/+1
* reactor: Record time of recent gc collection sweepsKevin O'Connor2020-09-171-4/+6
* reactor: Add support for explicit Python garbage collectionKevin O'Connor2020-09-161-1/+2
* klippy: Call gc.collect() on a "restart" requestKevin O'Connor2020-09-161-2/+4
* reactor: Add explicit finalize() method to clean up reactor stateKevin O'Connor2020-09-161-3/+5
* klippy: Improve handling of reactor.run() exceptionsKevin O'Connor2020-09-061-2/+11
* klippy: Report "shutdown" category from get_state_message()Kevin O'Connor2020-08-161-0/+2
* webhooks: Require a subscription to receive gcode outputKevin O'Connor2020-08-161-1/+1
* webhooks: Specify server_address on klippy command-lineKevin O'Connor2020-08-161-1/+4
* webhooks: Introduce add_early_printer_objects()Kevin O'Connor2020-08-061-2/+3
* gcode: Introduce add_early_printer_objects()Kevin O'Connor2020-08-061-1/+1
* gcode: Pass the pseudo-tty fd via the start_args systemKevin O'Connor2020-08-061-7/+6
* klippy: return message category in get_state_message()Arksine2020-06-241-1/+7
* klippy: Instantiate the webhooks moduleArksine2020-06-241-4/+7
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-6/+11
* klippy: Minor code movementKevin O'Connor2020-05-081-5/+5
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+2
* klippy: Add an is_shutdown() methodKevin O'Connor2020-04-251-3/+5
* klippy: Log shutdown state in invoke_shutdown()Kevin O'Connor2020-03-241-0/+1
* util: Try to dump mcu build information on a connection errorKevin O'Connor2020-03-221-0/+2
* mcu: Contact and identify all the mcus prior to configuring themKevin O'Connor2019-11-061-0/+1
* klippy: Warn if starting klippy with logging disabledKevin O'Connor2019-09-011-0/+3
* klippy: Only set the run_result if it hasn't already been setKevin O'Connor2019-06-281-1/+2
* klippy: Provide global access to a printer.command_error exception classKevin O'Connor2019-06-061-1/+2
* klippy: Report the underlying error on an internal error during connectKevin O'Connor2019-04-041-5/+6
* klippy: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* klippy: Report the first error generatedKevin O'Connor2019-01-111-1/+2
* klippy: Fix error handling during connect phaseKevin O'Connor2019-01-081-0/+4
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-6/+2
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-081-7/+10
* klippy: Convert printer_state("shutdown") to an event handlerKevin O'Connor2019-01-081-5/+8
* klippy: No need to return anything from _connect() methodKevin O'Connor2018-10-181-3/+2
* klippy: Add a basic event dispatch mechanismKevin O'Connor2018-10-161-0/+5
* configfile: Move config file code from klippy.py to new fileKevin O'Connor2018-09-251-110/+11
* gcode: Send proactive state messagesKevin O'Connor2018-09-121-1/+1
* klippy: Remove unneeded loop in run() methodKevin O'Connor2018-09-121-18/+17
* mcu: Log MCU information before configuringKevin O'Connor2018-09-031-2/+3
* statistics: Move stats handling to new "extras" moduleKevin O'Connor2018-09-021-14/+1
* klippy: Rename lookup_module_objects() to lookup_objects()Kevin O'Connor2018-09-021-6/+9
* klippy: Use reactor register_callback() mechanismKevin O'Connor2018-09-021-9/+3
* klippy: Move tracking of accessed config items into _read_config() methodKevin O'Connor2018-08-031-8/+9