mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
4 lines
No EOL
329 B
Python
4 lines
No EOL
329 B
Python
import warnings
|
|
warnings.warn("Importing cura.PrinterOutput.PrinterOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrinterOutputModel inststad", DeprecationWarning, stacklevel=2)
|
|
# We moved the the models to one submodule deeper
|
|
from cura.PrinterOutput.Models.PrinterOutputModel import PrinterOutputModel |