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
*
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
*
fan: Allow heater_fan to work with heater_bed
Kevin O'Connor
2017-09-07
1
-6
/
+7
*
mcu: Provide some further help on common MCU shutdown errors
Kevin O'Connor
2017-09-05
1
-2
/
+1
*
toolhead: Eliminate set_max_jerk() from kinematic classes
Kevin O'Connor
2017-09-03
1
-2
/
+2
*
klippy: Move restart logic into Printer() class
Kevin O'Connor
2017-08-26
1
-26
/
+15
*
klippy: Rename internal functions so that they are prefaced with "_"
Kevin O'Connor
2017-08-26
1
-8
/
+8
*
chipmisc: Add support for statically configured output pins
Kevin O'Connor
2017-08-26
1
-2
/
+2
*
pins: Support registering arbitrary chips that supply configurable pins
Kevin O'Connor
2017-08-25
1
-6
/
+6
*
klippy: Store printer startup parameters in new "start_args" dictionary
Kevin O'Connor
2017-08-25
1
-50
/
+31
*
fan: Add support for heater_fan objects
Kevin O'Connor
2017-07-17
1
-0
/
+3
*
build: Request python2 for all directly executed python binaries
Kevin O'Connor
2017-06-27
1
-1
/
+1
*
klippy: Make sure to always sleep before retrying next stats() call
Kevin O'Connor
2017-06-15
1
-2
/
+2
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-4
/
+4
*
klippy: Allow each module to define their config sections
Kevin O'Connor
2017-06-09
1
-11
/
+8
*
klippy: Prefer python dictionary comprehension to dict() call
Kevin O'Connor
2017-06-06
1
-1
/
+1
*
queuelogger: Add critical information to each logfile on rollover
Kevin O'Connor
2017-05-01
1
-13
/
+22
*
klippy: Don't log stats when the printer is idle
Kevin O'Connor
2017-04-14
1
-8
/
+11
[next]