aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/gcode.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcode: Add run_script() method that is valid from non-command contextsKevin O'Connor2018-06-301-0/+11
* gcode: Rename run_script() to run_script_from_command()Kevin O'Connor2018-06-301-3/+3
* delta: Rename get_position() to calc_position()Kevin O'Connor2018-06-221-1/+1
* stepper: Don't peak into PrinterStepper membersKevin O'Connor2018-06-221-3/+2
* stepper: Add a get_name() method to PrinterStepperKevin O'Connor2018-06-221-2/+3
* klippy: Return an error code if batch input results in an errorKevin O'Connor2018-06-161-1/+3
* gcode: mux command is already registered error print fixedcruwaller2018-06-011-1/+1
* gcode: Apply SET_GCODE_OFFSET to next move commandKevin O'Connor2018-05-291-1/+3
* gcode: Reset extrude_factor and extruder position on a tool changeKevin O'Connor2018-05-201-0/+2
* gcode: Raise an error if a duplicate command is registeredKevin O'Connor2018-05-201-0/+2
* gcode: Add ability to register a "mux" commandKevin O'Connor2018-05-201-0/+23
* gcode: Add minval/maxval/above/below options to get_X parsersKevin O'Connor2018-04-201-29/+40
* gcode: Add a SET_GCODE_OFFSET commandKevin O'Connor2018-04-201-1/+14
* gcode: Rename homing_add to homing_offsetKevin O'Connor2018-04-201-17/+17
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-181-13/+1
* gcode: Position returned by M114 should be relative to last G92Kevin O'Connor2018-03-151-13/+40
* gcode: On a multi-line error message, report the first line twiceKevin O'Connor2018-03-121-2/+2
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+3
* virtual_sdcard: Initial support for virtual sdcardKevin O'Connor2018-02-111-1/+12