浏览代码

Revert config replace

Scott Lahteine 5 年前
父节点
当前提交
e11a806460
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h 查看文件

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

正在加载...
取消
保存