Hitting pause button nothing stops, pause button disappears, no restart button just red stop job button. This is a very repeatable issue that I have been trying to figure out for about 4 hours, does it in all files I have tried. Attempted to download diagnostics file and gsender locks up, I have been waiting for around 90min to see if it will complete the download so far.
Running 1.4.7
SLB
Ethernet connection
on windows laptop
About ready to go back to original longboard and 1.2.2. Any help appreciated.
Grant, I understand that this issue seems comms related. I have tried every connection, 1 ethernet, 2 usb A and 2 usb C. Result is the same. I went as far as testing my connections by connecting to my desktop and transferring files back and forwards without issue. I also connected to the tv and played one of the grand kids games.
I had an issue a few days ago where I was getting gcode errors with known good files that with the help of Peter I was able to trace to a bad cable that came with the slb. Since replacing the cable I have been testing out various function of gsender, jogging at top speed, calibration, surfacing, laser tests all were okay till I decided to test the pause function. It reminds me a lot of the issues I experienced with the 1.1 and on versions were constant loss of connection was a problem until version 1.2.2 was released and everything ran correctly.
I may try using my desktop after church today to see what happens. Though I am really inclined to revert back to the original longboard and 1.2.2 as in terms of effort that is the easier option for me.
@Mickus I’m inclined to believe that this is a SLB issue and not a gSender bug. If you do revert to the original longboard, it would make it easier for Sienci to diagnose the problem if you did not go back to gSender 1.2.2 at the same time. Change out the board, but stay on 1.4.7. Use the same usb cable. Try the same files. If pause, etc works, you will have narrowed down the issue to the slb. Just a thought.
Kevin I was just filling out a tech support request but this works better I think. I am not sure exactly what you are asking in either of your questions. If you can clarify I will go and check.
What happens when you type “!” in the console? Does the firmware properly enter a hold state? Ultimately this is what the pause button does.
Do you have a pause event enabled? You can look in Preferences → Program Events and see if the Pause block has code in it. If there is, disable it and try to see if your behaviour is different.
What is the value of your $10 eeprom? You can type $10 in the console to have it report it back or share a screenshot of your firmware tool with the currently set toggles of $10.
OK kevin,
Typing “i” gives me a hold after a short delay. I retested the pause function and it works after 8 seconds which I can live with though not sure why it takes so much longer than old board and grbl.
My pause event has the m9 for stop. Removing it makes no difference.
My Eprom 10 is setup exactly as you show.
Seems for some reason I have slow comms?
I am using hp envy laptop
amd 2.3 ghz processor
8gig ram with 7.3 usable
64 bit operating system
windows 11
So you do have a pause event enabled? You need to disable it (not remove the code itself, use the toggle) if you want the program to stop immediately. I’ve explained why in another post but the short is with a pause event, we stop sending gcode but don’t hold until the event runs because otherwise there would be no way to send the pause event itself.
This is probably more noticeable on SLB due to the increased buffer size and is likely a feature we’ll have to revisit to see if it’s worth keeping.