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
*
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
*
klippy: Add an is_shutdown() method
Kevin O'Connor
2020-04-25
1
-3
/
+5
*
klippy: Log shutdown state in invoke_shutdown()
Kevin O'Connor
2020-03-24
1
-0
/
+1
*
util: Try to dump mcu build information on a connection error
Kevin O'Connor
2020-03-22
1
-0
/
+2
*
mcu: Contact and identify all the mcus prior to configuring them
Kevin O'Connor
2019-11-06
1
-0
/
+1
*
klippy: Warn if starting klippy with logging disabled
Kevin O'Connor
2019-09-01
1
-0
/
+3
*
klippy: Only set the run_result if it hasn't already been set
Kevin O'Connor
2019-06-28
1
-1
/
+2
*
klippy: Provide global access to a printer.command_error exception class
Kevin O'Connor
2019-06-06
1
-1
/
+2
*
klippy: Report the underlying error on an internal error during connect
Kevin O'Connor
2019-04-04
1
-5
/
+6
*
klippy: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
klippy: Report the first error generated
Kevin O'Connor
2019-01-11
1
-1
/
+2
*
klippy: Fix error handling during connect phase
Kevin O'Connor
2019-01-08
1
-0
/
+4
*
klippy: Convert printer_state("connect") to an event handler
Kevin O'Connor
2019-01-08
1
-6
/
+2
*
klippy: Convert printer_state("ready") to an event handler
Kevin O'Connor
2019-01-08
1
-7
/
+10
*
klippy: Convert printer_state("shutdown") to an event handler
Kevin O'Connor
2019-01-08
1
-5
/
+8
*
klippy: No need to return anything from _connect() method
Kevin O'Connor
2018-10-18
1
-3
/
+2
*
klippy: Add a basic event dispatch mechanism
Kevin O'Connor
2018-10-16
1
-0
/
+5
*
configfile: Move config file code from klippy.py to new file
Kevin O'Connor
2018-09-25
1
-110
/
+11
*
gcode: Send proactive state messages
Kevin O'Connor
2018-09-12
1
-1
/
+1
*
klippy: Remove unneeded loop in run() method
Kevin O'Connor
2018-09-12
1
-18
/
+17
*
mcu: Log MCU information before configuring
Kevin O'Connor
2018-09-03
1
-2
/
+3
*
statistics: Move stats handling to new "extras" module
Kevin O'Connor
2018-09-02
1
-14
/
+1
*
klippy: Rename lookup_module_objects() to lookup_objects()
Kevin O'Connor
2018-09-02
1
-6
/
+9
*
klippy: Use reactor register_callback() mechanism
Kevin O'Connor
2018-09-02
1
-9
/
+3
*
klippy: Move tracking of accessed config items into _read_config() method
Kevin O'Connor
2018-08-03
1
-8
/
+9
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-2
/
+2
*
klippy: No need to pass printer reference to add_printer_objects()
Kevin O'Connor
2018-07-12
1
-2
/
+2
*
klippy: Allow extras modules to be directories
Kevin O'Connor
2018-06-27
1
-1
/
+3
*
klippy: try_load_module() should return the module loaded
Kevin O'Connor
2018-06-20
1
-2
/
+3
*
klippy: Return an error code if batch input results in an error
Kevin O'Connor
2018-06-16
1
-10
/
+18
*
klippy: Fix detection of mixed case section names
Kevin O'Connor
2018-05-25
1
-3
/
+3
*
klippy: Reword the error messages during config file parsing
Kevin O'Connor
2018-04-20
1
-5
/
+5
*
heater: Add PrinterHeaters class that stores all sensors and heaters
Kevin O'Connor
2018-04-04
1
-3
/
+3
[next]