add OpenSCAD export and rename renderstl → rendermap
This commit is contained in:
parent
f8734da8e5
commit
d2e9d26216
7 changed files with 63 additions and 6 deletions
|
@ -144,6 +144,8 @@ class OpenGLWorker(threading.Thread):
|
|||
|
||||
|
||||
class OpenGLEngine(Base3DEngine):
|
||||
filetype = 'png'
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue