mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07:00
Add serial to the hidden imports
Should fix USB printing not working
This commit is contained in:
parent
19d62da737
commit
913d9b8ed7
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
- "zeroconf"
|
||||
- "fcntl"
|
||||
- "stl"
|
||||
- "serial"
|
||||
collect_all:
|
||||
- "cura"
|
||||
- "UM"
|
||||
|
|
@ -164,6 +165,7 @@
|
|||
- "zeroconf"
|
||||
- "fcntl"
|
||||
- "stl"
|
||||
- "serial"
|
||||
collect_all:
|
||||
- "cura"
|
||||
- "UM"
|
||||
|
|
@ -255,6 +257,7 @@
|
|||
- "zeroconf"
|
||||
- "fcntl"
|
||||
- "stl"
|
||||
- "serial"
|
||||
collect_all:
|
||||
- "cura"
|
||||
- "UM"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue