aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/gcode.py
Commit message (Expand)AuthorAgeFilesLines
...
* fan: Move M106/M107 commands from gcode.py to fan.pyKevin O'Connor2019-11-131-17/+7
* gcode: Remove explicit active extruder trackingKevin O'Connor2019-11-131-16/+19
* stepper_enable: Add new extras module for stepper enable line trackingKevin O'Connor2019-11-101-5/+1
* extruder: Consistently use "extruder" for the primary extruderKevin O'Connor2019-11-071-1/+4
* gcode: Allow M105 to produce output if called from a macroKevin O'Connor2019-09-181-1/+5
* gcode: Add support for stacked transformsArksine2019-06-261-2/+6
* gcode: Eliminate the process_batch() methodKevin O'Connor2019-06-091-6/+2
* gcode: Convert input handling to use a reactor mutexKevin O'Connor2019-06-091-28/+8
* gcode: No need to re-raise an EndstopErrorKevin O'Connor2019-06-061-20/+5
* gcode: Use the same underlying error object for homing and gcode errorsKevin O'Connor2019-06-061-23/+22
* gcode: "gcode_position" and toolhead "position" as get_status() named tupleKevin O'Connor2019-06-041-0/+1
* gcode: Add action_x() callables to get_status()Kevin O'Connor2019-06-041-1/+13
* gcode: Add support for SAVE_GCODE_STATE and RESTORE_GCODE_STATE commandsKevin O'Connor2019-05-311-2/+40
* gcode: Rename absolutecoord/extrude to absolute_coord/_extrudeKevin O'Connor2019-05-261-10/+10
* gcode: Fix SET_GCODE_OFFSET MOVE_SPEED parameterKevin O'Connor2019-05-261-2/+1
* gcode: Minor code change to M206 to make the math similar to SET_GCODE_OFFSETKevin O'Connor2019-05-261-4/+5
* gcode: Don't apply the SET_GCODE_OFFSET to the next g-code commandKevin O'Connor2019-05-261-1/+12
* gcode: Store internal speed in mm/sKevin O'Connor2019-05-241-12/+16
* gcode: Add '_' prefix to internal methodsKevin O'Connor2019-05-241-39/+39
* menu: Show current positions based on gcode positions (#1389)Robert Konklewski2019-03-211-2/+10
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-041-6/+7
* gcode: Improve handling of end of input when reading from a debug fileKevin O'Connor2019-03-011-0/+2
* gcode: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+10
* gcode: Use an event to handle restart request actionsKevin O'Connor2019-02-251-6/+1
* gcode: The set_temp() takes an extruder number not a heater idKevin O'Connor2019-02-251-7/+13
* heater: Return heaters with a gcode_id from new get_gcode_sensors()Kevin O'Connor2019-02-251-3/+3
* gcode: A set temperature request should use the heater name, not the gcode idKevin O'Connor2019-02-251-10/+6
* gcode: Rename self.heater to self.heatersKevin O'Connor2019-02-251-14/+12
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-181-9/+12
* gcode: add 'abs_extrude' to get_status() dictionaryArksine2019-02-081-0/+1
* gcode: Return to a default gcode speed of 25mm/sKevin O'Connor2019-02-041-1/+1
* gcode: add 'speed' parameter to dictionary returned by get_status()Arksine2019-01-281-0/+1
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-081-3/+2
* klippy: Convert printer_state("disconnect") to an event handlerKevin O'Connor2019-01-081-2/+4
* klippy: Convert printer_state("shutdown") to an event handlerKevin O'Connor2019-01-081-10/+10
* respond: An extra for sending messages to the printer host. (#1053)Alec B. Plumb2019-01-021-2/+2
* heater: take a gcode_id when setting up a heater (#1028)john--2019-01-021-19/+16
* gcode: Minor change to make M220 command take effect immediately (#1000)bondus2019-01-021-2/+2
* gcode: process_batch() should execute commands atomicallyKevin O'Connor2018-10-281-13/+16
* homing: Pass printer instead of toolhead object to Homing classKevin O'Connor2018-10-161-1/+1
* gcode: Report state message after any error in a STATUS responseKevin O'Connor2018-10-131-1/+1
* gcode: Remove "Preparing to restart" messageKevin O'Connor2018-10-131-1/+0
* gcode: modify get_status method to output more info (#651)Janar Sööt2018-09-171-1/+16
* gcode: Send proactive state messagesKevin O'Connor2018-09-121-4/+11
* gcode: Catch errors on fd read and writeKevin O'Connor2018-09-121-6/+16
* gcode: M117 fixArksine2018-08-221-0/+6
* kinematics: Convert get_rails() method to get_steppers()Kevin O'Connor2018-07-161-4/+1
* query_endstops: Move QUERY_ENDSTOP command to it own extras/ moduleKevin O'Connor2018-07-161-8/+1
* toolhead: Move kinematic modules to new kinematics/ directoryKevin O'Connor2018-07-121-3/+3
* gcode: fix for GET_POSITION (#454)Eric Callahan2018-07-031-1/+4