aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
Commit message (Expand)AuthorAgeFilesLines
* neopixel: Add support for RGBW LEDsKevin O'Connor2020-10-291-2/+3
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-6/+45
* mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor2020-09-261-1/+4
* docs: document additions to BED_MESH_CALIBRATEArksine2020-09-151-1/+2
* docs: Note that FORCE_MOVE can lead to "No next step" errors in G-Codes.mdKevin O'Connor2020-09-081-7/+9
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-051-0/+14
* fan_generic: Add support for named fans and gcode to control them (#3054)bondus2020-08-071-0/+7
* docs: document changes to the virtual_sdcard moduleArksine2020-08-051-0/+5
* docs: Move SET_TEMPERATURE_FAN_TARGET to its own section in G-Codes.mdKevin O'Connor2020-07-261-2/+9
* docs: Update G-Codes.md for SET_TEMPERATURE_FAN_TARGET (#3122)Martin Nowroth2020-07-261-0/+2
* servo: Remove servo ENABLE parameterKevin O'Connor2020-07-251-2/+3
* input_shaper: Initial support of input shaping (#3032)Dmitry Butyugin2020-07-051-0/+15
* display: Default DISPLAY=display in SET_DISPLAY_GROUP commandKevin O'Connor2020-06-091-5/+6
* display: add SET_DISPLAY_GROUP command (#2969)Florian Heilmann2020-06-091-0/+5
* extruder_stepper: Support changing synced extruder on the fly (#2824)theophile2020-06-061-0/+9
* docs: Clarify that Probe_Calibrate uses the speed variable for XY as well (#2...Dushyant Ahuja2020-05-051-1/+3
* Extruder: Add g-code to set extruder step_distance (#2598)David Smith2020-03-281-0/+6
* docs: Fix typo in MANUAL_STEPPER command lineKevin O'Connor2020-03-231-1/+1
* Allow manual_stepper to run in parallel than an other stepperJeremy Briffaut2020-03-231-12/+16
* docs: clarify behavior of M204 with only one of P or T (#2564)Garth Snyder2020-03-111-1/+2
* bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)FanDjango2020-02-231-1/+8
* manual_stepper: Support ignoring errors on STOP_ON_ENDSTOPKevin O'Connor2020-02-191-7/+8
* stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463)David Smith2020-02-101-0/+6
* probe: Add support for configuring lift_speedKevin O'Connor2020-01-311-1/+1
* docs: Update documentation to reflect bed_mesh changesArksine2020-01-091-9/+9
* docs: Document support for M204 P and T parametersKevin O'Connor2019-12-181-1/+3
* neopixel: Add support for delaying updates in SET_LED commandKevin O'Connor2019-12-151-7/+10
* gcode: Remove builtin T0/T1/T2/... command supportKevin O'Connor2019-12-101-2/+1
* extruder: Add an ACTIVATE_EXTRUDER commandKevin O'Connor2019-12-101-0/+3
* gcode: Remove support for the M206 commandKevin O'Connor2019-12-101-2/+0
* extruder: Initial support for "smoothed pressure advance"Kevin O'Connor2019-11-211-3/+3
* query_adc: Add a new module to help query and debug analog pinsKevin O'Connor2019-11-071-0/+5
* docs: Note gcode_arcs and firmware_retraction commands in G-Codes.mdKevin O'Connor2019-11-071-2/+16
* docs: Update Sensorless_Homing.md with new TMCs (#1958)Nils Schulte2019-10-031-4/+3
* tuning_tower: Tool for tuning parameters based on print Z heightKevin O'Connor2019-10-011-0/+8
* 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