mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +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
|
Connections
|
||||||
{
|
{
|
||||||
target: UM.SimulationView
|
target: UM.SimulationView
|
||||||
onMaxLayersChanged:
|
onMaxLayersChanged: layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
||||||
{
|
|
||||||
playButton.pauseSimulation()
|
|
||||||
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
|
||||||
}
|
|
||||||
onMinimumLayerChanged:
|
|
||||||
{
|
|
||||||
playButton.pauseSimulation()
|
|
||||||
layerSlider.setLowerValue(UM.SimulationView.minimumLayer)
|
|
||||||
}
|
|
||||||
onCurrentLayerChanged:
|
onCurrentLayerChanged:
|
||||||
{
|
{
|
||||||
playButton.pauseSimulation()
|
playButton.pauseSimulation()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user