//Machine Setup N10 G20 //Set units to inch N20 G90 //Set Absolute Positioning N30 G17 //XY Plane N40 M104 S225 //Set the extruder temperature to 225 C N50 M108 R5.0 //Set extruder speed N60 M103 //Extruder is turned OFF //Homing Position //NOTE Origin of part is in the bottom left corener of Front View N70 G00 x0 y0 z3.00 //Moves Tooling off the build plate vertically N80 G00 x-3.00 y-3.00 z3.00 //Moves Tooling away from print N90 M105 //Get Extruder Temperature (Heat up to 225C) N100 G00 x0 y0 z3.00 N110 G00 x0 y0 z.1 N115 G00 x.75 y0 z.1 //Z axis is slighlty off the build plate to //accommodate for the material that is printed //Set in 65mm in to account for radius of arc //Part 4 Tool Rest Print N120 G01 x2.875 y0 z.1 N130 G03 x2.875 y1.50 z.1 J.75 //Arc Y(J) Axis N140 G01 x.75 y1.50 z.1 N150 G03 x.75 y0 .1 J-.75 //Arc Y(J) Axis N160 G01 x.75 y0 z.475 N170 G01 x1.625 y0 z.475 N180 G01 x1.625 y0 z1.225 N190 G01 x2.00 y0 z1.225 N200 G01 x2.00 y0 z.475 N210 G01 x2.875 y0 z.475 N220 G01 x2.875 y0 z.1 N230 G01 x2.875 y0 z.475 //Trace Line N240 G03 x2.875 y1.50 z.475 J.75 //Arc Y(J) Axis N250 G01 x2.875 y1.50 z.1 N260 G01 x2.875 y1.50 z.475 //Trace Line N270 G01 x2.00 y1.50 z.475 N280 G01 x2.00 y0 z.475 N290 G01 x2.00 y0 z1.225 //Trace Line N300 G01 x2.00 y.25 z1.225 N310 G01 x2.00 y.50 z.975 N320 G01 x2.00 y1.00 z.975 N330 G01 x2.00 y1.25 z1.225 N340 G01 x2.00 y1.50 z1.225 N350 G01 x2.00 y1.50 z.475 N360 G01 x2.00 y1.50 z1.225 //Trace Line N370 G01 x1.625 y1.50 z1.225 N380 G01 x1.625 y1.25 z1.225 N390 G01 x2.00 y1.25 z1.225 N400 G01 x1.625 y1.25 z1.225 //Trace Line N410 G01 x1.625 y1.00 z.975 N420 G01 x2.00 y1.00 z.975 N430 G01 x1.625 y1.00 z.975 //Trace Line N440 G01 x1.625 y.50 z.975 N450 G01 x2.00 y.50 z.975 N460 G01 x1.625 y.50 z.975 //Trace Line N470 G01 x1.625 y.25 z1.225 N480 G01 x2.00 y.25 z1.225 N490 G01 x1.625 y.25 z1.225 N500 G01 x1.625 y0 z1.225 N510 G01 x1.625 y0 z.475 //Trace Line N520 G01 x1.625 y1.50 z.475 N530 G01 x1.625 y1.50 z1.225 N540 G01 x1.625 y1.50 z.475 //Trace Line N550 G01 x.75 y1.50 z.475 N570 G01 x.75 y1.50 z.1 N580 G01 x.75 y1.50 z.475 //Trace Line N560 G03 x.75 y1.50 y.475 J-.75 //Return to Home N570 G00 x.75 y0 z3.00 //Moves the tool to the above of part N410 G00 x-3.00 y-3.00 z3.00 //Return to Home Position //Program Shutdown N420 G104 P100 //Pause 1000 seconds N430 M103 T0//Extruder Off N440 M18 //Motors Off N450 M104 S0 //Set Extruder Head Temperature to 0 C N460 M02 //End of Program