mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Remove stray print statement
CURA-6853
This commit is contained in:
parent
664ed4a6a6
commit
9d931d8d2b
@ -224,7 +224,6 @@ Item
|
|||||||
// Make sure the slider handlers show the correct value after switching views
|
// Make sure the slider handlers show the correct value after switching views
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
print("safeArea: " + safeArea, "layerSliderSafeYMax", layerSliderSafeYMax)
|
|
||||||
layerSlider.setLowerValue(UM.SimulationView.minimumLayer)
|
layerSlider.setLowerValue(UM.SimulationView.minimumLayer)
|
||||||
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
layerSlider.setUpperValue(UM.SimulationView.currentLayer)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user