new support setting passing as first parameter to slicer
This commit is contained in:
parent
4abf7c98df
commit
d4cc43462e
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
if (supportObjects.Any())
|
||||
{
|
||||
// add a flag to the merge rules to let us know there was support
|
||||
mergeRules += "," + AddObjectsForExtruder(supportObjects, outputOptions, ref savedStlCount) + "S";
|
||||
mergeRules += ",S" + AddObjectsForExtruder(supportObjects, outputOptions, ref savedStlCount);
|
||||
}
|
||||
|
||||
mergeRules += " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue