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.91k stars 768 forks source link

Jog precision issue #211

Closed RayMJr closed 9 years ago

RayMJr commented 9 years ago

When jogging using the machine control tab, in inch mode, I cannot jog at .001. It just send a zero movement. It seems as if it is truncating it to two decimal places, as it would when in mm mode.

Ray

winder commented 9 years ago

You should be able to configure how many decimal places are left after truncation in the settings.

RayMJr commented 9 years ago

I didn't see that, but I will check again and let you know.

Ray

--J. Ray Mitchell Jr. jrmitchellj@gmail.com (818)324-7573

The things we admire in men, kindness and generosity, openness, honesty, understanding and feeling are the concomitants of failure in our system. And those traits we detest, sharpness, greed, acquisitiveness, meanness, egotism and self-interest are the traits of success. And while men admire the quality of the first they love the produce of the second. -John Steinbeck, novelist, Nobel laureate (1902-1968)

On Thu, Jan 8, 2015 at 2:49 PM, Will Winder notifications@github.com wrote:

You should be able to configure how many decimal places are left after truncation in the settings.

— Reply to this email directly or view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/211#issuecomment-69264682 .

RayMJr commented 9 years ago

I check the truncation level, and moved it up to 8 & down to 1, with no effect on the jog function in the machine control tab. This was working in the 1.0.7 version.

Ray

RayMJr commented 9 years ago

Another issue I just came across: When you hit the return to zero button in the machine control tab, it seems to go to the zero point for the work coordinates you are currently in, then it immediately goes to the machine zero coordinates.

Very unexpected behavior!

Ray