CNC Hotwire Build

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

cnckeith
Site Admin
Posts: 8879
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: CNC Hotwire Build

Post by cnckeith »

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


tblough
Community Expert
Posts: 3522
Joined: Tue Mar 22, 2016 10:03 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Boston, MA
Contact:

Re: CNC Hotwire Build

Post by tblough »

Yes, the modification would be in the Centroid post processor. But, that is not Centroid's post processor, that is Fusion's Centroid post processor. Centroid did not write that processor, and Centroid doesn't provide support for that processor. That is an Autodesk creation supported by them (barely), and their users (mostly).
Cheers,

Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.


Barley65cm
Posts: 39
Joined: Fri Jan 17, 2025 2:06 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0008DC111213-0701240189
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: CNC Hotwire Build

Post by Barley65cm »

tblough wrote: Fri Jan 31, 2025 4:42 pm Yes, the modification would be in the Centroid post processor. But, that is not Centroid's post processor, that is Fusion's Centroid post processor. Centroid did not write that processor, and Centroid doesn't provide support for that processor. That is an Autodesk creation supported by them (barely), and their users (mostly).
Understood. Thanks for the help
Matt~Digital and Practical Sculptor


Barley65cm
Posts: 39
Joined: Fri Jan 17, 2025 2:06 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0008DC111213-0701240189
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: CNC Hotwire Build

Post by Barley65cm »

Adding the Dwell pause turned out to be pretty easy. You simply edit the Post with one line of code:
Original: writeBlock(gMotionModal.format(1), x, y, z, f);
Added: writeBlock("G4 P1");

This adds the G4 P1 after each line of movement code. I will have to change (P) value if need be, but for now one second is working well.

I have basic 2D shapes working, but my motor gears do not match my timing belts so im getting some slippage. Once I swap those out and start making 3D cuts with my Z axis I will post some pics.

So far Fusion 360 is fitting the bill.
Matt~Digital and Practical Sculptor


Barley65cm
Posts: 39
Joined: Fri Jan 17, 2025 2:06 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: Yes
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 0008DC111213-0701240189
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

Re: CNC Hotwire Build

Post by Barley65cm »

Can someone please look at my report? I have my XandY switches set to limit/home. However when I move the gantry and activate the switch, it wont let me move the other axis without over riding the switch. And machine will not home when my homing switches are set. And for some reason my Y home switch is displaying as X when its tripped. I have verified the switches are working through the Alt I interface,

Thanks
Attachments
report_0008DC111213-0701240189_2025-02-17_15-47-10.zip
(1.04 MiB) Not downloaded yet
Matt~Digital and Practical Sculptor


cnckeith
Site Admin
Posts: 8879
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: CNC Hotwire Build

Post by cnckeith »

how are you oriented? when you stand in front of the machine and press the X position jog key which way does the wire move? to the left or the right?
make a drawing and or post photo so we can see what you see
related.
viewtopic.php?f=63&t=3648
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


Post Reply