mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Don't show 'no layer data' msg when Slice Automatically is enabled
CURA-7231
This commit is contained in:
parent
ed17cfafb7
commit
0a10a1220f
@ -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…
x
Reference in New Issue
Block a user