🔧 Adjust DEFAULT_EJERK settings (#26665)

This commit is contained in:
Vovodroid
2024-01-20 00:38:25 +02:00
committed by GitHub
parent fb49645b32
commit da96607b65
5 changed files with 16 additions and 7 deletions

View File

@@ -2320,7 +2320,9 @@
#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 ALLOW_LOW_EJERK // Allow a DEFAULT_EJERK value of <10. Recommended for direct drive hotends.
#if ENABLED(CLASSIC_JERK)
//#define ALLOW_LOW_EJERK // Allow a DEFAULT_EJERK value of <10. Recommended for direct drive hotends.
#endif
//#define EXPERIMENTAL_I2S_LA // Allow I2S_STEPPER_STREAM to be used with LA. Performance degrades as the LA step rate reaches ~20kHz.
#endif