EPP 7I43
30 Oct 2021 23:54 #224740
by andypugh
The problem seems to be here:
github.com/LinuxCNC/linuxcnc/blob/2b37c8...onf/pncconf.py#L3838
It seems to be a mismatch between signal names and what is being checked for.
A workaround would be to edit the file (it's Python so you can just do that) to simply set pwm = True in the line underneath the "if" and it should work.
(Definitely looking like a bug)
github.com/LinuxCNC/linuxcnc/blob/2b37c8...onf/pncconf.py#L3838
It seems to be a mismatch between signal names and what is being checked for.
A workaround would be to edit the file (it's Python so you can just do that) to simply set pwm = True in the line underneath the "if" and it should work.
(Definitely looking like a bug)
Please Log in or Create an account to join the conversation.
02 Nov 2021 00:47 #224942
by lendrum
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.091 seconds