Contact me: hankecnc@gmail.com

G30 使机床同时在三个轴上运动 #748

推推 grbl 3年前 (2023-01-23) 193次浏览

关闭
htaxil 打开了这个问题 2019 年 10 月 25 日 · 3条评论

注释

G30 使机床同时在三个轴上运动 #748
紫杉醇 评论了 2019 年 10 月 25 日  

在命令文档中,我们可以阅读 $H 命令:So then after '$H' homing, you could just enter 'G28' (or 'G30') and it'll move there auto-magically. In general, I would just move the XY axis to the center and leave the Z-axis up. This ensures that there isn't a chance the tool in the spindle will interfere and that it doesn't catch on anything.

但就我而言,G30 导致机器同时在三个轴上移动。
有什么参数可以设置吗?

G30 使机床同时在三个轴上运动 #748
贡献者

是的。使用 G28.1 和 G30.1 命令设置 G28/30 位置。当您当前的位置是您想要的位置时,您可以发布它们。

G30 使机床同时在三个轴上运动 #748
作者

我用 G30.1 很好地设置了位置
问题是机器通过同时在所有三个轴上移动来移动到这些位置,而它应该先在 XY 上移动,然后在 Z 上移动

喜欢 (0)