index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
klippy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate version into __version__.py
Tomasz Kramkowski
12 days
1
-2
/
+1
*
Make moonraker happier
v0.1.0-rc4
Tomasz Kramkowski
2025-08-16
1
-1
/
+1
*
Version 0.1.0-rc3
v0.1.0-rc3
Tomasz Kramkowski
2025-08-16
1
-1
/
+1
*
Version 0.1.0-rc2
v0.1.0-rc2
Tomasz Kramkowski
2025-08-16
1
-1
/
+1
*
/tmp/printer -> /run/kutter/printer
Tomasz Kramkowski
2025-08-16
1
-2
/
+2
*
/var/run/kutter/saved.cfg -> /var/lib/kutter/saved.cfg
Tomasz Kramkowski
2025-08-16
1
-2
/
+2
*
Change --runtime-config,-R to --saved-config,-S
Tomasz Kramkowski
2025-08-16
1
-4
/
+4
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-3
/
+19
*
Clean up bglogger handling
Tomasz Kramkowski
2025-08-15
1
-14
/
+10
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-20
/
+1
*
Rename everything significant to Kutter except for docs
Tomasz Kramkowski
2025-08-15
1
-2
/
+2
*
Drop support for printing MCU information
Tomasz Kramkowski
2025-08-15
1
-2
/
+0
*
Remove git based version handling
Tomasz Kramkowski
2025-08-15
1
-32
/
+4
*
Clean up some remaining python2 code
Tomasz Kramkowski
2025-08-15
1
-1
/
+1
*
Make config argument optional
Tomasz Kramkowski
2025-08-15
1
-2
/
+2
*
Add a --runtime-config option for SAVE_CONFIG
Tomasz Kramkowski
2025-08-09
1
-0
/
+7
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-89
/
+157
*
klippy: Fix missing default parameter of invoke_async_shutdown()
Kevin O'Connor
2024-12-02
1
-1
/
+1
*
error_mcu: Move formatting of mcu connect errors to error_mcu module
Kevin O'Connor
2024-06-21
1
-9
/
+4
*
error_mcu: Move mcu protocol error reporting to error_mcu module
Kevin O'Connor
2024-06-21
1
-40
/
+4
*
error_mcu: Move shutdown error message formatting to new error_mcu.py module
Kevin O'Connor
2024-06-21
1
-12
/
+13
*
util: report git version info as a dict
Eric Callahan
2023-05-04
1
-7
/
+8
*
klippy: report repo branch, remote, and tracking url
Eric Callahan
2023-05-04
1
-1
/
+5
*
klippy: Report repo version as "dirty" if there are untracked python files
Kevin O'Connor
2023-05-02
1
-2
/
+20
*
mcu: Delay reset signaling for usb to canbus bridge nodes
Kevin O'Connor
2022-07-29
1
-2
/
+1
*
klippy: properly set log level when logging to stderr
Kamil TrzciĆski
2022-06-27
1
-1
/
+1
*
klippy: Minor changes to message protocol error
Kevin O'Connor
2022-05-06
1
-33
/
+18
*
klippy: Reworked the MCU protocol error message (#5470)
Felicia Hummel
2022-05-06
1
-18
/
+49
*
klippy: Add a build import test tool
Kevin O'Connor
2021-10-04
1
-0
/
+19
*
klippy: Add a newline between initial error message and hint text
Kevin O'Connor
2021-06-10
1
-2
/
+2
*
klippy: Report known software versions on a protocol error during connection
Kevin O'Connor
2021-05-02
1
-2
/
+15
*
klippy: Fix check for duplicate objects
Kevin O'Connor
2021-03-05
1
-1
/
+1
*
gcode: Move definition of CommandError and Coord from homing.py to gcode.py
Kevin O'Connor
2021-01-08
1
-2
/
+2
*
klippy: Remove import of unused threading module
Kevin O'Connor
2020-10-30
1
-1
/
+1
*
reactor: Record time of recent gc collection sweeps
Kevin O'Connor
2020-09-17
1
-4
/
+6
*
reactor: Add support for explicit Python garbage collection
Kevin O'Connor
2020-09-16
1
-1
/
+2
*
klippy: Call gc.collect() on a "restart" request
Kevin O'Connor
2020-09-16
1
-2
/
+4
*
reactor: Add explicit finalize() method to clean up reactor state
Kevin O'Connor
2020-09-16
1
-3
/
+5
*
klippy: Improve handling of reactor.run() exceptions
Kevin O'Connor
2020-09-06
1
-2
/
+11
*
klippy: Report "shutdown" category from get_state_message()
Kevin O'Connor
2020-08-16
1
-0
/
+2
*
webhooks: Require a subscription to receive gcode output
Kevin O'Connor
2020-08-16
1
-1
/
+1
*
webhooks: Specify server_address on klippy command-line
Kevin O'Connor
2020-08-16
1
-1
/
+4
*
webhooks: Introduce add_early_printer_objects()
Kevin O'Connor
2020-08-06
1
-2
/
+3
*
gcode: Introduce add_early_printer_objects()
Kevin O'Connor
2020-08-06
1
-1
/
+1
*
gcode: Pass the pseudo-tty fd via the start_args system
Kevin O'Connor
2020-08-06
1
-7
/
+6
*
klippy: return message category in get_state_message()
Arksine
2020-06-24
1
-1
/
+7
*
klippy: Instantiate the webhooks module
Arksine
2020-06-24
1
-4
/
+7
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-6
/
+11
*
klippy: Minor code movement
Kevin O'Connor
2020-05-08
1
-5
/
+5
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-2
/
+2
[next]