mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -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"
|
- "zeroconf"
|
||||||
- "fcntl"
|
- "fcntl"
|
||||||
- "stl"
|
- "stl"
|
||||||
|
- "serial"
|
||||||
collect_all:
|
collect_all:
|
||||||
- "cura"
|
- "cura"
|
||||||
- "UM"
|
- "UM"
|
||||||
|
|
@ -164,6 +165,7 @@
|
||||||
- "zeroconf"
|
- "zeroconf"
|
||||||
- "fcntl"
|
- "fcntl"
|
||||||
- "stl"
|
- "stl"
|
||||||
|
- "serial"
|
||||||
collect_all:
|
collect_all:
|
||||||
- "cura"
|
- "cura"
|
||||||
- "UM"
|
- "UM"
|
||||||
|
|
@ -255,6 +257,7 @@
|
||||||
- "zeroconf"
|
- "zeroconf"
|
||||||
- "fcntl"
|
- "fcntl"
|
||||||
- "stl"
|
- "stl"
|
||||||
|
- "serial"
|
||||||
collect_all:
|
collect_all:
|
||||||
- "cura"
|
- "cura"
|
||||||
- "UM"
|
- "UM"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue