M586 Error: TLS
-
I just got a PanelDue going on my machine.
The PanelDue console reports the error that TLS is not supported, but oddly, it does not show on the system gcode console via DWC, unless I specifically try to set the option flag.
When I try to set the flag to disable TLS, it reports and error that its not supported.
M586 P0 S1 T0 Error: M586: this firmware does not support TLS
After searching other posts and reading the gcode reference, it is clear that it not supported.
https://duet3d.dozuki.com/Wiki/Gcode#Section_M586_Configure_network_protocolsSo is the 'error' really a redundant warning ? Is there any way to turn it off?
-
@sinned6915 said in M586 Error: TLS:
M586
See
https://duet3d.dozuki.com/Wiki/Gcode#Section_M586_Configure_network_protocolsNote: TLS has not yet been implemented in RepRapFirmware, therefore T1 will not work.
-
Yes, I read that and understand that it is not implemented. That is why i tried to explicitly flag it with T0 to turn it off. It still gives an error no matter what.
Is there any way to turn off the notification?
The error only shows up on the PanelDue console, not the DWC console.
Its just really annoying to keep having to check it to go away.
-
@sinned6915 said in M586 Error: TLS:
Yes, I read that and understand that it is not implemented. That is why i tried to explicitly flag it with T0 to turn it off. It still gives an error no matter what.
Is there any way to turn off the notification?
The error only shows up on the PanelDue console, not the DWC console.
Its just really annoying to keep having to check it to go away.
It sounds like a bug to me - on my list to investigate.
-
@dc42 That was a bug in the LPC port - it will be fixed in the next update