Commit 1931d919 authored by Guillaume Seguin's avatar Guillaume Seguin

Actually use 3D view

parent 4f0cd249
...@@ -206,7 +206,7 @@ class VizPane(wx.BoxSizer): ...@@ -206,7 +206,7 @@ class VizPane(wx.BoxSizer):
extrusion_width = root.settings.preview_extrusion_width) extrusion_width = root.settings.preview_extrusion_width)
root.gviz.SetToolTip(wx.ToolTip("Click to examine / edit\n layers of loaded file")) root.gviz.SetToolTip(wx.ToolTip("Click to examine / edit\n layers of loaded file"))
root.gviz.showall = 1 root.gviz.showall = 1
use3dview = False use3dview = root.settings.viz3d
if use3dview: if use3dview:
try: try:
import printrun.gcview import printrun.gcview
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment