sample3.txt
来自「This is a CNCPro source file. It is incl」· 文本 代码 · 共 16 行
TXT
16 行
(THIS PROGRAM MAKES A PARALLELAGRAM)
(NOTICE THE CONSTANT VECTOR CONTOUR)
G90 (make parameters absolute)
G20 (make parameters inch units)
G53 (set to machine coordinates)
F10 (set feed rate to 10 in/min)
G64 (constant vector contouring on)
G00 X0 Y0 Z0 (rapid move to zero)
G01 (linear interpolation)
X5 (move x to 5)
X10 Y1 (move x to 10 & y to 1)
X5 (move x to 5)
X0 Y0 (move x to 0 & y to 0)
G60 (constant vector contouring off)
M30 (cycle stop and rewind)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?