mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Set simulation path to 0 after updating layer
CURA-5677
This commit is contained in:
parent
ecc66fe05b
commit
3da6e3c453
1 changed files with 1 additions and 0 deletions
|
@ -670,6 +670,7 @@ Item
|
||||||
onCurrentLayerChanged:
|
onCurrentLayerChanged:
|
||||||
{
|
{
|
||||||
playButton.pauseSimulation()
|
playButton.pauseSimulation()
|
||||||
|
pathSlider.setHandleValue(0) // After updating the layer set Path slider to 0
|
||||||
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue