CimatronE & ArtCAM Post-processor
- TurBoss
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 135
- Thank you received: 81
28 Mar 2016 11:26 - 28 Mar 2016 11:32 #72242
by TurBoss
CimatronE & ArtCAM Post-processor was created by TurBoss
Hi
I made a post processor for CimatronE can be fond at github.com/TurBoss/LinuxCNCGPP2POST
not perfect yet pull request are wellcome
and found a postprocessor for ArtCAM
edit: oly tested in 2.7
I made a post processor for CimatronE can be fond at github.com/TurBoss/LinuxCNCGPP2POST
not perfect yet pull request are wellcome
and found a postprocessor for ArtCAM
edit: oly tested in 2.7
Last edit: 28 Mar 2016 11:32 by TurBoss.
Please Log in or Create an account to join the conversation.
- MarcoGaspar
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 2
11 Feb 2017 14:13 #87819
by MarcoGaspar
Replied by MarcoGaspar on topic CimatronE & ArtCAM Post-processor
Hello,
It's possible to post drill cycle only with lines? (Whithout cycle G83)
It's possible to post drill cycle only with lines? (Whithout cycle G83)
Please Log in or Create an account to join the conversation.
- TurBoss
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 135
- Thank you received: 81
11 Feb 2017 14:54 #87821
by TurBoss
Replied by TurBoss on topic CimatronE & ArtCAM Post-processor
Hello:
this is a gcode example generated with the spot drill option
what drill cycle type are you using?
Thanks
this is a gcode example generated with the spot drill option
G98 X-198 Y-211.828 Z-2.25 R-0.5 F350
X-211.828 Y-198
X-198 Y-176
X-211.828 Y-154
X-198 Y-132
X-211.828 Y-110
X-198 Y-88
X-211.828 Y-66
X-198 Y-44
G80
what drill cycle type are you using?
Thanks
Please Log in or Create an account to join the conversation.
- MarcoGaspar
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 2
11 Feb 2017 20:12 #87840
by MarcoGaspar
Replied by MarcoGaspar on topic CimatronE & ArtCAM Post-processor
Linuxcnc recognize G98 X-198 Y-211.828 Z-2.25 R-0.5 F350 as a drill cycle?
Please Log in or Create an account to join the conversation.
- MarcoGaspar
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 2
11 Feb 2017 20:48 #87841
by MarcoGaspar
Replied by MarcoGaspar on topic CimatronE & ArtCAM Post-processor
Never mind i see that linuxcnc accept G83 Peck Drilling Cycle
Please Log in or Create an account to join the conversation.
- TurBoss
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 135
- Thank you received: 81
12 Feb 2017 04:56 #87859
by TurBoss
Replied by TurBoss on topic CimatronE & ArtCAM Post-processor
Please Log in or Create an account to join the conversation.
- MarcoGaspar
- Offline
- Premium Member
Less
More
- Posts: 90
- Thank you received: 2
12 Feb 2017 08:41 #87862
by MarcoGaspar
Replied by MarcoGaspar on topic CimatronE & ArtCAM Post-processor
Please Log in or Create an account to join the conversation.
- TurBoss
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 135
- Thank you received: 81
12 Feb 2017 08:54 #87864
by TurBoss
Replied by TurBoss on topic CimatronE & ArtCAM Post-processor
Thank you so much
The following user(s) said Thank You: MarcoGaspar
Please Log in or Create an account to join the conversation.
- FraggaMuffin
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
01 Aug 2017 06:33 #96811
by FraggaMuffin
You can check this out: github.com/fragmuffin/pygcode/wiki/Scrip...cycle-simplification
This python script converts canned drilling cycles (G73,G76,G81,G82,G83,G85,G89) to their linear equivalents (G0,G1,G4)... among other things
Replied by FraggaMuffin on topic CimatronE & ArtCAM Post-processor
Hello,
It's possible to post drill cycle only with lines? (Whithout cycle G83)
You can check this out: github.com/fragmuffin/pygcode/wiki/Scrip...cycle-simplification
This python script converts canned drilling cycles (G73,G76,G81,G82,G83,G85,G89) to their linear equivalents (G0,G1,G4)... among other things
Please Log in or Create an account to join the conversation.
Time to create page: 0.118 seconds