put in the ability to specify "; NO_PROCESSING" on a gcode line

issue: MatterHackers/MCCentral#4663
set position Z Tower and no Level
This commit is contained in:
Lars Brubaker 2018-12-03 16:33:25 -08:00
parent b318c6f018
commit 5fbf6281d7
13 changed files with 83 additions and 27 deletions

View file

@ -51,8 +51,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
this.settingsContext = settingsContext;
this.textColor = textColor;
this.theme = theme;
//SaveCommaSeparatedIndexSetting(extruderOffset.ExtruderIndex, settingsContext, slicerConfigName, extruderOffset.Value.Replace(",", "x"));
}
public override void Initialize(int tabIndex)