[CURA-5725] Revert "Set simulation path to 0 after updating layer"

This reverts commit 3da6e3c453.
This commit is contained in:
Remco Burema 2018-09-14 14:35:10 +02:00
parent fb9c21e914
commit 5c73921943

View file

@ -670,7 +670,6 @@ Item
onCurrentLayerChanged:
{
playButton.pauseSimulation()
pathSlider.setHandleValue(0) // After updating the layer set Path slider to 0
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
}
}