Fusion 360 post processor with G64
- elf
- Offline
- Junior Member
Less
More
- Posts: 32
- Thank you received: 14
08 Dec 2021 23:21 #228664
by elf
Fusion 360 post processor with G64 was created by elf
I've edited the Fusion 360 post processor to add G64 and allow setting the tolerance (P and Q): github.com/elfren/LinuxCNC_Post
Sample with P and Q:
%
(1001)
(T3 D=0.0394 CR=0. - ZMIN=-0.2 - FLAT END MILL)
N10 G90 G94 G17 G91.1
N15 G20
N20 G64 P0.002 Q0.002
N25 G53 G0 Z0.
...
Sample without:
%
(1001)
(T3 D=0.0394 CR=0. - ZMIN=-0.2 - FLAT END MILL)
N10 G90 G94 G17 G91.1
N15 G20
N20 G64
N25 G53 G0 Z0.
...
Sample with P and Q:
%
(1001)
(T3 D=0.0394 CR=0. - ZMIN=-0.2 - FLAT END MILL)
N10 G90 G94 G17 G91.1
N15 G20
N20 G64 P0.002 Q0.002
N25 G53 G0 Z0.
...
Sample without:
%
(1001)
(T3 D=0.0394 CR=0. - ZMIN=-0.2 - FLAT END MILL)
N10 G90 G94 G17 G91.1
N15 G20
N20 G64
N25 G53 G0 Z0.
...
The following user(s) said Thank You: rodw, Berlintwin
Please Log in or Create an account to join the conversation.
- Michael
- Offline
- Platinum Member
Less
More
- Posts: 335
- Thank you received: 59
09 Dec 2021 15:12 #228702
by Michael
Replied by Michael on topic Fusion 360 post processor with G64
Awesome. This has been on my to do list for a long time. Much appreciated.
Please Log in or Create an account to join the conversation.
Time to create page: 0.052 seconds