Added 3MF writer as required plugin

This commit is contained in:
Jaime van Kessel 2018-09-10 09:40:53 +02:00
parent 2bc1e4b397
commit 67bc45e37d

View file

@ -429,6 +429,7 @@ class CuraApplication(QtApplication):
# Readers & Writers:
"GCodeWriter",
"STLReader",
"3MFWriter",
# Tools:
"CameraTool",