mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
[CURA-5677] Removed some superfluous and/or dead lines.
This commit is contained in:
parent
c8eeb737bb
commit
109b3fc1d2
1 changed files with 1 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue