Move PrinterOutputDevice into cura.PrinterOutput module

This commit is contained in:
Lipu Fei 2019-03-20 09:41:03 +01:00
parent e30104ff7f
commit 2b39d6422c
20 changed files with 24 additions and 26 deletions

View file

@ -3,7 +3,7 @@ from typing import Tuple, List, Set, Dict
import io
from UM.VersionUpgrade import VersionUpgrade
from cura.PrinterOutputDevice import ConnectionType
from cura.PrinterOutput.PrinterOutputDevice import ConnectionType
deleted_settings = {"bridge_wall_max_overhang"} # type: Set[str]
renamed_configurations = {"connect_group_name": "group_name"} # type: Dict[str, str]