关闭 SixthGenie 打开了这个问题 2014 年 3 月 1 日 · 1条评论 注释 第六精灵 评论了 2014 年 3 月 1 日 gc_sync_position 的原型在 gcode.h void gc_sync_position() 中被定义为一个 void 函数; , 但它在 gcode.c 中的实现被定义为 void gc_sync_position(int32_t x, int32_t y, int32_t z) ,两个参数都没有被使用。此外,从 motion_control_c 调用 gc_sync_position(mc_homing_cycle 和 mc_probe_cycle 不传递任何参数。 成员 香奈儿 评论了 2014 年 3 月 1 日 @SixthGenie: 不错的收获!不知道为什么编译器没有对此做出错误响应,但它似乎可以使用或不使用整数。这个会在下次推送更新。谢谢! chamnit已完成 关闭 2014 年 3 月 1 日 喜欢 (0) 移动两个轴时进给率报告问题 #282 Z-Limit 监督问题 #283 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 关闭
gc_sync_position 的原型在 gcode.h
void gc_sync_position() 中被定义为一个 void 函数;
, 但它在 gcode.c 中的实现被定义为
void gc_sync_position(int32_t x, int32_t y, int32_t z) ,两个参数都没有被使用。此外,从 motion_control_c 调用 gc_sync_position(mc_homing_cycle 和 mc_probe_cycle 不传递任何参数。