* plsidup1.m - Jim Yehle 14" panel infill plane
* Left 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 away from 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 Right 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 Cw     X 8.4655 Y 1.5369 Radius 3.0157
Line       X 7.6343 Y 2.0988
Arc Ccw    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 5 Tool# 0
* Can just lower cutter and run again, unless
* something is in the way between X=5 and 15,
* or continue profile with plsidup2.m or chamfer w/plsidup3.m
* plsidup3.m - Jim Yehle 14" panel infill plane
* Left 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 away from 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 Right Feed 10
Line       X 2.6510 Y 1.5325 Feed 3
Arc Cw     X 1.7376 Y 0.9316 Radius 2
Arc Cw     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
* plsidup2.m - Jim Yehle 14" panel infill plane
* Left side plate, held horizontally
* Cuts middle (unchamfered) part of top profile 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 away from operator)
* Z is plunged to depth you want cut
* (run program once at each depth)
* Tool 14 is 1/2" mill
Rapid      Y 3.5 Tool# 14
* Come in on .5" tangent line to upcoming line
Rapid      X 6.8113
Line       Y 2.9808 ToolComp Right Feed 10
Line       X 6.6777 Y 2.4991 Feed 3
Line       X 6.6541 Y 2.4140
Arc Cw     X 5.8576 Y 1.9378 Radius 0.6726
Line       X 5.1531 Y 2.0971
Arc Ccw    X 4.1316 Y 1.8581 Radius 1.2
Line       X 3.5645 Y 1.3973
Arc Cw     X 2.8950 Y 1.3677 Radius 0.5625
Line       X 2.6510 Y 1.5325
* Continue cutting into air for .25" on same course
Line       X 2.4438 Y 1.6725 Feed 6
Line       Y 3.5 Feed 20 ToolComp Off
Line       X 3 Tool# 0
* Can just lower cutter and run again, unless
* something is in the way between X=2.5 and 7
* or continue profile with prsidup3.m