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
...
*
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
*
gcode: Add a "STATUS" command
Kevin O'Connor
2016-12-21
1
-1
/
+1
*
klippy: Update config error message - use "RESTART" when ready to continue
Kevin O'Connor
2016-12-21
1
-2
/
+3
*
klippy: stats() method must check that mcu and toolhead classes exist
Kevin O'Connor
2016-12-01
1
-5
/
+10
*
klippy: Fix typo causing missing stats on 'exit_eof' case
Kevin O'Connor
2016-12-01
1
-1
/
+1
*
gcode: Add support for CLEAR_SHUTDOWN command
Kevin O'Connor
2016-12-01
1
-3
/
+3
*
klippy: Add ability to restart the host software
Kevin O'Connor
2016-11-30
1
-13
/
+30
*
mcu: Detect if the communication channel to the firmware is lost
Kevin O'Connor
2016-11-30
1
-0
/
+4
*
gcode: Don't dump the message log directly from set_printer_ready()
Kevin O'Connor
2016-11-30
1
-0
/
+7
*
klippy: Validate that options in the config file exist
Kevin O'Connor
2016-11-30
1
-0
/
+17
*
klippy: Add ConfigWrapper.getchoice method
Kevin O'Connor
2016-11-30
1
-0
/
+7
*
klippy: Throw an exception if any required config parameter is missing
Kevin O'Connor
2016-11-30
1
-15
/
+22
*
mcu: Raise a config error on an invalid pin name in the config file
Kevin O'Connor
2016-11-30
1
-0
/
+1
*
klippy: Report an error if the config file does not exist
Kevin O'Connor
2016-11-30
1
-1
/
+8
*
klippy: Improve error reporting during connect
Kevin O'Connor
2016-11-30
1
-10
/
+56
*
gcode: Support reading from gcode input before mcu is ready
Kevin O'Connor
2016-11-30
1
-3
/
+3
*
klippy: separate initial config file load into load_config() method
Kevin O'Connor
2016-11-30
1
-19
/
+23
*
klippy: Create the /tmp/printer pseudo tty before opening config file
Kevin O'Connor
2016-11-30
1
-13
/
+10
*
klippy: Defer calling mcu.connect_file() to connect() method
Kevin O'Connor
2016-11-30
1
-5
/
+8
*
serialhdl: Make SerialReader.connect() blocking
Kevin O'Connor
2016-11-29
1
-3
/
+0
*
klippy: Run the MCU connect code within the reactor
Kevin O'Connor
2016-11-29
1
-10
/
+13
*
klippy: Eliminate write_dictionary command line option
Kevin O'Connor
2016-11-29
1
-9
/
+0
*
mcu: Remove support for DummyMCU class
Kevin O'Connor
2016-11-16
1
-4
/
+0
*
queuelogger: Add support for background log writing
Kevin O'Connor
2016-11-12
1
-4
/
+6
*
extruder: Create a new class and python file to track the printer extruder
Kevin O'Connor
2016-07-10
1
-4
/
+4
*
toolhead: Split toolhead code from cartesian.py to new file toolhead.py
Kevin O'Connor
2016-07-10
1
-2
/
+2
*
cartesian: Rename CartKinematics class to ToolHead
Kevin O'Connor
2016-07-10
1
-2
/
+2
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+163
[prev]