PrintJobOutputModel.py 332 B

1234
  1. import warnings
  2. warnings.warn("Importing cura.PrinterOutput.PrintJobOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrintJobOutputModel instead", DeprecationWarning, stacklevel=2)
  3. # We moved the the models to one submodule deeper
  4. from cura.PrinterOutput.Models.PrintJobOutputModel import PrintJobOutputModel