Skip to content

Commit

Permalink
Update Experimental Features
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Jan 27, 2024
1 parent 7603a69 commit 80ca012
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 18 deletions.
1 change: 0 additions & 1 deletion _gcode/G005.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Bézier cubic spline
brief: Cubic B-spline with XYE destination and IJPQ offsets
author: thinkyhead

experimental: true
since: 1.1.0
group: motion

Expand Down
1 change: 0 additions & 1 deletion _gcode/G006.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ author: shitcreek
contrib: colinrgodsey

group: motion
experimental: true
requires: DIRECT_STEPPING

codes: [ G6 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/G012.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tag: g012
title: Clean the Nozzle
brief: Perform the nozzle cleaning procedure.

experimental: true
since: 1.1.0
requires: NOZZLE_CLEAN_FEATURE
group: nozzle
Expand Down
1 change: 0 additions & 1 deletion _gcode/G026.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tag: g026
title: Mesh Validation Pattern
brief: Test the mesh and adjust.

experimental: true
since: 1.1.0
requires: G26_MESH_VALIDATION
group: calibration
Expand Down
1 change: 0 additions & 1 deletion _gcode/G034-zsaa.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ brief: Align multiple Z steppers using a bed probe
author: shitcreek

requires: Z_STEPPER_AUTO_ALIGN
experimental: true
group: calibration

codes: [ G34 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/G053.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ brief: Apply native workspace to the current move.
author: shitcreek

requires: CNC_COORDINATE_SYSTEMS
experimental: true
group: geometry

codes: [ G53 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/G054-G059.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ brief: Select a workspace coordinate system
author: shitcreek

requires: CNC_COORDINATE_SYSTEMS
experimental: true
group: geometry

codes: [ G54, G55, G56, G57, G58, G59, G59.1, G59.2, G59.3 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/G076.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ codes: [ G76 ]
related: [ M192, M871 ]

requires: PROBE_TEMP_COMPENSATION
experimental: true
group: calibration

notes:
Expand Down
1 change: 0 additions & 1 deletion _gcode/G425.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Backlash Calibration
brief: Use a conductive object to calibrate XYZ backlash
author: marcio-ao

experimental: true
requires: CALIBRATION_GCODE
group: calibration

Expand Down
1 change: 0 additions & 1 deletion _gcode/M020.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ parameters:

- tag: L
since: 2.0.9
experimental: true
optional: true
description: Include the long filename in the listing.
requires: LONG_FILENAME_HOST_SUPPORT
Expand Down
1 change: 0 additions & 1 deletion _gcode/M032.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Select and Start
brief: Begin an SD print from a file.
author: thinkyhead

experimental: true
requires: SDSUPPORT
group: sdcard

Expand Down
1 change: 0 additions & 1 deletion _gcode/M043-T.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ brief: Get information about pins.
author: thinkyhead
contrib: TwoRedCells

experimental: true
requires: PINS_DEBUGGING
group: debug

Expand Down
1 change: 0 additions & 1 deletion _gcode/M043.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Debug Pins
brief: Get information about pins.
author: thinkyhead

experimental: true
requires: PINS_DEBUGGING
group: debug

Expand Down
1 change: 1 addition & 0 deletions _gcode/M260.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author: thinkyhead

requires: EXPERIMENTAL_I2CBUS
group: i2c
experimental: true

codes: [ M260 ]
related: [ M261 ]
Expand Down
1 change: 1 addition & 0 deletions _gcode/M261.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author: thinkyhead

requires: EXPERIMENTAL_I2CBUS
group: i2c
experimental: true

codes: [ M261 ]
related: [ M260 ]
Expand Down
2 changes: 1 addition & 1 deletion _gcode/M306.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ contrib: StevilKnevil
requires: MPCTEMP
group: thermal
since: 2.0.9.4
experimental: true

codes: [ M306 ]

Expand Down Expand Up @@ -73,7 +74,6 @@ parameters:
optional: true
since: 2.1.3
requires: MPC_AUTOTUNE
experimental: true
description: "Tuning method (with parameter '`T`'). (Default: 0 = AUTO)"
values:
- tag: 0
Expand Down
1 change: 0 additions & 1 deletion _gcode/M422.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ contrib: thinkyhead

requires: Z_STEPPER_AUTO_ALIGN
since: 2.0.4
experimental: true
group: calibration

codes: [ M422 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/M425.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Backlash compensation
brief: Enable and tune backlash compensation
author: marcio-ao

experimental: true
requires: BACKLASH_COMPENSATION,BACKLASH_GCODE
group: calibration

Expand Down
1 change: 1 addition & 0 deletions _gcode/M593.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ author: thinkyhead
since: 2.1.2
requires: INPUT_SHAPING_[XY]
group: motion
experimental: true

codes: [ M593 ]
related: [ M493 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/M852.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Bed Skew Compensation
brief: Misalignment in the XYZ axes.
author: HekTron802

experimental: true
group: calibration

codes: [ M852 ]
Expand Down
1 change: 0 additions & 1 deletion _gcode/M871.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ author: tompe-proj
contrib: thinkyhead

requires: PROBE_TEMP_COMPENSATION
experimental: true
group: calibration

codes: [ M871 ]
Expand Down

0 comments on commit 80ca012

Please sign in to comment.