CNCjs GRBL CNC xPro V5 not working

Ok, so I figured it out.

I will leave the solution to my problem for someone else who might struggle.

The problem was not with CNCjs. It’s with the configuration of the Hardware - CNC xPRO v5 controler.
You have right now few firmwares to choose - about 4 - You can find it on Github.
Spark-Concepts/xPro-V5/tree/main/Firmware

So generally you have to options of the safety switch:

  • NC - normally closed,
  • NO - normally open.

I couldn’t do the thing becase I didn’t know that the firmware loaded on the hardware was the NO - so the safety bytton needed to be pressed - if wasn’t machine would think that door are open.

In this case CNCjs is locked.

But I want to use this “emergency button” to kill the machine if something goes wrong while operating and to be able to use machine right from the start after opening CNCjs.

So after changing the firmware to NC type everything works as it should. (you do it after connecting to CNC xPRO v5 thought ACCESS POINT, wifi signal which controler is making on his own and update firmware through WebUI, password for connection is 12345678).