Postby Picengravertoo » Wed Jul 13, 2016 3:23 am
Hi Jerry,
Why are you trying to combine A commands with S commands? Both are for laser. I'm not sure what you have set different, but when I used the S as the third axis letter in the Analog/PWM engraving profile, it did not add the extra line. Here is code I just generated with Z for the relief depth & S for the Laser. They combined without error.
Z axis depth commands:
G20
F100
G01 Z.0000
F100
G01 X0 Y0 Z0.0000
M03
X0 Y0 Z-0.1005
X0.007 Y0 Z-0.0956
X0 Y0.007 Z-0.1005
X0 Y0.014 Z-0.1034
X0.007 Y0.007 Z-0.0971
X0.014 Y0 Z-0.0985
S laser commands with Feed Rate Change:
G20
F100
G01 S.0000
F100
G01 X0 Y0 S0.0000 F100
M03
X0 Y0 S206.9608 F79.7
X0.007 Y0 S197.3529 F80.7
X0 Y0.007 S206.9608 F79.7
X0 Y0.014 S212.7255 F79.1
X0.007 Y0.007 S200.2353 F80.4
X0.014 Y0 S203.1176 F80.1
X0.021 Y0 S206.0000 F79.8
Combined Z & S commands.
G20
F100
G01 Z.0000
G01 Z.0000 S.0000
F100
G01 X0 Y0 Z0.0000 S0.0000 F100
M03
X0.007 Y0 Z-0.0956 S197.3529 F80.7
X0 Y0.007 Z-0.1005 S206.9608 F79.7
X0 Y0.014 Z-0.1034 S212.7255 F79.1
X0.007 Y0.007 Z-0.0971 S200.2353 F80.4
X0.014 Y0 Z-0.0985 S203.1176 F80.1
X0.021 Y0 Z-0.1000 S206.0000 F79.8
Jeff