mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Add message to layerview about incompatibility with wireprinting
The message is not currently shown yet, but added before the string freeze. CURA-2288
This commit is contained in:
parent
224e6d37a8
commit
f527da2f3c
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ class LayerView(View):
|
||||||
self._only_show_top_layers = bool(Preferences.getInstance().getValue("view/only_show_top_layers"))
|
self._only_show_top_layers = bool(Preferences.getInstance().getValue("view/only_show_top_layers"))
|
||||||
self._busy = False
|
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):
|
def getActivity(self):
|
||||||
return self._activity
|
return self._activity
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue