From 913d9b8ed7dc974afd50e5c6314857f1cd5522a1 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 11 Jul 2022 15:41:15 +0200 Subject: [PATCH] Add serial to the hidden imports Should fix USB printing not working --- conandata.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conandata.yml b/conandata.yml index 005bbf2671..756cb09db3 100644 --- a/conandata.yml +++ b/conandata.yml @@ -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"