Skip to content

Commit b218118

Browse files
committed
Disable classic jerk
1 parent 8e576b7 commit b218118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
* When changing speed and direction, if the difference is less than the
788788
* value set here, it may happen instantaneously.
789789
*/
790-
#define CLASSIC_JERK
790+
//#define CLASSIC_JERK
791791
#if ENABLED(CLASSIC_JERK)
792792
#define DEFAULT_XJERK 10.0
793793
#define DEFAULT_YJERK 10.0

0 commit comments

Comments
 (0)