* IRONHOLE.M -- Yehle #13 9" smoothing plane * Large hole at end of slot, sharp end to right, * left end x=0, Y=0 is centerline of slot * This program assumes you've roughed out most of the hole * TOOL #6 is 3/8" diam. end mill for tool steel Dim Abs *this is awkward * ==== Mount 3/8" end mill ======= Rapid Z 0.1 Tool# 6 HolePock XCenter 2.2074 YCenter 0 Diameter 0.63 ZDepth -0.2325 Cw StartHgt 0.1 RoughFeed 0.5 FinFeed 0.5 Rapid Z 0.1 Rapid Z 0.1 Tool# 0 * ===== various ways that don't work w/Anilam 1100 software 4.26a *Rapid X 2.3349 Y 0 *Now set tool depth for a comfortable amount of cut *Dwell 0.0 * Anilam bug: this doesn't work *Arc Cw X 2.3058 Y 0.0792 Radius 0.1262 Feed 0.5 * another Anilam bug: this works better, but still doesn't *Arc Cw XCenter 2.2074 YCenter 0.0000 Angle 322.33 Feed 0.5 *Ah, "Angle" means "to which absolute angle" (not incremental) *Arc Cw XCenter 2.2074 YCenter 0.0000 Angle 37.6700 Feed 0.5 *Piecewise arcs--but this doesn't work either *Arc Cw XCenter 2.2074 YCenter 0 Angle 90 Feed 0.5 *Arc Cw XCenter 2.2074 YCenter 0 Angle 90 Feed 0.5 *Arc Cw XCenter 2.2074 YCenter 0 Angle 90 Feed 0.5 *Arc Cw XCenter 2.2074 YCenter 0 Angle 90 Feed 0.5 EndMain