Can anyone here help me with writing a Parametric program for a One piece MDF door I am making?
I guess you can call it a pocket route.
I am using a 2.75 fly cutter to hog out the middle. Basically I want to tell the program X= a certain length, and Y = a certain length. My stiles and rails are 2.3125 and have it clean out the middle at a specified depth.
I have a Heian Router, with a fanuc controller.
Any help would be greatly appriciated.
This is how far I have gotten so far... I just can't figure out the middle part.
I am also using a 1/2" and 1/8" bit to clean the corners....
N10G0G17G20G40G49G80G90Z0
M211
M400
M402
T10M6
#1=3.6875(FLY CUTTER)
#2=.375 (Z DEPTH)
#3=2.5625 (1/2" CUTTER)
#4=2.375 (1/8" CUTTER)
G08P1
N20G55M91S15000X[#500/2]Y#1
N30G43H42Z.25
N40G1G90G1Z-#2F200.G61
X#1F300.
N50Y[#501-#1]
N60X[#500-#1]
N70Y#1
N80X#1
N90G40G49G0G64Z0M95
M400
M401
T9M6
N100G54M91S20000X[#500/2]Y#3
N110G43H9Z.25
N120G1G90Z-#2F162.5G61
X#3F325.
N130Y[#501-#3]
N140X[#500-#3]
N150Y#3
N160X#3
Z1.0
N170G40G49G0G64Z0M95
M400
M402
T11M6
G55M91S18000X[#500/2]Y#4
N190G43H43Z.25
N200G1G90Z-#2F25.G61
X#4F200.G61
N210Y[#501-#4]
N220X[#500-#4]
N230Y#4
N240X#4
Z1.0
G0G40X6.Y6.
N250G0G49G64Z0M95
M12
M22
G53Y0
N260G08P0
M212
M99
%