Page 1 of 2

Programing question?

Posted: Fri Jan 08, 2021 7:39 am
by AllenM
As I look through all the topics here they deal mostly with installation and trouble shooting.
My mill is up and running, what I have is a simple programming question.

Is this a good place to ask a programming question, i could not find any other Centroid forums?
I can not over emphasize how unschooled I am to CNC. Plus I just added a 3rd axis to my Bridgeport Mill on Allin1 controller and this has been a new learning curve for me also

I have no machinist or programming background other then what I have taught myself over the last couple years with 2 axis mill.

Re: Programing question?

Posted: Fri Jan 08, 2021 8:18 am
by tblough
Depends on the question ;-) Seriously, we're here to help. Post away.

Re: Programing question?

Posted: Fri Jan 08, 2021 8:39 am
by AllenM
What I am trying to do is front strap checkering on a 1911 pistol. I have a fixture that i have been using with the 2 axis that allows me to plunge with Y axis and rotate the gun and back out then manually drop the spindle and repeat.

What I want now with the 3rd axis is to add a Z movement of .040 as on of the blocks but if I try to program it with Depth repeat it keeps retracting Z to home after completing the program before plunging to the next depth. I want it to be able to run single block mode and eliminate the retraction move without having to manually edit the g code.

If was was sharp enough I guess I could eliminate the manual fixture all together but baby steps...

Re: Programing question?

Posted: Fri Jan 08, 2021 9:04 am
by tblough
Post the Intercon program so we can see what you have currently, but my initial guess is it is probably not possible with only Intercon.

Intercon is designed to operate safely in all cases so disabling specific clearance moves is probably not possible without manually editing the g-code.

Re: Programing question?

Posted: Fri Jan 08, 2021 9:14 am
by AllenM
CNC12 v4.15

Re: Programing question?

Posted: Fri Jan 08, 2021 9:14 am
by AllenM
Rev6

Re: Programing question?

Posted: Fri Jan 08, 2021 9:19 am
by AllenM
Thats a bit of editing and God forbid I forget and modify something in the program after edit.
But if that is what it takes.

I need to figure out how to let the mill cut the radius it sounds like

Re: Programing question?

Posted: Fri Jan 08, 2021 1:14 pm
by cncsnw
I can't really picture what you are trying to do, but if you want to do a Depth Repeat without having Z move to a higher clearance in between passes, then you should be able to set the Clearance Height to 0.000 and press F1 to make it incremental (INC).

Re: Programing question?

Posted: Fri Jan 08, 2021 1:45 pm
by AllenM
cncsnw wrote: Fri Jan 08, 2021 1:14 pm I can't really picture what you are trying to do, but if you want to do a Depth Repeat without having Z move to a higher clearance in between passes, then you should be able to set the Clearance Height to 0.000 and press F1 to make it incremental (INC).

I will go back and try that and see what that does on a test file.
I just finished editing and removing the retraction moves and also the comments so it would work better in single block mode and it is doing exactly what I want.

What I need is Y to move in .028 from 0. Manually pivot my fixture, have Y move out to -.020 then z move down .040 and repeat until z has traveled 2.4 "

Re: Programing question?

Posted: Fri Jan 08, 2021 4:34 pm
by cncsnw
You can turn "Comment Generation" off using the Intercon Setup screen.

You can use Insert -> Other -> M&G Code to put an M0 in your program wherever you want it to stop and wait. Then you would not have to use Single Block mode.