From f527da2f3c309d27973ad19e2b513bed5d17e36c Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 13 Sep 2016 11:01:26 +0200 Subject: [PATCH] Add message to layerview about incompatibility with wireprinting The message is not currently shown yet, but added before the string freeze. CURA-2288 --- plugins/LayerView/LayerView.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/LayerView/LayerView.py b/plugins/LayerView/LayerView.py index 801f4797dd..61182c515a 100644 --- a/plugins/LayerView/LayerView.py +++ b/plugins/LayerView/LayerView.py @@ -54,6 +54,8 @@ class LayerView(View): self._only_show_top_layers = bool(Preferences.getInstance().getValue("view/only_show_top_layers")) self._busy = False + self.wireprint_warning_message = Message(i18n_catalog.i18nc("@info:status", "Cura does not accurately display layers when Wire Printing is enabled")) + def getActivity(self): return self._activity