mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47: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
|
||||
{
|
||||
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…
Add table
Add a link
Reference in a new issue