3df loading working mostly
This commit is contained in:
parent
d191517b50
commit
fa28bca56f
10 changed files with 19 additions and 16 deletions
|
|
@ -213,6 +213,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
case ".STL":
|
||||
return StlProcessing.GetEstimatedMemoryUse(fileLocation);
|
||||
|
||||
case ".3MF":
|
||||
case ".AMF":
|
||||
return AmfDocument.GetEstimatedMemoryUse(fileLocation);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue