aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/klippy.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up bglogger handlingTomasz Kramkowski2025-08-151-14/+10
* Remove logfile supportTomasz Kramkowski2025-08-151-20/+1
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-2/+2
* Drop support for printing MCU informationTomasz Kramkowski2025-08-151-2/+0
* Remove git based version handlingTomasz Kramkowski2025-08-151-32/+4
* Clean up some remaining python2 codeTomasz Kramkowski2025-08-151-1/+1
* Make config argument optionalTomasz Kramkowski2025-08-151-2/+2
* Add a --runtime-config option for SAVE_CONFIGTomasz Kramkowski2025-08-091-0/+7
* Run black on all first party python codeTomasz Kramkowski2025-08-061-89/+157
* klippy: Fix missing default parameter of invoke_async_shutdown()Kevin O'Connor2024-12-021-1/+1
* error_mcu: Move formatting of mcu connect errors to error_mcu moduleKevin O'Connor2024-06-211-9/+4
* error_mcu: Move mcu protocol error reporting to error_mcu moduleKevin O'Connor2024-06-211-40/+4
* error_mcu: Move shutdown error message formatting to new error_mcu.py moduleKevin O'Connor2024-06-211-12/+13
* util: report git version info as a dictEric Callahan2023-05-041-7/+8
* klippy: report repo branch, remote, and tracking urlEric Callahan2023-05-041-1/+5
* klippy: Report repo version as "dirty" if there are untracked python filesKevin O'Connor2023-05-021-2/+20
* 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