Laser/Router Work Flow
Moderator: cnckeith
-
- Posts: 824
- Joined: Fri Nov 30, 2018 1:04 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Thorp WI
Re: Laser/Router Work Flow
Take the same PP you use for rotary V-carving and edit it to have the needed commands for the laser on/off. Does the laser module for VCarve apply a laser toolpath on a wrapped layout? Would guess it does, but I have never tried it.
LightBurn also has rotary capabilities.
LightBurn also has rotary capabilities.
Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 171
- Joined: Fri Jan 13, 2023 8:50 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Hopewell NJ
- Contact:
Re: Laser/Router Work Flow
Yes it does. So it can VCarve a three dimensional model created on the rotary. That works fine. The catch is getting it to do laser instead of spindle.Does the laser module for VCarve apply a laser toolpath on a wrapped layout? Would guess it does, but I have never tried it.
I may be able to do this. A room full of monkeys with typewriters can theoretically produce a Shakespeare script. We'll see...

(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 416
- Joined: Tue Dec 11, 2018 4:03 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: F045DA80C8B8-0905181172
E415F6F70BC3-0318203049
98F07B91FC6B-0123236802 - DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: UK East Coast
Re: Laser/Router Work Flow
Not sure what Vectric version you use but earlier today I received a mailshot that v11.55 for my Aspire is now available with laser improvements. Not had time to check details but you could check it out at Vectric's site in case of interest
Hope this helps
Nigel
"You can lead a horse to water but you cannot force it to drink"
Nigel
"You can lead a horse to water but you cannot force it to drink"
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 171
- Joined: Fri Jan 13, 2023 8:50 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Hopewell NJ
- Contact:
Re: Laser/Router Work Flow
It seems this Vectric upgrade (11.552) adds overscan.
I've posted to the Vectric forum to see if anyone has a PP for this. Even if it isn't Centroid, I think it might teach me how to approach a modification.
Not getting anywhere with adapting the 4th axis post processor to do laser.
I've posted to the Vectric forum to see if anyone has a PP for this. Even if it isn't Centroid, I think it might teach me how to approach a modification.
Not getting anywhere with adapting the 4th axis post processor to do laser.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 171
- Joined: Fri Jan 13, 2023 8:50 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Hopewell NJ
- Contact:
Re: Laser/Router Work Flow
SWord,
What line(s) of code in the "No_Z_Hop" laser post processor stop the Z-travel movements in that PP?
It's not obvious to me. I don't know if that might get in the way of combining the rotary and laser PPs, but I'd like to eliminate that as a potential issue.
Thanks,
Scott
What line(s) of code in the "No_Z_Hop" laser post processor stop the Z-travel movements in that PP?
It's not obvious to me. I don't know if that might get in the way of combining the rotary and laser PPs, but I'd like to eliminate that as a potential issue.
Thanks,
Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 824
- Joined: Fri Nov 30, 2018 1:04 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Thorp WI
Re: Laser/Router Work Flow
You could completely disable it in the "Formating for variables" section, but I like to have some control at the beginning and end, so I just do it with the "begin INITIAL_RAPID_MOVE" and "footer" sections. After that, the laser toolpath output does the rest.
A laser postp needs to have "LASER_SUPPORT = "YES", "begin JET_TOOL_ON", and "begin JET_TOOL_OFF". I would take a working (for you) rotary post and modify it to add laser control. Test and retest until you get the output you want.
A laser postp needs to have "LASER_SUPPORT = "YES", "begin JET_TOOL_ON", and "begin JET_TOOL_OFF". I would take a working (for you) rotary post and modify it to add laser control. Test and retest until you get the output you want.
Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 171
- Joined: Fri Jan 13, 2023 8:50 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Hopewell NJ
- Contact:
Re: Laser/Router Work Flow
Excellent! This is really helpful (as usual).
I'll give it a go.
Thanks Scott
I'll give it a go.
Thanks Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 824
- Joined: Fri Nov 30, 2018 1:04 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Thorp WI
Re: Laser/Router Work Flow
Don't forget about the Post Processor Editing Guide under the Help menu.
Scott
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 171
- Joined: Fri Jan 13, 2023 8:50 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Hopewell NJ
- Contact:
Re: Laser/Router Work Flow
This works for rotary and laser now, varying Z-Height so you can laser engrave on a Vectric 3-D model. Jim Neeb over at Avid had a good one that was very instructive for the Acorn.
Keith, it might be good to have a place to store various Post Processors rather than have to drag them out of threads. It's also easier to keep them up to date that way.
Keith, it might be good to have a place to store various Post Processors rather than have to drag them out of threads. It's also easier to keep them up to date that way.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8844
- 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: Laser/Router Work Flow
you guys are welcome to start a thread and post them there and maintain it etc..grossmsj wrote: ↑Thu Mar 07, 2024 5:04 pm This works for rotary and laser now, varying Z-Height so you can laser engrave on a Vectric 3-D model. Jim Neeb over at Avid had a good one that was very instructive for the Acorn.
Keith, it might be good to have a place to store various Post Processors rather than have to drag them out of threads. It's also easier to keep them up to date that way.
Centroid_Laser_Inch_Rotary.pp.txt


i'd put it in this forum.
https://centroidcncforum.com/viewforum.php?f=63
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)