*******************************ProgramStart********************************** (Program posted with Full Spectrum Engineering Laser Post) (Fast Mach3 Laser on/off but no PWM power control) (Start Project in Mill Mode) (Set PWM power in Rapid Height, 100=10%, 1000=100%) (Set FeedRate in CutDepth) G17 (active plane) G40 (turn compensation off) G20 (inch mode) G90 (Absolute mode, current coordinates) G92 X0.Y0. (Set global offset current position as 0,0) ********************************ToolChange*********************************** ********************************ChainStart*********************************** ***********************************Rapid************************************* G{MODE} X{XPOS} Y{YPOS} S{RAPIDHEIGHT} (Spindle Speed Sets Power) E1P1 (Laser On) ***********************************ZRapid************************************ S{RAPIDHEIGHT} E1P1 (Laser On) ************************************Line************************************** [G{MODE}][ X{XPOS}][ Y{YPOS}][ F{ZPOS}] ************************************Arc*************************************** [G{MODE}][ X{XPOS}][ Y{YPOS}] I{IPOS} J{JPOS}[ F{FEED}] ********************************CanCycleStart********************************* E1P1 (Laser On) **********************************InCanCycle********************************** **********************************CanCycleEnd********************************* E1P0 (Laser Off) ************************************ChainEnd********************************** E1P0 (Laser Off) **********************************ProgramEnd********************************** E1P0 (Program End) M30 (End)