Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-03-24 15:41:10 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-24 15:41:10 +0300
commit74eac8f4b9e71185475326fe6ed8a9ff96d173cb (patch)
tree516ac3db43896fa09d256dc044cc29991d4f3459
parente925f07aadbe08e2c0424463f8a837f33019d2a3 (diff)
Remove printeroutput model
CURA-7810
-rw-r--r--cura/PrinterOutput/PrinterOutputModel.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cura/PrinterOutput/PrinterOutputModel.py b/cura/PrinterOutput/PrinterOutputModel.py
deleted file mode 100644
index 87020ce2d0..0000000000
--- a/cura/PrinterOutput/PrinterOutputModel.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import warnings
-warnings.warn("Importing cura.PrinterOutput.PrinterOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrinterOutputModel instead", DeprecationWarning, stacklevel=2)
-# We moved the the models to one submodule deeper
-from cura.PrinterOutput.Models.PrinterOutputModel import PrinterOutputModel \ No newline at end of file