Browse Source

Revert config replace

Scott Lahteine 4 years ago
parent
commit
e11a806460
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -800,7 +800,7 @@
800 800
  *   https://reprap.org/forum/read.php?1,739819
801 801
  *   http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
802 802
  */
803
-#if HAS_JUNCTION_DEVIATION
803
+#if DISABLED(CLASSIC_JERK)
804 804
   #define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
805 805
 #endif
806 806
 

Loading…
Cancel
Save