📝 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

@ -2138,7 +2138,6 @@
#endif
#define ADVANCE_K_EXTRA // Add a second linear advance constant, configurable with M900 L.
//#define LA_DEBUG // Print debug information to serial during operation. Disable for production use.
#define EXPERIMENTAL_SCURVE // Allow S-Curve Acceleration to be used with LA.
//#define ALLOW_LOW_EJERK // Allow a DEFAULT_EJERK value of <10. Recommended for direct drive hotends.
//#define EXPERIMENTAL_I2S_LA // Allow I2S_STEPPER_STREAM to be used with LA. Performance degrades as the LA step rate reaches ~20kHz.
#endif