mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge branch '4.1' of github.com:Ultimaker/Cura
This commit is contained in:
commit
b1375a9927
2 changed files with 5 additions and 3 deletions
|
@ -121,8 +121,7 @@ class SettingOverrideDecorator(SceneNodeDecorator):
|
|||
|
||||
if self._is_non_printing_mesh != new_is_non_printing_mesh:
|
||||
self._is_non_printing_mesh = new_is_non_printing_mesh
|
||||
self._node.setCalculateBoundingBox(not self._is_non_printing_mesh)
|
||||
|
||||
|
||||
Application.getInstance().getBackend().needsSlicing()
|
||||
Application.getInstance().getBackend().tickle()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue