开源改变世界

arduino UNO + grbl 1.1 + UGS #1521

推推 grbl 3年前 (2023-01-24) 208次浏览

打开
GastonMelo 打开了这个问题 2019 年 4 月 25 日 · 4条评论
打开

arduino UNO + grbl 1.1 + UGS#1521

GastonMelo 打开了这个问题 2019 年 4 月 25 日 · 4条评论

注释

arduino UNO + grbl 1.1 + UGS #1521

大家好,我从 github https://github.com/winder/Universal-G-Code-Sender下载 UGS 。我使用的是 linux Tumbleweed 64 位,该板是 arduino UNO + cnc shield + 步进电机 NEMA17 + arduino 板上的 grbl 1.1。
我看到的问题是 Y 轴。如果我按下点动控制器选项卡上的 +y 按钮,电机将逆时针前进。如果我按下 -y 按钮,电机将继续逆时针转动(应该顺时针转动)。
如果我按两次 +x 按钮,电机先顺时针转动,然后逆时针转动至全速。这是配置和版本 grbl 的图片。谢谢。

arduino UNO + grbl 1.1 + UGS #1521

arduino UNO + grbl 1.1 + UGS #1521

更新:arduino Uno 板的 6 针保持在 0 伏

arduino UNO + grbl 1.1 + UGS #1521

我发现了问题,atmega328 的引脚 AIN0(连接到引脚 6)丢失了。

arduino UNO + grbl 1.1 + UGS #1521

我可以通过使用其他引脚修改 grbl 以获得 y 方向吗?

arduino UNO + grbl 1.1 + UGS #1521

是的。你必须编辑 grbl 源代码 cpu 映射

喜欢 (0)