关闭 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 编译时警告 #7 2209 和编译问题 #6 驱动程序 LPC176x 我无法使用 mcuxpresso ide 进行编译 #4 反转 A/B(联动 y)步进启用引脚? #3 编译时警告 #72209 和编译问题 #6驱动程序 LPC176x 我无法使用 mcuxpresso ide 进行编译 #4反转 A/B(联动 y)步进启用引脚? #3无串行访问 #2编译问题,可能的 makefile 导出分支? #1GRBL/UGS 问题,已知硬件可以工作,但没有运行 Grbl 的步进运动XY 绘图仪 – 将 Word 文档转换为 GRBL 文件
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