Search found 39 matches
- Mon Feb 17, 2025 6:51 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
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 ...
This post has been liked 0 time(s).
- Tue Feb 04, 2025 2:12 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
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 ...
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 ...
This post has been liked 0 time(s).
- Mon Feb 03, 2025 4:37 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
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 ...
This post has been liked 0 time(s).
- Fri Jan 31, 2025 4:29 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
yes, you can edit the fusion post, i don't' use fusion, swissi is the fusion expert here and im sure there are lots of other resources online telling you how to edit a fusion PP. :D
we just took the time to double check homelimit inputs on an acornsix and i can confirm that the switch input acts ...
This post has been liked 0 time(s).
- Fri Jan 31, 2025 3:44 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
I did that but I will check again. I used Alt I and the LED's on the board and then checked the Wizard,
Also, I am having trouble assigning Dwell in-between movement lines. I started to try Fusion 360 for my CAM and I have it moving in simple shapes. But is there an easy way to edit the processor ...
Also, I am having trouble assigning Dwell in-between movement lines. I started to try Fusion 360 for my CAM and I have it moving in simple shapes. But is there an easy way to edit the processor ...
This post has been liked 0 time(s).
- Fri Jan 31, 2025 11:34 am
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
- Thu Jan 30, 2025 7:46 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
My limit switches worked when they were set up as limit and they worked as home switches when configured as home as well. But when assigned as Home/limit they only act as home and will not stop movement when triggered. Any ideas?
This post has been liked 0 time(s).
- Thu Jan 30, 2025 3:50 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
Will do. I just got the home to set.
My switches OPEN when triggered.
This post has been liked 0 time(s).
- Thu Jan 30, 2025 3:37 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
Yes I did. Someone mentioned that early on as well. However, I have not received any error messages yet. So I guess I will tackle that when/if it starts to pop up. (??)
This post has been liked 0 time(s).
- Thu Jan 30, 2025 3:35 pm
- Forum: Centroid Acorn CNC Controller
- Topic: CNC Hotwire Build
- Replies: 45
- Views: 8477
Re: CNC Hotwire Build
Pics of my controller so far. I have all 8 steppers (6 drives) connected. i repurposed the PC case the old controller used and I was not prepared for the size of the AcornSix board (i see why now) so things got tight. I have 4 drives mounted to the back panel of the case so when I remove 2 screws I ...
This post has been liked 0 time(s).