mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:45:55 +08:00
When toggling auto-slice, force a re-slice
CURA-5997
This commit is contained in:
parent
0d086008ae
commit
5b4fad3c08
@ -137,6 +137,10 @@ Column
|
|||||||
{
|
{
|
||||||
var autoSlice = UM.Preferences.getValue("general/auto_slice")
|
var autoSlice = UM.Preferences.getValue("general/auto_slice")
|
||||||
prepareButtons.autoSlice = autoSlice
|
prepareButtons.autoSlice = autoSlice
|
||||||
|
if(autoSlice)
|
||||||
|
{
|
||||||
|
CuraApplication.backend.forceSlice()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user