Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Kiri: Moto Feed speed NC code issue
kai_hattan
Member Posts: 2 ✭
I am attempting to use Kiri: Moto to generate NC code for a Haas VF2 3 axis mill. It requires a period after each feed speed command (F100. for example), and it looks like it is not possible to have Kiri generate the period. Does anyone know if there is a way to do this?
It looks like something that could be added under the Gcode tab for speeds in the future...
Example of what Kiri outputs:
It looks like something that could be added under the Gcode tab for speeds in the future...
Example of what Kiri outputs:
G21
G90
M3 S1000
G0 X-1.8000 Y-6.3500 F1000
G0 Z1.0 F300
G1 Z0.0
G1 Y53.8500 F1000
G1 X4.5500
G1 Y-6.3500
G0 Z2.5000 F300
G0 X10.9000 F1000
Same example with what the Haas requires:
Same example with what the Haas requires:
G21
G90
M3 S1000
G0 X-1.8000 Y-6.3500 F1000.
G0 Z1.0 F300.
G1 Z0.0
G1 Y53.8500 F1000.
G1 X4.5500
G1 Y-6.3500
G0 Z2.5000 F300.
G0 X10.9000 F1000.
0
Answers