mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Remove cura.PrinterOutputDevice
Since we are moving up a major version, time to clean up deprecation warnings CURA-7810
This commit is contained in:
parent
0dda27094e
commit
4d02894582
@ -1,4 +0,0 @@
|
||||
import warnings
|
||||
warnings.warn("Importing cura.PrinterOutputDevice has been deprecated since 4.1, use cura.PrinterOutput.PrinterOutputDevice instead", DeprecationWarning, stacklevel=2)
|
||||
# We moved the PrinterOutput device to it's own submodule.
|
||||
from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice, ConnectionState
|
Loading…
x
Reference in New Issue
Block a user