Originally posted by Sanghera How can the software control the three routers? I saw that you are using nomal TurboCNC.
Thanks. |
The first router could be your "Z" axis, the second one could be your "W" axis. To use the first router you'd use
G1 X1 Y1 Z-.5
the second one would be
G1 X1 Y1 W-.5
You'd probably have to manually edit the code to switch, depending on what you'd use to generate the g-code.