new support setting passing as first parameter to slicer

This commit is contained in:
Lars Brubaker 2019-01-30 16:04:12 -08:00
parent 4abf7c98df
commit d4cc43462e
2 changed files with 2 additions and 2 deletions

View file

@ -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 += " ";