G02 problem
Posted by
norco12980
on 2003-05-04 09:53:06 UTC
A sincere thank you to all that responded. In response to some
questions: I am using Gecko g201 stepper drivers. with 400oz\in 4
wire motors. Linear movement is great, actually arc movement is
great, in that it is smooth and steady, the only problem is it moves
the z axis up as it is cutting the arc ( i believe this is called
helical rather than circular interpolation?)
this is a quick example af an arc that the machine trys to cut,
however at line 3 the z axis will drop more than 0.050 then as it is
running line 4 it will raise the z axis to a depth of 0.050
G00 Z1.000000
G00 X4.901788 Y-1.700087
G01 Z0.050000
G03 X6.625787 Y2.844460 I-2.901788 J3.700087
G00 Z1.000000
I have tried to run the code with the r instead of i and j same
results. The machine is set up for plane x,y
Thanks
Dan
questions: I am using Gecko g201 stepper drivers. with 400oz\in 4
wire motors. Linear movement is great, actually arc movement is
great, in that it is smooth and steady, the only problem is it moves
the z axis up as it is cutting the arc ( i believe this is called
helical rather than circular interpolation?)
this is a quick example af an arc that the machine trys to cut,
however at line 3 the z axis will drop more than 0.050 then as it is
running line 4 it will raise the z axis to a depth of 0.050
G00 Z1.000000
G00 X4.901788 Y-1.700087
G01 Z0.050000
G03 X6.625787 Y2.844460 I-2.901788 J3.700087
G00 Z1.000000
I have tried to run the code with the r instead of i and j same
results. The machine is set up for plane x,y
Thanks
Dan
Discussion Thread
norco12980
2003-05-03 19:38:31 UTC
G02 problem
David Paulson
2003-05-03 20:19:01 UTC
RE: [CAD_CAM_EDM_DRO] G02 problem
ccq@x...
2003-05-03 21:25:41 UTC
Re: [CAD_CAM_EDM_DRO] G02 problem
Art
2003-05-04 04:55:07 UTC
Re: [CAD_CAM_EDM_DRO] G02 problem
norco12980
2003-05-04 09:53:06 UTC
G02 problem