mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Tickle the backend if per object settings are changed. CURA-3273
This commit is contained in:
parent
580010b673
commit
bb955ca5ab
2 changed files with 13 additions and 4 deletions
|
@ -587,3 +587,8 @@ class CuraEngineBackend(QObject, Backend):
|
|||
auto_slice = self.determineAutoSlicing()
|
||||
if auto_slice:
|
||||
self._change_timer.start()
|
||||
|
||||
## Tickle the backend so in case of auto slicing, it starts the timer.
|
||||
def tickle(self):
|
||||
if self._use_timer:
|
||||
self._change_timer.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue