|
@@ -762,10 +762,6 @@
|
762
|
762
|
* M204 T Travel Acceleration
|
763
|
763
|
*/
|
764
|
764
|
|
765
|
|
-//#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration for printing moves
|
766
|
|
-//#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
|
767
|
|
-//#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
|
768
|
|
-
|
769
|
765
|
#define DEFAULT_ACCELERATION 1500 // X, Y, Z and E acceleration for printing moves
|
770
|
766
|
#define DEFAULT_RETRACT_ACCELERATION 1500 // E acceleration for retracts
|
771
|
767
|
#define DEFAULT_TRAVEL_ACCELERATION 1500 // X, Y, Z acceleration for travel (non printing) moves
|
|
@@ -800,7 +796,7 @@
|
800
|
796
|
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
|
801
|
797
|
*/
|
802
|
798
|
#if DISABLED(CLASSIC_JERK)
|
803
|
|
- #define JUNCTION_DEVIATION_MM 0.009 // (mm) Distance from real junction edge
|
|
799
|
+ #define JUNCTION_DEVIATION_MM 0.017 // (mm) Distance from real junction edge
|
804
|
800
|
#endif
|
805
|
801
|
|
806
|
802
|
/**
|