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
/
gcode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcode: Don't wait for moves to finish if both debug input and output
Kevin O'Connor
2017-07-23
1
-1
/
+2
*
gcode: Improve end-of-file handling when input is a debug file
Kevin O'Connor
2017-07-21
1
-7
/
+10
*
gcode: Log g-code error responses
Kevin O'Connor
2017-07-17
1
-2
/
+3
*
gcode: Fix regression causing lost asynchronous commands
Kevin O'Connor
2017-06-11
1
-1
/
+2
*
klippy: Remove some obscure python2 dependencies
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-7
/
+7
*
gcode: Support running arbitrary gcode on extruder change
Kevin O'Connor
2017-06-09
1
-9
/
+14
*
gcode: Support for querying and setting multiple extruder heaters
Kevin O'Connor
2017-06-09
1
-24
/
+33
*
extruder: Add initial support for multi-extruders
Kevin O'Connor
2017-06-09
1
-4
/
+28
*
klippy: Prefer python dictionary comprehension to dict() call
Kevin O'Connor
2017-06-06
1
-4
/
+4
*
gcode: Check for invalid speeds
Kevin O'Connor
2017-05-02
1
-1
/
+4
*
gcode: Don't report an error if turning off an unknown fan or heater
Kevin O'Connor
2017-05-01
1
-3
/
+5
*
gcode: Sort the order of commands in HELP
Kevin O'Connor
2017-04-26
1
-1
/
+1
*
gcode: Limit build_handlers() method to just building available commands
Kevin O'Connor
2017-04-26
1
-34
/
+40
*
gcode: Ignore M21 command
Kevin O'Connor
2017-04-20
1
-10
/
+8
*
klippy: Remove CLEAR_SHUTDOWN command
Kevin O'Connor
2017-04-13
1
-9
/
+1
*
gcode: Catch common gcode parameter errors
Kevin O'Connor
2017-03-16
1
-28
/
+58
*
gcode: Eliminate build_config() method
Kevin O'Connor
2017-03-13
1
-3
/
+4
*
klippy: Support FIRMWARE_RESTART command
Kevin O'Connor
2017-03-08
1
-9
/
+16
*
heater: Enforce min/max_temp in heater.set_temp()
Kevin O'Connor
2017-02-21
1
-1
/
+5
*
gcode: Attempt to shutdown heaters and fans prior to a RESTART
Kevin O'Connor
2017-02-12
1
-5
/
+14
*
toolhead: Separate motor off timer from main flush timer
Kevin O'Connor
2017-02-12
1
-1
/
+1
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-2
/
+2
*
gcode: Exit on an unhandled exception when reading from a file
Kevin O'Connor
2017-02-06
1
-0
/
+3
*
gcode: Add support for M115 command
Kevin O'Connor
2016-12-28
1
-1
/
+7
*
gcode: Add support for M400 command
Kevin O'Connor
2016-12-28
1
-1
/
+5
*
gcode: Add a "STATUS" command
Kevin O'Connor
2016-12-21
1
-6
/
+21
*
gcode: Increase initial speed
Kevin O'Connor
2016-12-09
1
-1
/
+1
*
gcode: Handle M112 emergency stop command
Kevin O'Connor
2016-12-09
1
-11
/
+16
*
gcode: Rework toolhead stalling to use greenlets
Kevin O'Connor
2016-12-09
1
-27
/
+0
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-8
/
+10
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-4
/
+7
*
gcode: Convert wait for temp to use greenlets
Kevin O'Connor
2016-12-08
1
-12
/
+6
*
gcode: Convert busy handler from timer to greenlet
Kevin O'Connor
2016-12-08
1
-25
/
+22
*
gcode: Add support for CLEAR_SHUTDOWN command
Kevin O'Connor
2016-12-01
1
-1
/
+9
*
klippy: Add ability to restart the host software
Kevin O'Connor
2016-11-30
1
-7
/
+9
*
gcode: Support parsing of "extended" gcode commands
Kevin O'Connor
2016-11-30
1
-24
/
+38
*
mcu: Detect if the communication channel to the firmware is lost
Kevin O'Connor
2016-11-30
1
-0
/
+7
*
gcode: Don't dump the message log directly from set_printer_ready()
Kevin O'Connor
2016-11-30
1
-6
/
+5
*
klippy: Improve error reporting during connect
Kevin O'Connor
2016-11-30
1
-6
/
+11
*
gcode: Support reading from gcode input before mcu is ready
Kevin O'Connor
2016-11-30
1
-19
/
+30
*
klippy: Create the /tmp/printer pseudo tty before opening config file
Kevin O'Connor
2016-11-30
1
-8
/
+8
*
klippy: Run the MCU connect code within the reactor
Kevin O'Connor
2016-11-29
1
-1
/
+0
*
mcu: Handle adc initialization entirely in mcu code
Kevin O'Connor
2016-11-29
1
-4
/
+0
*
homing: Check homing distance to verify endstop trigger after retract
Kevin O'Connor
2016-11-28
1
-0
/
+2
*
homing: Check for timeout during homing operation
Kevin O'Connor
2016-11-18
1
-0
/
+3
*
homing: Create Homing class from gcode
Kevin O'Connor
2016-11-18
1
-5
/
+6
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-10
/
+4
*
gcode: Reset current position after an endstop error
Kevin O'Connor
2016-10-11
1
-0
/
+1
*
cartesian: Enforce endstop min and max boundaries
Kevin O'Connor
2016-09-30
1
-1
/
+5
[next]