mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 05:39:37 +08:00
4 lines
331 B
Python
4 lines
331 B
Python
import warnings
|
|
warnings.warn("Importing cura.PrinterOutputDevice has been deprecated since 4.1, use cura.PrinterOutput.PrinterOutputDevice inststad", DeprecationWarning, stacklevel=2)
|
|
# We moved the PrinterOutput device to it's own submodule.
|
|
from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice, ConnectionState |