Replies: 1 comment
-
Not really, the position known by the sender cannot be reliably linked to a specific gcode line. Right click in the program listing for a popup menu related to the clicked line (or selected lines) - you can restart the program from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add a reconnection when the wifi or serial port loses connection, for example 5 times, while maintaining the working coordinates? Currently, when the connection is lost, the program displays an error and closes. It is possible to save the working coordinates so that they do not get lost when the connection is lost and then restored. Alternatively, a checkbox can be added to this function in the IO Sender setup. The issue is that if the power is turned off or there is a power failure, it is impossible to continue the control program because the coordinates are reset in both the controller and the program. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions