mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-21 13:19:37 +08:00
4 lines
333 B
Python
4 lines
333 B
Python
import warnings
|
|
warnings.warn("Importing cura.PrinterOutput.PrintJobOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrintJobOutputModel inststad", DeprecationWarning, stacklevel=2)
|
|
# We moved the the models to one submodule deeper
|
|
from cura.PrinterOutput.Models.PrintJobOutputModel import PrintJobOutputModel |