Run ioSender without connecting. #222
phil-barrett
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Absolutely. I need to run the program in demo mode. There's not one notice anywhere I could find that the program doesn't run without a board connected. At least a pop up dialog with a sorry but.. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently ioSender will not load if it can not connect to a real Grbl board. This gets reported as a bug fairly often. Most other GCode Senders load first and then connect at a later point so it is not surprising that a lot of people expect the same behavior in ioSender.
I know that it is a fair amount of work but I think it is worth having a discussion about the pros and cons of changing ioSender to delay connecting until loaded and running. I would like to hear what others have to say about this.
In favor of not changing the behavior:
In favor of adding the change
On the ethernet set up point. Here is how I tell people to do it now:
[IP:xxx.xxx.xxx.xxx]
With the above discussed modification (and the ability to disconnect, too), that could collapse into 4 steps with no unplugging/plugging of cables and no need to wait for the USB connection to time out.
Beta Was this translation helpful? Give feedback.
All reactions