Page 5 of 5

Re: CNC Hotwire Build

Posted: Fri Jan 31, 2025 4:31 pm
by cnckeith

Re: CNC Hotwire Build

Posted: Fri Jan 31, 2025 4:42 pm
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).

Re: CNC Hotwire Build

Posted: Mon Feb 03, 2025 4:37 pm
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

Re: CNC Hotwire Build

Posted: Tue Feb 04, 2025 2:12 pm
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.

Re: CNC Hotwire Build

Posted: Mon Feb 17, 2025 6:51 pm
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

Re: CNC Hotwire Build

Posted: Tue Feb 18, 2025 9:21 pm
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