Put in gcode as valid file

This commit is contained in:
larsbrubaker 2014-10-14 17:59:46 -07:00
parent 526873ac5f
commit 7266220b35

View file

@ -162,6 +162,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
switch (Path.GetExtension(fileToSlice).ToUpper())
{
case ".STL":
case ".GCODE":
return new string[] { fileToSlice };
case ".AMF":