Scott Lahteine 6 years ago
parent
commit
50b6204079
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/planner.h

+ 1
- 1
Marlin/src/module/planner.h View File

@@ -752,7 +752,7 @@ class Planner {
752 752
     #if ENABLED(JUNCTION_DEVIATION)
753 753
       FORCE_INLINE static void recalculate_max_e_jerk_factor() {
754 754
         #if ENABLED(LIN_ADVANCE)
755
-          max_e_jerk_factor = SQRT(SQRT(0.5) * junction_deviation_mm) * RECIPROCAL(1.0 - SQRT(0.5));
755
+          max_e_jerk_factor = SQRT(SQRT(0.5) * junction_deviation_mm * RECIPROCAL(1.0 - SQRT(0.5)));
756 756
         #endif
757 757
       }
758 758
     #endif

Loading…
Cancel
Save