Hello eveyone,

In the latest myCNC update (version 1.88.4910) we have added a new attribute called "pressed-delay-xxxx" for the "direct-run:" action. The attribute allows you to define time (in ms) that the the on-screen element (button, etc) must be pressed for, in order to initialize the direct-run action. This can be used to protect the machine from accidental presses on touchscreen/keyboard/mouse.

The attribute also works for the following actions:

  • soft-plc-run
  • soft-plc-stop
  • soft-plc-run-confirm
  • soft-plc-stop
  • plc-run
  • direct-plc
  • multidev-plc-run
  • switch-cnc-gvariable

as well as program start via the "player-play" type commands.

To find out more about XML editing to insert the necessary attributes into your profile's UI elements, please consult the following manual in our documentation:

The update also brings some bug fixes:

  • Fixed a bug that would sometimes cause crashes on large-size G-code files
  • Fixed a visualization bug for work position that was affecting some program versions

Stay tuned for further updates!