copy and paste the created g-code here so we can see it
you can also write your own to get started
that should make a square. It should turn on your spindle. If you try that code, just make sure to set your Z height so you won't ruin/break anything. This will see if it's the wizard, or your machine.Code:N1 G20 G90 (program start N1= line 1, G20 = inches, G90 = Absolute mode) N2 G1 x0 y0 z.25 F5 (move to xy zero, and Z positive .25 inches at 5 inches/min) N3 M3 (start spindle clockwise) N4 G0 x1 y1 (rapid to x1 y1) N5 G1 z-.1 F8 (move Z .1 inch into the work at 8 inch/min) N6 x2 (move from last position x1y1 to x2 y1) N7 y2 (move to x2y2) N8 X1 N9 Y1 N10 G0 Z.25 (rapid to .25 inch above work) N11 M5 (stop spindle) N12 G0 X0 Y0 N13 M30 (rewind program)


LinkBack URL
About LinkBacks





