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
*
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
*
klippy: Automatically clear rollover_info on each restart
Kevin O'Connor
2018-04-03
1
-9
/
+10
*
output_pin: Move pwm and digital output pins to new module in extras/
Kevin O'Connor
2018-03-17
1
-2
/
+2
*
klippy: Rework starting error message
Kevin O'Connor
2018-03-12
1
-1
/
+1
*
klippy: Allow external callers of try_load_module()
Kevin O'Connor
2018-03-11
1
-2
/
+2
*
klippy: Allow any stats producer to determine when stats are needed
Kevin O'Connor
2018-02-05
1
-7
/
+3
*
klippy: Introduce load_config_prefix() for modules that take parameters
Kevin O'Connor
2018-02-03
1
-2
/
+8
*
klippy: No need to store fileconfig in main printer object
Kevin O'Connor
2018-02-03
1
-24
/
+22
*
fan: Move fan code to extras directory
Kevin O'Connor
2018-01-28
1
-2
/
+2
*
klippy: Add support for dynamic loading of python modules
Kevin O'Connor
2018-01-28
1
-3
/
+17
*
klippy: Support generic printer_state() and stats() callbacks
Kevin O'Connor
2018-01-28
1
-27
/
+30
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-12
/
+37
*
gcode: Move SET_SERVO command from gcode.py to chipmisc.py
Kevin O'Connor
2017-12-06
1
-1
/
+1
*
klippy: Always recommend a FIRMWARE_RESTART on a shutdown event
Kevin O'Connor
2017-12-03
1
-6
/
+3
*
klippy: Rework shutdown handling
Kevin O'Connor
2017-10-12
1
-32
/
+41
*
klippy: Avoid using '%' syntax when calling logging module
Kevin O'Connor
2017-09-27
1
-3
/
+3
*
mcu: Initial support for multiple micro-controllers
Kevin O'Connor
2017-09-20
1
-10
/
+22
*
toolhead: Separate is_active() code from stats() code
Kevin O'Connor
2017-09-19
1
-2
/
+2
*
klippy: Do not start stats timer until after connect completes
Kevin O'Connor
2017-09-19
1
-7
/
+3
[next]