File has error when upload in picsender but not UGS

Just downloaded PicSender, tried to carve a file tonight and I get an error saying that I have a line bad at or before line #4… I can send the same gcode to UGS and it carved just fine. Any ideas? Here is the first 20 lines or so of the file.

T1M6
G17
G0Z0.8000
G0X0.0000Y0.0000S16000M3
G0X0.0286Y0.0293Z0.2000
G1Z-0.0625F20.0
G1X0.0552Y0.0142F40.0
X0.0826Y0.0009
X0.1107Y-0.0106
X0.1396Y-0.0205
X0.1692Y-0.0286
X0.1994Y-0.0349
X0.2303Y-0.0395
X0.2618Y-0.0424
X0.2939Y-0.0435
X0.3266Y-0.0429
X0.3599Y-0.0406
X0.3937Y-0.0365
X0.4281Y-0.0306
X0.4629Y-0.0230
X0.4982Y-0.0136
X0.5339Y-0.0025

grbl does not support the M6 command. PicSender reports errors, many times UGCS does not.

Not sure what program you are using, but you need to change to a better post processor.

2 Likes

Sorry I don’t know much about GCode yet, this was designed in Vectric Aspire, and tried to send to Picsender.

Use one of the post processors here. Scroll down to find the one you want.

2 Likes

Is there anything special i need to do with hooking up a new computer? I have used the same computer for my Xcarve for quite awhile.

Just bought a new computer, hooked up my x carve (still using Gshield and Arduino) it popped up COM3. I can open UGS and jog my machine but when I send a Gcode file it does like micro steps, nothing near what its suppose to do.

I can hook up my old laptop and it will run the file just fine.

Looks like I was saving my files under a .tap which started with T1M6… I switched to saving them at .gcode now it starts with only T1 so I think that solved my issue

Ok, sorry for my ignorance I wish I knew more about all of this.

What does installing a new post processor look like?

From what I read on the link above the download is a new list of grbl settings, I need to get those settings and upload into my grlb settings in picsender?

The discrepancy is probably that you’re either using an old version of UGS, or your new version of UGS has been configured to ignore M6 commands.

Got it, that was fairly simple! Thanks for all the help!