Enable S-Curve Acceleration and tweak jerk

To further optimize print quality even at very high speeds (I aim for roughly 80-100mm/s), I enabled S_CURVE_ACCELERATION and tweaked the jerk and default acceleration values.

Note: This is still in testing. As soon as I finish and it works as I like, I'll push it onto the master branch. If you see this commit on the master branch, it's safe to flash.
This commit is contained in:
David Ramiro
2018-11-28 23:33:11 +01:00
parent b6fd1dbc9d
commit e527750d81
5 changed files with 6 additions and 13418 deletions

View File

@@ -48,7 +48,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2019-11-15"
#define STRING_DISTRIBUTION_DATE "2019-11-28"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.