aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
Commit message (Expand)AuthorAgeFilesLines
* temperature_fan: Add MAX_SPEED and MIN_SPEED to SET_TEMPERATURE_FAN_TARGET co...Lane Roberts2021-02-021-2/+2
* resonance_tester: Disable input shaping for resonance testingDmitry Butyugin2021-02-021-6/+9
* adxl345: Add accelerometer chip name to the raw data file nameDmitry Butyugin2021-02-021-4/+7
* heaters: Make MINIMUM optional for TEMPERATURE_WAIT command (#3674)Justin Schuh2020-12-241-3/+3
* heaters: Add MAXIMUM option to TEMPERATURE_WAIT commandJustin Schuh2020-12-231-2/+3
* docs: Limiting max_smoothing for input shaper autocalibrationDmitry Butyugin2020-12-221-7/+11
* stepper: Calculate step_distance from rotation_distanceKevin O'Connor2020-12-181-2/+4
* heaters: Add a TEMPERATURE_WAIT commandKevin O'Connor2020-12-071-0/+2
* save_variables: Support saving variables to a disk fileKevin O'Connor2020-12-031-0/+11
* G-Codes: Minor formatting fixKevin O'Connor2020-11-231-2/+2
* docs: Add more links to G-Codes.mdKevin O'Connor2020-11-231-192/+233
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-14/+14
* 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