mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
[CURA-5677] Removed some superfluous and/or dead lines.
This commit is contained in:
parent
c8eeb737bb
commit
109b3fc1d2
@ -666,16 +666,7 @@ Item
|
||||
Connections
|
||||
{
|
||||
target: UM.SimulationView
|
||||
onMaxLayersChanged:
|
||||
{
|
||||
playButton.pauseSimulation()
|
||||
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
||||
}
|
||||
onMinimumLayerChanged:
|
||||
{
|
||||
playButton.pauseSimulation()
|
||||
layerSlider.setLowerValue(UM.SimulationView.minimumLayer)
|
||||
}
|
||||
onMaxLayersChanged: layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
||||
onCurrentLayerChanged:
|
||||
{
|
||||
playButton.pauseSimulation()
|
||||
|
Loading…
x
Reference in New Issue
Block a user