i am trying to understand how following gcode works:
H1*
G71*
M70*
M20*
Default Table*
N1*
D2*
M15*
X115Y150S*X115Y461S*2322513151*
D2*
M15*
X185Y171S*X185Y420S*21115351*
D2*
M15*
X255Y234S*X255Y297S*17*
D2*
M15*
X184Y205*
M14*
X184Y305*
X284Y305*
X284Y205*
X184Y205*
M15*
M0*
I tried to use Gcode viewer. Here is how it looks:
Basically it must be square 10x10 mm.
According to my information it must be Standard Gerber format. The old format, revoked by the developer. There are not much information about it, but mostly i understand meaning of all operations. Except for two places:
- If you look in file you can find strange moves like
X115Y150S*X115Y461S*2322513151*
. Particularly i don't understand the meaning ofS
at the end of coordinates, plus stange number in next section after*
. For me it looks like fast travel command. But usually Gcode has different codes for such an operation. - Also, probably because i am new to this, i don't understand meaning of preparation moves. Why they make this hook and not approach directly to place to cut the square?