Bläddra i källkod

Eliminate clutter in Formbot T-Rex 3 Configuration.h file

The extra clutter was making the Junction Deviation patch script calculate the wrong value.
(The script wasn't smart enough to see the extra lines were commented out and used the wrong values in the calculation.)

All fixed now with a JUNCTION_DEVIATION_MM calculated at .017
Roxy-3D 5 år sedan
förälder
incheckning
59378db7de
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 5 borttagningar
  1. 1
    5
      config/examples/Formbot/T_Rex_3/Configuration.h

+ 1
- 5
config/examples/Formbot/T_Rex_3/Configuration.h Visa fil

762
  *   M204 T    Travel Acceleration
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
 #define DEFAULT_ACCELERATION          1500    // X, Y, Z and E acceleration for printing moves
765
 #define DEFAULT_ACCELERATION          1500    // X, Y, Z and E acceleration for printing moves
770
 #define DEFAULT_RETRACT_ACCELERATION  1500    // E acceleration for retracts
766
 #define DEFAULT_RETRACT_ACCELERATION  1500    // E acceleration for retracts
771
 #define DEFAULT_TRAVEL_ACCELERATION   1500    // X, Y, Z acceleration for travel (non printing) moves
767
 #define DEFAULT_TRAVEL_ACCELERATION   1500    // X, Y, Z acceleration for travel (non printing) moves
800
  *   http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
796
  *   http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
801
  */
797
  */
802
 #if DISABLED(CLASSIC_JERK)
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
 #endif
800
 #endif
805
 
801
 
806
 /**
802
 /**

Laddar…
Avbryt
Spara