mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Layout Layer View menu, removed item, changed size. CURA-3321
This commit is contained in:
parent
bb1fa3ae04
commit
b1d95f3464
3 changed files with 66 additions and 15 deletions
|
@ -60,7 +60,7 @@ class LayerView(View):
|
|||
self._controller.getScene().getRoot().childrenChanged.connect(self._onSceneChanged)
|
||||
|
||||
self._layer_view_type = 0 # 0 is material color, 1 is color by linetype, 2 is speed
|
||||
self._only_color_active_extruder = True
|
||||
self._only_color_active_extruder = False
|
||||
self._extruder_opacity = [1.0, 1.0, 1.0, 1.0]
|
||||
self._show_travel_moves = 0
|
||||
self._show_support = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue