You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use UGS on a MacBook Pro / Ventura 12.7.3 with a CNC that works with cncjs ...
On connecting, I see a modal dialogue box stating: "There was a problem setting one or more controller features"
Here's a screenshot:
There are no messages in the console window.
The message log shows something interesting - an exception is thrown after the fourth connection attempt:
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Connecting to GRBL on port tty.usbserial-1450
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Applying settings.
INFO [com.willwinder.universalgcodesender.utils.KeepAwakeUtils]: Moving the mouse location slightly to keep the computer awake.
INFO [com.willwinder.ugs.nbp.core.actions.ConnectDisconnectAction]: openclose button, connection open: false
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Connecting to GRBL on port tty.usbserial-1450
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Applying settings.
INFO [com.willwinder.universalgcodesender.utils.KeepAwakeUtils]: Moving the mouse location slightly to keep the computer awake.
INFO [com.willwinder.ugs.nbp.core.actions.ConnectDisconnectAction]: openclose button, connection open: false
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Connecting to GRBL on port tty.usbserial-1450
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Applying settings.
INFO [com.willwinder.ugs.nbp.core.actions.ConnectDisconnectAction]: openclose button, connection open: false
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Connecting to GRBL on port tty.usbserial-1450
INFO [com.willwinder.universalgcodesender.model.GUIBackend]: Applying settings.
com.willwinder.universalgcodesender.firmware.FirmwareSettingsException: Couldn't find setting with key: $22
at com.willwinder.universalgcodesender.firmware.grbl.GrblFirmwareSettings.lambda$getValueAsBoolean$6(GrblFirmwareSettings.java:467)
at java.base/java.util.Optional.orElseThrow(Unknown Source)
at com.willwinder.universalgcodesender.firmware.grbl.GrblFirmwareSettings.getValueAsBoolean(GrblFirmwareSettings.java:467)
Any ideas as to how to fix?
How to reproduce
This happens each time a connection is made after loading UGS.
Operating System
MACOS Ventura 12.7.3
Anything else
No response
The text was updated successfully, but these errors were encountered:
I suspect that you have turned off status reporting which is causing this error message. I will probably remove that option in the future since status reporting is required for the communication to work nowdays.
Same issue as #2453, fixed in #2454 which is available in the nightly build and in the next release 2.1.6.
Version
2.1.5
Hardware / Firmware
GRBL 1.1
What happened
Trying to use UGS on a MacBook Pro / Ventura 12.7.3 with a CNC that works with cncjs ...
On connecting, I see a modal dialogue box stating: "There was a problem setting one or more controller features"
Here's a screenshot:
There are no messages in the console window.
The message log shows something interesting - an exception is thrown after the fourth connection attempt:
Any ideas as to how to fix?
How to reproduce
This happens each time a connection is made after loading UGS.
Operating System
MACOS Ventura 12.7.3
Anything else
No response
The text was updated successfully, but these errors were encountered: