mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
When toggling auto-slice, force a re-slice
CURA-5997
This commit is contained in:
parent
0d086008ae
commit
5b4fad3c08
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@ Column
|
|||
{
|
||||
var autoSlice = UM.Preferences.getValue("general/auto_slice")
|
||||
prepareButtons.autoSlice = autoSlice
|
||||
if(autoSlice)
|
||||
{
|
||||
CuraApplication.backend.forceSlice()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue