Manual
IV.How to read G-code with control software?
After finished uploading firmware for Orion or Me_baseboard, please turn the power
on and make X/Y/Z axis back to origin spot.
GRemote can recognize G-code file with suffix *.cnc. Below we provided 2 simple
examples. (You can copy it in text and save as .cnc file, like name it as example1.cnc)
Click SEND FILE→····/example1.cnc→Open in control software, then XY Plotter V2.0
can start work.
a. Sample 1:
%
G21 (All units in mm)
G00 Z20.0
G00 X50.0 Y50.0 F3500.0
G01 Z33.0 F2500.0 (Penetrate)
G01 X100.0 Y50.0
G01 X100.0 Y100.0
G01 X50.0 Y100.0
G01 X50.0 Y50.0
G00 X75.0 Y75.0 Z20.0
G01 Z33.0
G02 X75.0 Y75.0 I25.0
G02 X75.0 Y75.0 I20.0
G02 X75.0 Y75.0 I15.0
G03 X75.0 Y75.0 I-25.0
G03 X75.0 Y75.0 I-20.0
G03 X75.0 Y75.0 I-15.0
G00 Z20.0
G00 X50.0 Y50.0 F3500.0
%
G-code in sample 1 stands for below graphic:
b. Sample 2:
G21
G90 Z1.000
G00 X0.000 Y0.000
G00 Z13.000
F2500
G00 X75.231 Y62.747 Z20.000