📝 No longer experimental (#25238)

This commit is contained in:
Keith Bennett
2023-01-15 05:25:36 -08:00
committed by GitHub
parent d753781dc0
commit 212167b140
6 changed files with 18 additions and 19 deletions

View File

@@ -2019,7 +2019,7 @@
//#define EXTRAPOLATE_BEYOND_GRID
//
// Experimental Subdivision of the grid by Catmull-Rom method.
// Subdivision of the grid by Catmull-Rom method.
// Synthesizes intermediate points to produce a more detailed mesh.
//
//#define ABL_BILINEAR_SUBDIVISION
@@ -2304,7 +2304,7 @@
#endif
/**
* Clean Nozzle Feature -- EXPERIMENTAL
* Clean Nozzle Feature
*
* Adds the G12 command to perform a nozzle cleaning process.
*
@@ -2338,7 +2338,6 @@
* Before starting, the nozzle moves to NOZZLE_CLEAN_START_POINT.
*
* Caveats: The ending Z should be the same as starting Z.
* Attention: EXPERIMENTAL. G-code arguments may change.
*/
//#define NOZZLE_CLEAN_FEATURE