Do you guys think there will ever be a plasma version of CNC 12?

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

mighty_mike015
Posts: 15
Joined: Thu Mar 07, 2019 1:08 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 3125
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Do you guys think there will ever be a plasma version of CNC 12?

Post by mighty_mike015 »

Keith,

Can you provide some sample G-Code files you are running now please? I would like to start on my post processor. Also, a list of any new g and m codes being used for plasma specific.

Can the plasma specific boards be purchases separately and work with a current acorn board?

Mike
cnckeith
Posts: 7334
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: Do you guys think there will ever be a plasma version of CNC 12?

Post by cnckeith »

mighty_mike015 wrote: Tue Dec 21, 2021 2:54 pm Keith,

Can you provide some sample G-Code files you are running now please? I would like to start on my post processor. Also, a list of any new g and m codes being used for plasma specific.

Can the plasma specific boards be purchases separately and work with a current acorn board?

Mike
Hello.

Yes THC kit consists of these items and is sold separately from the Acorn Kit.
thc kit.PNG
Centroid Sample Plasma Gcode.

M65 calls the info in the Material Profile Selected by the user.
M61 does a touch off and piercing cycle
M62 is Torch off raise to safe Height

;Filename: Centroid_test_hook.tap
;Post processor: centroid_plasma_thc_sheetcam.scpost
;Date: 01/10/2021
G20 ;Units: Inches
G90
M65
;Part: Metric Hook
;Operation: Inside Offset, Inside Circles, T2: Plasma, 1.501 mm kerf
G0 X2.5312 Y0.7983
M61
G3 X2.6516 Y0.7178 I0.1004 J0.02
G3 I-0.0696 J0.0696
G3 X2.5711 Y0.8382 I-0.1004 J0.02
M62
G0 X4.1172 Y0.7983
M61
G3 X4.2376 Y0.7178 I0.1004 J0.02
G3 I-0.0696 J0.0696
G3 X4.1571 Y0.8382 I-0.1004 J0.02
;Operation: Outside Offset, Outside Edge, T2: Plasma, 1.501 mm kerf
M62
G0 X1.8424 Y0.1258
M61
G3 X1.8515 Y0.3066 I-0.0859 J0.0949
G2 X1.7421 Y0.5906 I0.3139 J0.2839
G1 Y0.748
G3 X1.378 Y1.1122 I-0.3642 J0
G1 X0.7874
G3 X0.4626 Y0.7874 I0 J-0.3248
G1 Y0.5906
G2 X0.1673 I-0.1477 J0
G1 Y0.7874
G2 X0.7874 Y1.4075 I0.6201 J0
G1 X3.9679
G2 Y0.1673 I0 J-0.6201
G1 X2.1527
G2 X2.1505 Y0.1674 I0 J0.0295
G1 X2.1238 Y0.1694
G1 X2.123
G2 X1.8515 Y0.3066 I0.0423 J0.4211
G3 X1.6707 Y0.3157 I-0.0949 J-0.0859
M62
centroid profile manager.PNG
test hook.PNG
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
mighty_mike015
Posts: 15
Joined: Thu Mar 07, 2019 1:08 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 3125
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: Do you guys think there will ever be a plasma version of CNC 12?

Post by mighty_mike015 »

Perfect! Thanks Keith. Seems simple and straight forward.
Post Reply