fixing warnings
This commit is contained in:
parent
706dab58b0
commit
d62f796b52
2 changed files with 20 additions and 16 deletions
|
|
@ -49,14 +49,14 @@ namespace MatterHackers.MatterControl.SlicerConfiguration.MappingClasses
|
|||
get
|
||||
{
|
||||
StringBuilder newStartGCode = new StringBuilder();
|
||||
foreach (string line in PreStartGCode(Slicer.extrudersUsed))
|
||||
foreach (string line in PreStartGCode(Slicer.ExtrudersUsed))
|
||||
{
|
||||
newStartGCode.Append(line + "\n");
|
||||
}
|
||||
|
||||
newStartGCode.Append(printer.ReplaceMacroValues(base.Value));
|
||||
|
||||
foreach (string line in PostStartGCode(Slicer.extrudersUsed))
|
||||
foreach (string line in PostStartGCode(Slicer.ExtrudersUsed))
|
||||
{
|
||||
newStartGCode.Append("\n");
|
||||
newStartGCode.Append(line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue