diff --git a/_gcode/G005.md b/_gcode/G005.md index 915769007..16fc3d9f5 100644 --- a/_gcode/G005.md +++ b/_gcode/G005.md @@ -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 diff --git a/_gcode/G006.md b/_gcode/G006.md index 9ae0701e2..20c115d20 100644 --- a/_gcode/G006.md +++ b/_gcode/G006.md @@ -6,7 +6,6 @@ author: shitcreek contrib: colinrgodsey group: motion -experimental: true requires: DIRECT_STEPPING codes: [ G6 ] diff --git a/_gcode/G012.md b/_gcode/G012.md index e893e113d..ac857b948 100644 --- a/_gcode/G012.md +++ b/_gcode/G012.md @@ -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 diff --git a/_gcode/G026.md b/_gcode/G026.md index 22ac87191..b33daa8f5 100644 --- a/_gcode/G026.md +++ b/_gcode/G026.md @@ -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 diff --git a/_gcode/G034-zsaa.md b/_gcode/G034-zsaa.md index 00f6a11c0..974e3f9f2 100644 --- a/_gcode/G034-zsaa.md +++ b/_gcode/G034-zsaa.md @@ -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 ] diff --git a/_gcode/G053.md b/_gcode/G053.md index 1a7090760..96764569f 100644 --- a/_gcode/G053.md +++ b/_gcode/G053.md @@ -5,7 +5,6 @@ brief: Apply native workspace to the current move. author: shitcreek requires: CNC_COORDINATE_SYSTEMS -experimental: true group: geometry codes: [ G53 ] diff --git a/_gcode/G054-G059.md b/_gcode/G054-G059.md index be6fbe205..870e2ee2a 100644 --- a/_gcode/G054-G059.md +++ b/_gcode/G054-G059.md @@ -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 ] diff --git a/_gcode/G076.md b/_gcode/G076.md index 15dcdc02e..4ca40d57f 100644 --- a/_gcode/G076.md +++ b/_gcode/G076.md @@ -9,7 +9,6 @@ codes: [ G76 ] related: [ M192, M871 ] requires: PROBE_TEMP_COMPENSATION -experimental: true group: calibration notes: diff --git a/_gcode/G425.md b/_gcode/G425.md index d461d48f8..10d7bcf0c 100644 --- a/_gcode/G425.md +++ b/_gcode/G425.md @@ -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 diff --git a/_gcode/M020.md b/_gcode/M020.md index 20fb59752..fa8f81344 100644 --- a/_gcode/M020.md +++ b/_gcode/M020.md @@ -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 diff --git a/_gcode/M032.md b/_gcode/M032.md index 6f4422400..f8aa7bb27 100644 --- a/_gcode/M032.md +++ b/_gcode/M032.md @@ -4,7 +4,6 @@ title: Select and Start brief: Begin an SD print from a file. author: thinkyhead -experimental: true requires: SDSUPPORT group: sdcard diff --git a/_gcode/M043-T.md b/_gcode/M043-T.md index c429f22a6..02c4b0ab1 100644 --- a/_gcode/M043-T.md +++ b/_gcode/M043-T.md @@ -5,7 +5,6 @@ brief: Get information about pins. author: thinkyhead contrib: TwoRedCells -experimental: true requires: PINS_DEBUGGING group: debug diff --git a/_gcode/M043.md b/_gcode/M043.md index 3827a238f..f34ec3335 100644 --- a/_gcode/M043.md +++ b/_gcode/M043.md @@ -4,7 +4,6 @@ title: Debug Pins brief: Get information about pins. author: thinkyhead -experimental: true requires: PINS_DEBUGGING group: debug diff --git a/_gcode/M260.md b/_gcode/M260.md index aacbf162a..bde0e0898 100644 --- a/_gcode/M260.md +++ b/_gcode/M260.md @@ -6,6 +6,7 @@ author: thinkyhead requires: EXPERIMENTAL_I2CBUS group: i2c +experimental: true codes: [ M260 ] related: [ M261 ] diff --git a/_gcode/M261.md b/_gcode/M261.md index 99bb217da..5917e71a9 100644 --- a/_gcode/M261.md +++ b/_gcode/M261.md @@ -6,6 +6,7 @@ author: thinkyhead requires: EXPERIMENTAL_I2CBUS group: i2c +experimental: true codes: [ M261 ] related: [ M260 ] diff --git a/_gcode/M306.md b/_gcode/M306.md index 25e91649c..2a3e245ca 100644 --- a/_gcode/M306.md +++ b/_gcode/M306.md @@ -8,6 +8,7 @@ contrib: StevilKnevil requires: MPCTEMP group: thermal since: 2.0.9.4 +experimental: true codes: [ M306 ] @@ -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 diff --git a/_gcode/M422.md b/_gcode/M422.md index 31b2582a2..6679d9143 100644 --- a/_gcode/M422.md +++ b/_gcode/M422.md @@ -7,7 +7,6 @@ contrib: thinkyhead requires: Z_STEPPER_AUTO_ALIGN since: 2.0.4 -experimental: true group: calibration codes: [ M422 ] diff --git a/_gcode/M425.md b/_gcode/M425.md index 68f600d14..e921994ef 100644 --- a/_gcode/M425.md +++ b/_gcode/M425.md @@ -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 diff --git a/_gcode/M593.md b/_gcode/M593.md index b19ec60b9..ae6b16096 100644 --- a/_gcode/M593.md +++ b/_gcode/M593.md @@ -7,6 +7,7 @@ author: thinkyhead since: 2.1.2 requires: INPUT_SHAPING_[XY] group: motion +experimental: true codes: [ M593 ] related: [ M493 ] diff --git a/_gcode/M852.md b/_gcode/M852.md index 88ff214ca..01b77e644 100644 --- a/_gcode/M852.md +++ b/_gcode/M852.md @@ -4,7 +4,6 @@ title: Bed Skew Compensation brief: Misalignment in the XYZ axes. author: HekTron802 -experimental: true group: calibration codes: [ M852 ] diff --git a/_gcode/M871.md b/_gcode/M871.md index cff19fee6..c5f70e38c 100644 --- a/_gcode/M871.md +++ b/_gcode/M871.md @@ -6,7 +6,6 @@ author: tompe-proj contrib: thinkyhead requires: PROBE_TEMP_COMPENSATION -experimental: true group: calibration codes: [ M871 ]