mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
Add serial to the hidden imports
Should fix USB printing not working
This commit is contained in:
parent
19d62da737
commit
913d9b8ed7
@ -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…
x
Reference in New Issue
Block a user