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

UGS Setup Wizard cannot recognize the controller #2319

Closed rcecinati closed 10 months ago

rcecinati commented 11 months ago

Version

2.0.20

Hardware / Firmware

GRBL 1.1

What happened

Hello, some features of UGS appear unreachable to me, first of all the SetupWizard, claiming it can't recognize my controller, and forcing me to a manual setup. I performed the $100 and $101 settings, and they are consistent with the behavior of my machine so far. Jogging works great "Set zero" and "Return to zero" functions give no result. The only way to reset the coordinates is disconnecting/reconnecting. "Visualize" function does not work too

How to reproduce

Hardware: Arduino UNO compatible (AZ-Delivery) CNC Shield 3 2 x Stepper Motor Driver Tried UGS 2.0.18 and 2.0.20 I am running GRBL 0.9j because the version 1.1 seems to be incompatible with Shield 3 (Joacim's warning), it actually sticks down the motors The drivers were trimmed about the load current, and work fine I am using only 2 axis X+Y, and corrected the homing sequence manually in config file excluding homing on Z axis

Operating System

Windows 11 64bit

Anything else

It always happens , trying to run the wizard. I have experienced a success in the very first stages of my development, couldn't say what broke the magic. Further detail are of course available, e.g. the Firmware Settings

breiler commented 11 months ago

To get the Setup Wizard working with GRBL 0.9 you need to use the latest nightly build. I added a fix for older versions of GRBL a couple of days ago. Download it from here: https://github.com/winder/Universal-G-Code-Sender#downloads

"Set zero" and "Return to zero" functions give no result. The only way to reset the coordinates is disconnecting/reconnecting. "Visualize" function does not work too

What is your $10 setting? Make sure you have a reporting level that reports the machine position and/or work positions. https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.9#10---status-report-maskbinary

For instance $10=3

rcecinati commented 11 months ago

Dear Joachim, thank you for your lightning responses. I have tried the nightly build, and it works as regards the Setup Wizard. Good job.

About the Set zero and Return to zero commands, it seems they are not affected by correction of the $10 parameter to the value 3 (formerly 1). Tomorrow I will dive further

Thank you

Riccardo

Il gio 14 set 2023, 16:40 Joacim Breiler @.***> ha scritto:

To get the Setup Wizard working you need to use the latest nightly build. I added a fix for older versions of GRBL a couple of days ago https://github.com/winder/Universal-G-Code-Sender/pull/2314. Download it from here: https://github.com/winder/Universal-G-Code-Sender#downloads

"Set zero" and "Return to zero" functions give no result. The only way to reset the coordinates is disconnecting/reconnecting. "Visualize" function does not work too

What is your $10 setting? Make sure you have a reporting level that reports the machine position and/or work positions.

https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.9#10---status-report-maskbinary

For instance $10=3

— Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/2319#issuecomment-1719590099, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZXHYKIG3XREG2R5XHYVR3X2MJPRANCNFSM6AAAAAA4YGLE4A . You are receiving this because you authored the thread.Message ID: @.***>

breiler commented 10 months ago

Closing as this is now available in 2.0.21