关闭 你新开了这个 issue2015 年 1 月 17 日 · 1条评论 注释 你新的 评论了 2015 年 1 月 17 日 (steppper.c line404 ) “ st.step_count–; // 递减步进事件计数 if (st.step_count == 0) { // 段已完成。丢弃当前段并推进段索引 。st.exec_segment = NULL; if ( ++segment_buffer_tail == SEGMENT_BUFFER_SIZE) { segment_buffer_tail = 0; } } “——————————– 应修改为:?????????????? 如果(st.step_count > 0){ st.step_count–; } ………… …… 成员 香奈儿 评论了 2015 年 1 月 17 日 @younew: 没有。按原样工作正常。 chamnit已完成 关闭 2015 年 1 月 17 日 喜欢 (0) 当设置较大的最大行程值时,归位过程失败 #472 覆盖问题。不一定是错误 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
(steppper.c line404 )
“
st.step_count–; // 递减步进事件计数
if (st.step_count == 0) {
// 段已完成。丢弃当前段并推进段索引
。st.exec_segment = NULL;
if ( ++segment_buffer_tail == SEGMENT_BUFFER_SIZE) { segment_buffer_tail = 0; }
}
“——————————–
应修改为:??????????????
如果(st.step_count > 0){
st.step_count–;
}
…………
……