mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Don't show 'no layer data' msg when Slice Automatically is enabled
CURA-7231
This commit is contained in:
parent
ed17cfafb7
commit
0a10a1220f
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ class SimulationView(CuraView):
|
|||
self._updateWithPreferences()
|
||||
|
||||
def _updateSliceWarningVisibility(self):
|
||||
if not self.getActivity():
|
||||
if not self.getActivity() and not CuraApplication.getInstance().getPreferences().getValue("general/auto_slice"):
|
||||
self._slice_first_warning_message.show()
|
||||
else:
|
||||
self._slice_first_warning_message.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue