Tool Setting Options For Routers and Mills
Moderator: cnckeith
-
- Posts: 2146
- Joined: Sat Nov 18, 2017 2:32 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: Acorn 238
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Marquette, MI
- Contact:
Re: Tool Setting Options For Routers and Mills
Look in any or all of the macros for examples of message prompt lines (M224) or wait for operator (M0) and add you feel neccessary
-
- Posts: 97
- Joined: Wed Feb 20, 2019 9:31 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 78047384ad00-0221191675
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
Thanks. Having the codes helps for what to look at. I just need a pause after setting z after it has raised.
-
- Posts: 97
- Joined: Wed Feb 20, 2019 9:31 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 78047384ad00-0221191675
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
I guess cycle start breaks the pause of an M224. So if at the end just after the n400 if I put
M224 “install dust boot and start spindle, then push cycle start”
M224 “install dust boot and start spindle, then push cycle start”
-
- Posts: 97
- Joined: Wed Feb 20, 2019 9:31 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 78047384ad00-0221191675
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
I added an M200 at the end of the file with the text “Replace Dust Boot, Start Spindle and press Cycle Start” to the manual macro.
-
- Posts: 97
- Joined: Wed Feb 20, 2019 9:31 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 78047384ad00-0221191675
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
If your spindle is hooked to the control just delete that text. But it pauses after the spindle is lifted to allow putting the dust boot on.
-
- Posts: 20
- Joined: Thu Feb 01, 2018 6:03 pm
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
I know this is old, but did you have to tweak anything to get it to work for 4.18? It was working fine for 4.14, but now sets Z a bit high. I can likely figure it out, but figured I'd ask.
Thanks,
Wally
-
- Posts: 1993
- Joined: Fri May 24, 2019 8:34 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 7804734C6498-0401191832
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Clearwater, FL
Re: Tool Setting Options For Routers and Mills
I started with 4.18 and if I remember it worked ok when i set it up for my machine but I started tweaking it almost immediately to get it to work better for me without all the user inputs and "press cycle start to continue" messages.wallyblackburn wrote: ↑Thu Aug 22, 2019 5:13 pmI know this is old, but did you have to tweak anything to get it to work for 4.18? It was working fine for 4.14, but now sets Z a bit high. I can likely figure it out, but figured I'd ask.
Thanks,
Wally
-
- Posts: 97
- Joined: Wed Feb 20, 2019 9:31 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 78047384ad00-0221191675
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
Just installed a z touch plate. Love it.
-
- Posts: 58
- Joined: Mon Apr 22, 2019 11:22 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
Re: Tool Setting Options For Routers and Mills
Forgive the ignorance - still learning a lot here.
But these scripts all use G92 and not G43,G44,G49
Is there a reason for that ?
As to me G92 is moving the work offset (temporarily) and indirectly compensates for tool length, which gets the job done but feels a little wrong.
Would it not be better after a Tool Length check to actually (automatically) update the setting as seen in the Setup/Tools/Offset table ? ? ?
But these scripts all use G92 and not G43,G44,G49
Is there a reason for that ?
As to me G92 is moving the work offset (temporarily) and indirectly compensates for tool length, which gets the job done but feels a little wrong.
Would it not be better after a Tool Length check to actually (automatically) update the setting as seen in the Setup/Tools/Offset table ? ? ?
-
- Posts: 20
- Joined: Thu Feb 01, 2018 6:03 pm
- Acorn CNC Controller: No
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Tool Setting Options For Routers and Mills
Hmmm, it actually is related to G-Code made by Carbide Create. I just started playing with CC because it is way easier to do simple V-carving stuff than with F360. But...I'm worried its' "Shapeoko leanings" may be a problem.ShawnM wrote: ↑Thu Aug 22, 2019 7:23 pmI started with 4.18 and if I remember it worked ok when i set it up for my machine but I started tweaking it almost immediately to get it to work better for me without all the user inputs and "press cycle start to continue" messages.wallyblackburn wrote: ↑Thu Aug 22, 2019 5:13 pmI know this is old, but did you have to tweak anything to get it to work for 4.18? It was working fine for 4.14, but now sets Z a bit high. I can likely figure it out, but figured I'd ask.
Thanks,
Wally
For one thing, it looks like it makes all G-code metric-based, even if you did design in inches (it converts it to mm).
Thanks,
Wally