* prsidup1.m - Jim Yehle 14" panel infill plane
* Right side plate, held horizontally
* Cuts rear of profile or chamfer
* Front of part is toward left
* Part zero is: x=0 at front edge,
* y = 0 is at root of dovetail sockets
* (i.e. top of sole, the edge toward operator)
* Z is plunged to depth you want cut
* (run program once at each depth)
* Tool 14 is 1/2" mill (or 3/8-to-3/4 chamfer mill, 45 degree
Rapid Y -3.5 Tool# 14
Rapid X 15
Rapid Y 1
Line X 14 ToolComp Left Feed 20
Line Y 0.2
* Cut the rear (may have been done already)
Line Y -0.7558 Feed 3
Line X 9.9533 Y -1.0263
Arc Ccw X 8.4655 Y -1.5369 Radius 3.0157
Line X 7.6343 Y -2.0988
Arc Cw X 6.9023 Y -2.4367 Radius 2.5
Line X 6.6777 Y -2.4991
* Continue cutting into air for .25" on same course
Line X 6.4368 Y -2.5659 Feed 6
Line Y -3.5 Feed 20 ToolComp Off
Line X 7 Tool# 0
* Can just lower cutter and run again, unless
* something is in the way between X=5 and 15
* or continue profile with prsidup2.m or chamfer w/prsidup3.m
|
* prsidup3.m - Jim Yehle 14" panel infill plane
* Right side plate, held horizontally
* Cuts front part of profile or chamfer only
* Front of part is toward left
* Part zero is: x=0 at front edge,
* y = 0 is at root of dovetail sockets
* (i.e. top of sole, the edge toward operator)
* Z is plunged to depth you want cut
* (run program once at each depth)
* Tool 14 is 1/2" mill (or 3/8-to-3/4 chamfer mill, 45 degree
Rapid Y -3.5 Tool# 14
* Come in on .5" tangent line to upcoming line
Rapid X 3.0251
Line Y -1.8642 ToolComp Left Feed 10
Line X 2.6510 Y -1.5325 Feed 3
Arc Ccw X 1.7376 Y -0.9316 Radius 2
Arc Ccw X 0.8732 Y -0.7415 Radius 4
Line X 0 Y -0.6489
* Cut front (may have been done already)
Line Y 0
* Continue cutting into air for .25" on same course
Line Y 0.25 Feed 6
Line X -0.75 Feed 40
Line Y -1.5 ToolComp Off
Line Y -3.5 Tool# 0
* Can just lower cutter and run again, unless
* something is in the way between X=0 and 3
|