关闭 tom4tom 打开了这个问题 2016 年 7 月 27 日 · 1条评论 关闭 制造错误#1045 tom4tom 打开了这个问题 2016 年 7 月 27 日 · 1条评论 注释 汤姆4汤姆 评论了 2016 年 7 月 27 日 grbl/system.c: 在函数“system_convert_corexy_to_x_axis_steps”中: grbl/system.c:294:18: error: ‘A_MOTOR’ undeclared (first use in this function) return( (steps[A_MOTOR] + steps[B_MOTOR])/2 ); ^ grbl/system.c:294:18: 注意:对于出现在 grbl/system.c:294:35 中的每个函数,每个未声明的标识符仅报告一次 :错误:’B_MOTOR’ 未声明(首次在此函数中使用) 返回( (步数[A_MOTOR] + 步数[B_MOTOR])/2 ); ^ grbl/system.c: 在函数“system_convert_corexy_to_y_axis_steps”中: grbl/system.c:298:18: error: ‘A_MOTOR’ undeclared (first use in this function) return( (steps[A_MOTOR] – steps[B_MOTOR])/ 2); ^ grbl/system.c:298:35: error: ‘B_MOTOR’ undeclared (first use in this function) return( (steps[A_MOTOR] – steps[B_MOTOR])/2 ); ^ grbl/system.c: 在函数 ‘system_convert_corexy_to_x_axis_steps’ 中: grbl/system.c:295:1: 警告:控制到达非空函数的末尾 [-Wreturn-type] } ^ grbl/system.c: 在函数 ‘ system_convert_corexy_to_y_axis_steps’: grbl/system.c:299:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Makefile:53: die Regel für Ziel „build/system.o“ scheiterte make:* ** [build/system.o] Fehler 1 成员 香奈儿 评论了 2016 年 7 月 27 日 @tom4tom: 我的错。现在修好了。 chamnit已完成 关闭 2016 年 7 月 27 日 喜欢 (0) 使用 0.9i G02 问题 #1044 coreXY PWM 激光器 #1046 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 关闭
grbl/system.c: 在函数“system_convert_corexy_to_x_axis_steps”中:
grbl/system.c:294:18: error: ‘A_MOTOR’ undeclared (first use in this function)
return( (steps[A_MOTOR] + steps[B_MOTOR])/2 );
^
grbl/system.c:294:18: 注意:对于出现在 grbl/system.c:294:35 中的每个函数,每个未声明的标识符仅报告一次
:错误:’B_MOTOR’ 未声明(首次在此函数中使用)
返回( (步数[A_MOTOR] + 步数[B_MOTOR])/2 );
^
grbl/system.c: 在函数“system_convert_corexy_to_y_axis_steps”中:
grbl/system.c:298:18: error: ‘A_MOTOR’ undeclared (first use in this function)
return( (steps[A_MOTOR] – steps[B_MOTOR])/ 2);
^
grbl/system.c:298:35: error: ‘B_MOTOR’ undeclared (first use in this function)
return( (steps[A_MOTOR] – steps[B_MOTOR])/2 );
^
grbl/system.c: 在函数 ‘system_convert_corexy_to_x_axis_steps’ 中:
grbl/system.c:295:1: 警告:控制到达非空函数的末尾 [-Wreturn-type]
}
^
grbl/system.c: 在函数 ‘ system_convert_corexy_to_y_axis_steps’:
grbl/system.c:299:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
Makefile:53: die Regel für Ziel „build/system.o“ scheiterte
make:* ** [build/system.o] Fehler 1