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
*
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
*
gcode: Keep a log of incoming gcode data and report it on a shutdown
Kevin O'Connor
2016-09-30
1
-1
/
+6
*
homing: Support querying the current status of endstops
Kevin O'Connor
2016-09-22
1
-1
/
+15
*
toolhead: Force a firmware shutdown on an unhandled exception
Kevin O'Connor
2016-09-22
1
-2
/
+9
*
homing: Move low-level coordinate manipulation to kinematic class
Kevin O'Connor
2016-07-25
1
-12
/
+12
*
gcode: Error on G20 (set units to inches) command
Kevin O'Connor
2016-07-25
1
-3
/
+2
*
extruder: Create a new class and python file to track the printer extruder
Kevin O'Connor
2016-07-10
1
-1
/
+4
*
cartesian: Rename CartKinematics class to ToolHead
Kevin O'Connor
2016-07-10
1
-16
/
+16
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+315