Contact me: hankecnc@gmail.com

Formbot/Raptor因缺少DEFAULT_YJERK值而失败 #6

推推 grbl 3年前 (2023-01-25) 321次浏览
新问题

Formbot/Raptor因缺少DEFAULT_YJERK值而失败 #6

 关闭
贾森史密斯 打开此问题 on Jan 16, 2020 ·0条评论

评论

Formbot/Raptor因缺少DEFAULT_YJERK值而失败 #6
贡献者

由于缺少参数,生成失败。“交汇点偏差”公式似乎使用了禁用CLASSIC_JERK时不存在的值。

In file included from Marlin\src\module\../inc/MarlinConfigPre.h:37:0,
                 from Marlin\src\module\../inc/MarlinConfig.h:28,
                 from Marlin\src\module\configuration_store.h:24,
                 from Marlin\src\module\configuration_store.cpp:47:
Marlin\src\module\configuration_store.cpp: In static member function 'static void MarlinSettings::reset()':
Marlin\src\module\../inc/../../Configuration.h:876:39: error: 'DEFAULT_YJERK' was not declared in this scope
   #define JUNCTION_DEVIATION_MM (.4 * DEFAULT_YJERK * DEFAULT_YJERK / DEFAULT_ACCELERATION)  // (mm) Distance from real junction edge
                                       ^
Marlin\src\module\configuration_store.cpp:2278:43: note: in expansion of macro 'JUNCTION_DEVIATION_MM'
     planner.junction_deviation_mm = float(JUNCTION_DEVIATION_MM);
                                           ^
*** [.pio\build\megaatmega2560\src\src\module\configuration_store.cpp.o] Error 1