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
*
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
*
klippy: Remove CLEAR_SHUTDOWN command
Kevin O'Connor
2017-04-13
1
-3
/
+3
*
mcu: Support reset command
Kevin O'Connor
2017-04-13
1
-1
/
+1
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-6
/
+27
*
klippy: Log python info at start of log
Kevin O'Connor
2017-03-16
1
-0
/
+2
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-12
/
+6
*
gcode: Eliminate build_config() method
Kevin O'Connor
2017-03-13
1
-2
/
+1
*
klippy: Support FIRMWARE_RESTART command
Kevin O'Connor
2017-03-08
1
-10
/
+26
*
klippy: Log the type of cpu the host is running on
Kevin O'Connor
2017-02-12
1
-0
/
+1
*
klippy: Fix omission causing gcode dump to not function
Kevin O'Connor
2017-02-12
1
-2
/
+4
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-1
/
+5
*
klippy: Increase precision of reported statistics timestamp
Kevin O'Connor
2017-01-10
1
-1
/
+1
*
klippy: Warn the user on common errors due to old firmware
Kevin O'Connor
2017-01-10
1
-0
/
+14
*
gcode: Add support for M115 command
Kevin O'Connor
2016-12-28
1
-3
/
+5
*
klippy: Log the contents of the config file at startup
Kevin O'Connor
2016-12-24
1
-0
/
+10
*
klippy: Log the host software git version at startup
Kevin O'Connor
2016-12-24
1
-0
/
+2
[next]