Tweak default acceleration for TMC drivers
This commit is contained in:
@@ -960,7 +960,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if ENABLED(KNUTWURST_MEGA)
|
#if ENABLED(KNUTWURST_MEGA)
|
||||||
#define DEFAULT_ACCELERATION 1600 // X, Y, Z and E acceleration for printing moves
|
#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves
|
||||||
#if ENABLED(KNUTWURST_BMG)
|
#if ENABLED(KNUTWURST_BMG)
|
||||||
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
||||||
#else
|
#else
|
||||||
@@ -971,7 +971,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(KNUTWURST_MEGA_S)
|
#if ENABLED(KNUTWURST_MEGA_S)
|
||||||
#define DEFAULT_ACCELERATION 1600 // X, Y, Z and E acceleration for printing moves
|
#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves
|
||||||
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
||||||
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
|
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
|
||||||
#endif
|
#endif
|
||||||
@@ -983,7 +983,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(KNUTWURST_MEGA_P)
|
#if ENABLED(KNUTWURST_MEGA_P)
|
||||||
#define DEFAULT_ACCELERATION 1600 // X, Y, Z and E acceleration for printing moves
|
#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves
|
||||||
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
||||||
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
|
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
|
||||||
#endif
|
#endif
|
||||||
|
@@ -41,10 +41,10 @@
|
|||||||
* here we define this default string as the date where the latest release
|
* here we define this default string as the date where the latest release
|
||||||
* version was tagged.
|
* version was tagged.
|
||||||
*/
|
*/
|
||||||
#define CUSTOM_BUILD_VERSION "1.2.0"
|
#define CUSTOM_BUILD_VERSION "1.2.0-beta.5"
|
||||||
|
|
||||||
#ifndef STRING_DISTRIBUTION_DATE
|
#ifndef STRING_DISTRIBUTION_DATE
|
||||||
#define STRING_DISTRIBUTION_DATE "2021-06-21"
|
#define STRING_DISTRIBUTION_DATE "2021-06-24"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user