greenene
06-14-2008, 09:53 AM
I am using turbocadcam3. I am cutting 6 pieces of .500" thick circles at a time out of balsa wood.
I am cutting these pieces in two Z depth of cuts of .250". What is nagging me is the fact that between each cut( of each piece), the end mill retracts to the Z clearance point before proceeding with the second cut. I have not been able to figure out how to make the two cuts without the tool retracting. I can understand why the mill would need to come up when working with metal, but with balsa I don't need all of these additional moves. I've remove d practically every piece of G code that I could think of. Does anyone know if turbocadcam allows one to do what I want to do? I am using the "chain offset milling" option. Or can someone tell me how to edit the code.
thanks
tc
Here's a snipped of the code...
( MYAPP01 )
O1
G20
G17 G40 G49 G90 Z0.35
( TOOL COMMENT IS NOT FOUND )
T1
G00 G90 G54 X2.8161 Y1.5 S764 M03
G43 H1 Z0.35
( OPERATION NAME = OPERATION-1 )
F43.4
( MILLING CHAIN OFFSET )
G02 X0.1839 Z-0.28 I-1.3161
X2.8161 I1.3161
G02 X0.1839 Z-0.56 I-1.3161
X2.8161 I1.3161
( MILLING CHAIN OFFSET )
Y4.5016
G02 X0.1839 Z-0.28 I-1.3161
X2.8161 I1.3161
G02 X0.1839 Z-0.56 I-1.3161
X2.8161 I1.3161
( MILLING CHAIN OFFSET )
I am cutting these pieces in two Z depth of cuts of .250". What is nagging me is the fact that between each cut( of each piece), the end mill retracts to the Z clearance point before proceeding with the second cut. I have not been able to figure out how to make the two cuts without the tool retracting. I can understand why the mill would need to come up when working with metal, but with balsa I don't need all of these additional moves. I've remove d practically every piece of G code that I could think of. Does anyone know if turbocadcam allows one to do what I want to do? I am using the "chain offset milling" option. Or can someone tell me how to edit the code.
thanks
tc
Here's a snipped of the code...
( MYAPP01 )
O1
G20
G17 G40 G49 G90 Z0.35
( TOOL COMMENT IS NOT FOUND )
T1
G00 G90 G54 X2.8161 Y1.5 S764 M03
G43 H1 Z0.35
( OPERATION NAME = OPERATION-1 )
F43.4
( MILLING CHAIN OFFSET )
G02 X0.1839 Z-0.28 I-1.3161
X2.8161 I1.3161
G02 X0.1839 Z-0.56 I-1.3161
X2.8161 I1.3161
( MILLING CHAIN OFFSET )
Y4.5016
G02 X0.1839 Z-0.28 I-1.3161
X2.8161 I1.3161
G02 X0.1839 Z-0.56 I-1.3161
X2.8161 I1.3161
( MILLING CHAIN OFFSET )