diff --git a/plugins/ChangeLogPlugin/ChangeLog.txt b/plugins/ChangeLogPlugin/ChangeLog.txt index 97c473c10b..d132f17b5c 100755 --- a/plugins/ChangeLogPlugin/ChangeLog.txt +++ b/plugins/ChangeLogPlugin/ChangeLog.txt @@ -24,6 +24,9 @@ Refactored machine manager resulted in less manager classes. Changing settings, *Multiply models faster Significant speed increase when multiplying models. +*Auto slicing disabled by default +The auto slice tool is now disabled by default. Users can still enable the feature in the user preferences dialog. + *Updated fonts Default font changed to NotoSans to increase readability and consistency with Cura Connect. diff --git a/plugins/ModelChecker/ModelChecker.py b/plugins/ModelChecker/ModelChecker.py index f85a7a249a..297844a0a3 100644 --- a/plugins/ModelChecker/ModelChecker.py +++ b/plugins/ModelChecker/ModelChecker.py @@ -31,9 +31,10 @@ class ModelChecker(QObject, Extension): Application.getInstance().initializationFinished.connect(self._pluginsInitialized) Application.getInstance().getController().getScene().sceneChanged.connect(self._onChanged) + Application.getInstance().globalContainerStackChanged.connect(self._onChanged) ## Pass-through to allow UM.Signal to connect with a pyqtSignal. - def _onChanged(self, _): + def _onChanged(self, *args, **kwargs): self.onChanged.emit() ## Called when plug-ins are initialized. @@ -53,7 +54,6 @@ class ModelChecker(QObject, Extension): # has not done yet. global_container_stack = Application.getInstance().getGlobalContainerStack() if global_container_stack is None: - Application.getInstance().callLater(lambda: self.onChanged.emit()) return False material_shrinkage = self._getMaterialShrinkage() diff --git a/resources/i18n/de_DE/cura.po b/resources/i18n/de_DE/cura.po index b1d7dc6a58..2c44fd7da5 100644 --- a/resources/i18n/de_DE/cura.po +++ b/resources/i18n/de_DE/cura.po @@ -18,6 +18,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.4\n" +#Added after the string freeze. +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "Verwenden Sie eiene Klebefolie oder Klebstoff mit dieser Materialcombination" + #: /home/ruben/Projects/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:22 msgctxt "@action" msgid "Machine Settings" diff --git a/resources/i18n/es_ES/cura.po b/resources/i18n/es_ES/cura.po index dc78e804e4..970b5c51a1 100644 --- a/resources/i18n/es_ES/cura.po +++ b/resources/i18n/es_ES/cura.po @@ -18,6 +18,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.6\n" +#Added after the string freeze. +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "Use láminas de adherencia o pegamento con esta combinación de materiales" + #: /home/ruben/Projects/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:22 msgctxt "@action" msgid "Machine Settings" diff --git a/resources/i18n/fr_FR/cura.po b/resources/i18n/fr_FR/cura.po index 16b77f4bce..60946e7a89 100644 --- a/resources/i18n/fr_FR/cura.po +++ b/resources/i18n/fr_FR/cura.po @@ -18,6 +18,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 2.0.6\n" +#Added after the string freeze. +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "Utilisez feuilles d'adhérence ou de la colle avec cette combinaison des matériaux" + #: /home/ruben/Projects/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:22 msgctxt "@action" msgid "Machine Settings" diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index 9dfc32d754..7af82763e4 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -16,6 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#Added after the string freeze. +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "Utilizzare un foglio di adesione o colla con questa combinazione di materiali" + #: /home/ruben/Projects/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:22 msgctxt "@action" msgid "Machine Settings" diff --git a/resources/i18n/nl_NL/cura.po b/resources/i18n/nl_NL/cura.po index 9c5a30550b..fa9adbe908 100644 --- a/resources/i18n/nl_NL/cura.po +++ b/resources/i18n/nl_NL/cura.po @@ -16,6 +16,12 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#Added after the string freeze. +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "Gebruik een hechtingsvel of lijm met deze materiaalcombinatie" + #: /home/ruben/Projects/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:22 msgctxt "@action" msgid "Machine Settings" diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 5239c65555..9aff359d2e 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -28,6 +28,11 @@ msgctxt "@item:inlistbox" msgid "X-Ray view" msgstr "透视视图" +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "在此材料组合的情况下,请使用附着垫片或者胶水" + #: /home/ruben/Projects/Cura/plugins/X3DReader/__init__.py:13 msgctxt "@item:inlistbox" msgid "X3D File" diff --git a/resources/i18n/zh_TW/cura.po b/resources/i18n/zh_TW/cura.po index d6d7273a47..d90a62ae05 100644 --- a/resources/i18n/zh_TW/cura.po +++ b/resources/i18n/zh_TW/cura.po @@ -18,6 +18,12 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.0.6\n" +#Added after the string freeze. +#: /home/ruben/Projects/Cura/resources/qml/SidebarHeader.qml:528 +msgctxt "@label" +msgid "Use adhesion sheet or glue with this material combination" +msgstr "在此耗材組合下使用膠水或是附著墊片" + #: /home/ruben/Projects/Cura/plugins/MachineSettingsAction/MachineSettingsAction.py:22 msgctxt "@action" msgid "Machine Settings"