Переглянути джерело

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 роки тому
джерело
коміт
59378db7de
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 1 додано та 5 видалено
  1. 1
    5
      config/examples/Formbot/T_Rex_3/Configuration.h

+ 1
- 5
config/examples/Formbot/T_Rex_3/Configuration.h Переглянути файл

@@ -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
 /**

Завантаження…
Відмінити
Зберегти