mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-04 20:43:58 -06:00
Add a LayerView plugin that can render sliced meshes
This commit is contained in:
commit
177962f67a
2 changed files with 38 additions and 0 deletions
7
__init__.py
Normal file
7
__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from . import LayerView
|
||||
|
||||
def getMetaData():
|
||||
return { "name": "LayerView", "type": "View" }
|
||||
|
||||
def register(app):
|
||||
app.getController().addView("LayerView", LayerView.LayerView())
|
Loading…
Add table
Add a link
Reference in a new issue