aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
Commit message (Expand)AuthorAgeFilesLines
* dotstar: Initial support for "dotstar" LEDsKevin O'Connor2019-08-061-10/+10
* neopixel: Add support for daisy-chained chipsKevin O'Connor2019-07-231-3/+7
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-121-0/+8
* firmware_retract: Remove z_hop supportKevin O'Connor2019-07-101-10/+7
* probe: Rework the PROBE_ACCURACY command parametersKevin O'Connor2019-07-101-4/+6
* filament_switch_sensor: add SET_FILAMENT_SENSOR gcodeArksine2019-07-101-0/+3
* docs: Add documentation for [delayed_gcode]Arksine2019-07-011-0/+9
* docs: Update for latest changs to skew_correctionArksine2019-06-291-2/+16
* docs: Add CLEAR_PAUSE to G-Codes.mdArksine2019-06-281-0/+4
* skew_correction: add documentationArksine2019-06-261-0/+14
* probe: Allow probe parameters to be specified as g-code parametersKevin O'Connor2019-06-211-31/+46
* gcode_macro: Parse variable_X parameters using ast.literal_eval()Kevin O'Connor2019-06-071-1/+2
* firmware_retraction: Implementation of tuneable G10/G11 firmware retraction (...Len Trigg2019-06-061-0/+30
* gcode_macro: Add support for SET_GCODE_VARIABLE commandKevin O'Connor2019-06-041-0/+8
* idle_timeout: Add SET_IDLE_TIMEOUT gcodeArksine2019-06-041-0/+2
* gcode: Add support for SAVE_GCODE_STATE and RESTORE_GCODE_STATE commandsKevin O'Connor2019-05-311-0/+16
* gcode: Don't apply the SET_GCODE_OFFSET to the next g-code commandKevin O'Connor2019-05-261-9/+15
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-141-3/+3
* tmc2130: add SET_TMC_CURRENT and SET_TMC_FIELD commands (#1419)amblidex2019-03-221-5/+4
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-0/+10
* tmc2660: Add INIT_TMC and SET_TMC_FIELD gcodesFlorian Heilmann2019-03-081-3/+14
* manual_stepper: Add support for moves with accelerationKevin O'Connor2019-03-031-18/+23
* filament_switch_sensor: update documentationArksine2019-03-011-0/+8
* tmc2130: Add support for INIT_TMC commandKevin O'Connor2019-03-011-4/+7
* bed_screws: Add a helper tool for leveling bed screwsKevin O'Connor2019-02-241-0/+10
* probe: Add PROBE_ACCURACY commandRui Caridade2019-02-181-0/+4
* Merge pull request #1242 from john--/pr_generic_heaterKevinOConnor2019-02-141-0/+3
|\
| * Generic Heater SupportJohn Jardine2019-02-141-0/+3
* | manual_stepper: Add an "extras" module for manually controlling a stepperKevin O'Connor2019-02-121-0/+15
* | probe: Use manual_probe helper when performing manual probesKevin O'Connor2019-02-121-12/+12
* | probe: Add PROBE_CALIBRATE commandKevin O'Connor2019-02-121-0/+4
* | manual_probe: Add a helper script for performing manual Z probingKevin O'Connor2019-02-121-0/+17
|/
* pause_resume: update documentationArksine2019-01-281-0/+10
* docs: Bltouch documentation (#1073)Wilfried Goesgens2019-01-051-0/+2
* respond: An extra for sending messages to the printer host. (#1053)Alec B. Plumb2019-01-021-0/+16
* bltouch: Add a BLTOUCH_DEBUG commandKevin O'Connor2018-12-031-0/+8
* servo: This patch create ability to enable/disable attached servo. (#880)Jiri Dobry2018-11-141-2/+2
* docs: Clarify M109/M190 in G-Code documentationKevin O'Connor2018-10-281-0/+4
* docs: Note the use of gcode_macro in G-Codes.mdKevin O'Connor2018-10-281-0/+6
* bed_mesh: Do not automatically run G28 on BED_MESH_CALIBRATE / BED_MESH_MAPKevin O'Connor2018-10-221-1/+1
* endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE commandKevin O'Connor2018-10-161-0/+11
* docs: Fix typo in BED_MESH_PROFILE description in G-Codes.mdKevin O'Connor2018-10-041-1/+1
* bed_mesh: Add ability to save mesh state to persistent memoryArksine2018-10-021-0/+8
* probe: Support manual probing at runtimeKevin O'Connor2018-10-011-7/+13
* docs: Add Delta_Calibrate.md guide with "enhanced delta calibration"Kevin O'Connor2018-09-251-0/+2
* configfile: Add support for rewriting the printer config fileKevin O'Connor2018-09-251-0/+4
* heater: Add new TURN_OFF_HEATERS commandKevin O'Connor2018-09-181-0/+1
* docs: Add Mesh Bed Leveling to G-Codes.mdArksine2018-08-171-0/+19
* force_move: Provide defaults for SET_KINEMATIC_POSITION parametersKevin O'Connor2018-08-021-7/+9
* force_move: Add support for FORCE_MOVE commandKevin O'Connor2018-07-261-0/+22