|
@@ -786,18 +786,12 @@
|
786
|
786
|
* M204 R Retract Acceleration
|
787
|
787
|
* M204 T Travel Acceleration
|
788
|
788
|
*/
|
789
|
|
-//#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration for printing moves
|
790
|
|
-//#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
|
791
|
|
-//#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves
|
792
|
789
|
|
793
|
790
|
// ANET A6 Firmware V2.0 defaults:
|
794
|
791
|
// Accel: 1000 A-retract: 1000
|
795
|
792
|
#define DEFAULT_ACCELERATION 1000 // X, Y, Z and E acceleration for printing moves
|
796
|
793
|
#define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration for retracts
|
797
|
794
|
#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration for travel (non printing) moves
|
798
|
|
-//#define DEFAULT_ACCELERATION 2000 // X, Y, Z and E acceleration for printing moves
|
799
|
|
-//#define DEFAULT_RETRACT_ACCELERATION 2000 // E acceleration for retracts
|
800
|
|
-//#define DEFAULT_TRAVEL_ACCELERATION 4000 // X, Y, Z acceleration for travel (non printing) moves
|
801
|
795
|
|
802
|
796
|
/**
|
803
|
797
|
* Default Jerk limits (mm/s)
|
|
@@ -831,7 +825,7 @@
|
831
|
825
|
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
|
832
|
826
|
*/
|
833
|
827
|
#if DISABLED(CLASSIC_JERK)
|
834
|
|
- #define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
|
|
828
|
+ #define JUNCTION_DEVIATION_MM 0.04 // (mm) Distance from real junction edge
|
835
|
829
|
#endif
|
836
|
830
|
|
837
|
831
|
/**
|