When toggling auto-slice, force a re-slice

CURA-5997
This commit is contained in:
Jaime van Kessel 2018-12-04 14:54:15 +01:00
parent 0d086008ae
commit 5b4fad3c08

View file

@ -137,6 +137,10 @@ Column
{
var autoSlice = UM.Preferences.getValue("general/auto_slice")
prepareButtons.autoSlice = autoSlice
if(autoSlice)
{
CuraApplication.backend.forceSlice()
}
}
}