44
Call: 1-631-648-7481 or Visit: support.technocnc.com
Titan Series WinCNC Manual
WinCNC
WinCNC Controller
WinCNC Users Guide Page 84
G Codes
G0 Rapid Move - G0 X# Y# Z# W#
Moves to the position specied at Rapid velocity. G0 is modal. Af-
ter a G0 is executed lines with no G-Code command are executed
as a G0.
Example: X1Y1 is equivalent to G0 X1Y1 if mode is G0.
G0.1 Rapid Move with Vertical Lift - G0.1 [X#] [Y#]
First lifts all vertical heads then moves the position specied at
Rapid velocity then drops the vertical heads back to their previous
positions.
G1 Feed Move - G1 L# X# Y# Z# W#
Moves to the position specied at Feed velocity. G1 is modal. Af-
ter a G1 is executed lines with no G-Code command are executed
as a G1.
Example: X1Y1 is equivalent to G1 X1Y1 if the mode is G1.
L# is used to allow setting laser power in vector cutting (1-100.)
G2 Clockwise Arc - G2 L# X# Y# I# J# Z# W# K# R#
Moves to the position specied at Feed velocity. I is the X distance
to the center point. J is the Y distance to the center point. If no XY
move is specied, a full circle is cut. If no I or J is specied, previ-
ous I J values are kept. Any additional axis spec that is not part of
the arc itself will move that axis simultaneously throughout the arc.
L# is used to allow setting laser power in vector cutting (1-100). R#
is the radius, if R# is used IJK can not be used.
G3 Counter Clockwise Arc - G3 L# X# Y# I# J# Z# W# K#
R#
Moves to the position specied at Feed velocity. I is the X distance
to the center point. J is the Y distance to the center point. If no XY
move is specied, a full circle is cut. If no I or J is specied, previ-
ous I J values are kept. Any additional axis spec that is not part of
the arc itself will move that axis simultaniusly throughout the arc.
L# is used to allow setting laser power in vector cutting (1-100). R#
is the radius, if R# is used IJK can not be used.