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
Thanks @ayushchand,
I've just received my Cameo 4 and faceed this issue. As a workaround I deleted the default_config from device/drivers/manifest.enaml and added it manually in the GUI again.
I just noticed this as well when working on different issue. After adding some debug logs it seemed like part of problem was that code responsible from initializing stuff based on default config gets executed only when creating a new device before you have selected driver. So your new device gets initialized with default config from whatever driver happens to be first in the list.
This needs to be solved with care since user might want to keep some of the settings when switching driver or at least write them down. Maybe some kind of confirmation window when you do it: "Do you want to apply default settings from the selected driver, previous settings will be lost? Yes/No/Cancel". Or maybe ask to choose driver before creation of new device.
device/drivers/manifest.enaml file lists a default_config for Silhouette devices with Output settings.
Adding a new device from GUI does not initialize the output settings and protocol type.
The text was updated successfully, but these errors were encountered: