winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.89k stars 763 forks source link

TinyG can't set work Zero #427

Closed Splocal closed 8 years ago

Splocal commented 8 years ago

I've had a problem setting work Zero while using my TinyG cnc controller. I can jog the machine but even manually inputting G0X0 for instance does not move my axis to zero. Does anyone else have this issue with TinyG?

winder commented 8 years ago

Do other commands work? Can you send a file? Anything in the console when sending a command?

Splocal commented 8 years ago

I tried multiple commands input manually some would work and others nothing.

winder commented 8 years ago

You could try using JSON wrapped commands like {"gc":"g0 x0"}. Described on the TinyG wiki: https://github.com/synthetos/TinyG/wiki/JSON-Details

Splocal commented 8 years ago

Thanks, I'll give that a try. Is this a known Issue with UGS and TinyG? I was hoping to use UGS for my larger Gcode files as Chilipeppr locks up when my file is too large.

Splocal commented 8 years ago

I am thinking I can zero my machine with chilipeppr and then Load a file in UGS and let it run. I won't have all the functionality of chilipeppr but if it can successfully complete a Gcode file than I would be satisfied with it.