Replace M commands with your own code#1612
评论
我编写了一个将 Target3001 (EMC²) G 代码转换为 GRBL 的 Linux 脚本。 将解压后的 target2grbl 文件复制到 Linux 系统的 /usr/local/bin 中(这只有在 root 权限下才可以,即 sudo)并设置权限为 744。 使用: 对我来说,Target3001 中的输出设置是 EMC² (LinuxCNC)。 也许它也可以在 Win10 下运行。但我还没有测试过它(还)。 |
你好, 请帮帮我。 So, when the program is running, the green light has to be lighted, and if we’re in pause, the red light has to be lighted. The orange one will probably be used for something else in the future. Please tell me in which file of bCNC and which type of program I have to use? Here is the file which I am using on Python 2.7.16 : I want to attach this type of Tower Lamp/Stack Light : Please suggest me in which file of bCNC and which type of program I have to use? |
Pls create a new (issue) post. |
您好
,是否可以在 bCNC 中配置,例如,执行以下代码而不是 M3 S20000?
(像一个宏)
M03 S1000
G4 P 0,5
M03 S4000
G4 P 0,5
M03 S10000
G4 P 0,5
M03 S20000
我没有 VFD。直流主轴电机通过 PWM(https://de.aliexpress.com/item/32713561151.html)直接连接到控制板。