ioSender icon indicating copy to clipboard operation
ioSender copied to clipboard

Problems with offline use of software

Open lianzaozi opened this issue 2 years ago • 6 comments

Open the software without connecting the hardware, the following window will pop up, click the OK button, and the software will exit. This will cause the software to be unavailable when offline.

image

lianzaozi avatar Apr 10 '22 01:04 lianzaozi

This is a known issue - ioSender needs to be connected to an actual grblHAL device.

To be honest, I do not think this is a terrible "feature" as I have seen so many problem posts about other GCode Senders that came from not being connected. Better to force the user to fix the connection issue than make them think everything is ok.

There is a minor bug in the wording of that dialog, though. Response is misspelled.

phil-barrett avatar Apr 10 '22 02:04 phil-barrett

Will the offline feature be added in the next version?

lianzaozi avatar Apr 10 '22 03:04 lianzaozi

Will the offline feature be added in the next version?

Not likely, as the sender configures itself at startup from data read from the controller. Changing this will require a fair bit of work.

What would the use cases for running it offline be? Viewing gcode in the 3D viewer?

terjeio avatar Apr 10 '22 05:04 terjeio

The offline function is usually used to preview the gcode, simulate the gcode, and check whether the movement of the gcode trajectory is correct. This way you can avoid some mistakes before real machining. Offline functions such as laser grbl and grbl plotter software.

lianzaozi avatar Apr 13 '22 21:04 lianzaozi

There is a minor bug in the wording of that dialog, though. Response is misspelled.

Fixed in latest edge version.

terjeio avatar Apr 20 '22 11:04 terjeio

IMHO offline mode is essential.

kimstik avatar Jul 28 '22 07:07 kimstik