aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/gcode.py
Commit message (Expand)AuthorAgeFilesLines
* gcode: Reset current position after an endstop errorKevin O'Connor2016-10-111-0/+1
* cartesian: Enforce endstop min and max boundariesKevin O'Connor2016-09-301-1/+5
* gcode: Keep a log of incoming gcode data and report it on a shutdownKevin O'Connor2016-09-301-1/+6
* homing: Support querying the current status of endstopsKevin O'Connor2016-09-221-1/+15
* toolhead: Force a firmware shutdown on an unhandled exceptionKevin O'Connor2016-09-221-2/+9
* homing: Move low-level coordinate manipulation to kinematic classKevin O'Connor2016-07-251-12/+12
* gcode: Error on G20 (set units to inches) commandKevin O'Connor2016-07-251-3/+2
* extruder: Create a new class and python file to track the printer extruderKevin O'Connor2016-07-101-1/+4
* cartesian: Rename CartKinematics class to ToolHeadKevin O'Connor2016-07-101-16/+16
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+315