📝 No longer experimental

MarlinFirmware/Marlin#25238
This commit is contained in:
Scott Lahteine 2023-01-15 03:32:21 -06:00
parent 10e477a382
commit 26fa70034e
635 changed files with 668 additions and 1303 deletions

View file

@ -2032,7 +2032,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
@ -2317,7 +2317,7 @@
#endif
/**
* Clean Nozzle Feature -- EXPERIMENTAL
* Clean Nozzle Feature
*
* Adds the G12 command to perform a nozzle cleaning process.
*
@ -2351,7 +2351,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