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.88k stars 761 forks source link

XY scale error when moving the spindle #2016

Closed Meina88 closed 1 year ago

Meina88 commented 1 year ago

Version

2.0.12

Hardware / Firmware

GRBL 1.1

What happened

Hello! I am using UGS on my CNC router. The hardware is a development of my property based on X-Controller. I have had no problems so far. What happens is that moving the spindle in "Y" and "Z" direction everything works fine. But moving the spindle in the X direction only moves half the distance. This only happens when I use the Joistick. When executing a G code everything works fine. $

How to reproduce

I really don't know how to recreate the situation. But I think there may be some configuration problem that I don't identify.

Operating System

Windows 11 Home Windows Feature Experience Pack 1000.22000.978.0

Anything else

This problem only occurs occasionally. But now it has become permanent on my router. It only happened to me once before. But now it appeared again.

breiler commented 1 year ago

What feed speed are you using? The maximum feed rate is higher for the X axis ($110), could the stepper motor be stalling? Does the same happen if you jog at a speed of 500mm/min?

Meina88 commented 1 year ago

Hello! thanks for your answer. I finally figured out part of the problem. I clarify that this problem appeared on a machine that I sold to a client.

-First of all, I went to his workshop, tried several versions of UGS and two laptops. The problem persists. That means the problem was with the machine.

I am very grateful, Pablo Meinardo

breiler commented 1 year ago

As mentioned, my suspicion is that your X motor is stalling, that is why I asked what feed rate you are jogging in.

If your gcode program is running at a max 1000mm/min but you are jogging at a max 2000mm/min, it could mean that the max rate for the X-axis is somewhere in between.

Does the problem occur when trying to jog at 500mm/min?

breiler commented 1 year ago

Closing as we got no response