sample1.txt

来自「This is a CNCPro source file. It is incl」· 文本 代码 · 共 13 行

TXT
13
字号
(THIS PROGRAM MAKES A SQUARE)

G90 (make parameters absolute)
G20 (make parameters inch units)
G53 (set to machine coordinates)
F10 (set feed rate to 10 in/min)
G00 X0 Y0 Z0 (rapid move to zero)
G01 (linear interpolation)
X5  (move x to 5) 
Y5  (move y to 5)
X0  (move x to 0)
Y0  (move y to 0)
M30 (cycle stop and rewind)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?