grblHAL / ESP32

grblHAL driver for ESP32
Other
62 stars 39 forks source link

Issues Web interface #116

Closed villamany closed 1 day ago

villamany commented 6 days ago

Hello, I am trying GRBLhal for the first time but I am not able to get it to work through the web interface. Using USB it works perfectly, but through the web interface I get error messages 1 and error messages 2 every time I send a Gcode command (only one in every 15 or 20 commands is executed without error). The Settings page is working fine over WebUi. I have tried WebUi v2 and v3 with the same result. I'm using a DLC32 v2.1 board.

Portapapeles-1

terjeio commented 4 days ago

This was an odd one, could be a compiler bug, framwork bug or a memory leak? With the committed workarund everything seems ok, but I do not know why it failed with the original code which only added a check for a return value compared to earlier versions...

villamany commented 3 days ago

Thanks a lot, i will try it when webBuilder get updated. I've spent several days trying to find the cause.

terjeio commented 3 days ago

Web Builder was updated after I committed th fix.

villamany commented 2 days ago

Thanks, seems to be working ok now.

One minor issue is if i don't have the Homing feature enabled and press the "Homing" button i get a correct error message "Homing failed. Homing is not enabled in settings", but if i now press the "Zero all axis" still the same error until i jog any axis and press "Zero all axis" again

Note: The web builder still showing "build 20240626"

terjeio commented 1 day ago

still the same error until i jog any axis and press "Zero all axis" again

Not sure I want to change this, as part of improving safety any non $ commands received after an error will be ignored and the same error reported. To clear the error a new $-command or a blank line has to be sent.

Note: The web builder still showing "build 20240626"

This is the core version number, drivers has their own and the core version will not be changed on a driver change. The fix was for the ESP32 driver only.

villamany commented 1 day ago

Nice. Many thanks!