mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix loading opacities from preferences
This commit is contained in:
parent
26fe46ce1f
commit
73253d3807
2 changed files with 2 additions and 1 deletions
|
@ -396,6 +396,7 @@ class LayerView(View):
|
|||
except ValueError:
|
||||
opacity = 1.0
|
||||
self.setExtruderOpacity(extruder_nr, opacity)
|
||||
extruder_nr += 1
|
||||
|
||||
self.setShowTravelMoves(bool(Preferences.getInstance().getValue("layerview/show_travel_moves")))
|
||||
self.setShowSupport(bool(Preferences.getInstance().getValue("layerview/show_support")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue