Put in gcode as valid file
This commit is contained in:
parent
526873ac5f
commit
7266220b35
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
switch (Path.GetExtension(fileToSlice).ToUpper())
|
||||
{
|
||||
case ".STL":
|
||||
case ".GCODE":
|
||||
return new string[] { fileToSlice };
|
||||
|
||||
case ".AMF":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue