3df loading working mostly

This commit is contained in:
Lars Brubaker 2022-01-04 18:10:08 -08:00
parent d191517b50
commit fa28bca56f
10 changed files with 19 additions and 16 deletions

View file

@ -213,6 +213,7 @@ namespace MatterHackers.MatterControl.PrintQueue
case ".STL":
return StlProcessing.GetEstimatedMemoryUse(fileLocation);
case ".3MF":
case ".AMF":
return AmfDocument.GetEstimatedMemoryUse(fileLocation);