12-17-2020, 09:57 PM
1 - Changing the rounding value will only affect the program when executed on the robot controller.
2 - I looked deeper into the code and realized that each little segment of line is in fact a very small circular movement. Therefore the issue seems to be upward of RoboDK, either in the parameters of DXF2Gcode or in saving parameters of the DXF file. You can see that by "right-click" the "Machining" program and "Show instructions".
You can also add a "Minimum arc size" to the parameters of RoboDK.
I just tested:
No minimum: 808 lines
5 mm minimum for arc and line move: 625 lines
Jeremy
2 - I looked deeper into the code and realized that each little segment of line is in fact a very small circular movement. Therefore the issue seems to be upward of RoboDK, either in the parameters of DXF2Gcode or in saving parameters of the DXF file. You can see that by "right-click" the "Machining" program and "Show instructions".
You can also add a "Minimum arc size" to the parameters of RoboDK.
I just tested:
No minimum: 808 lines
5 mm minimum for arc and line move: 625 lines
Jeremy
Find useful information about RoboDK and its features by visiting ourOnline Documentationand by watching tutorials on ourYoutube Channel.