Put in regex read write translation code

This commit is contained in:
Lars Brubaker 2017-06-29 09:47:34 -07:00
parent 10223878f5
commit 9635b3308b
17 changed files with 173 additions and 34 deletions

View file

@ -104,8 +104,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new InfillTranslator("fill_density", "sparseInfillLineDistance"),
new MapStartGCode("start_gcode", "startCode", false),
new MapEndGCode("end_gcode", "endCode"),
new MapStartGCode(SettingsKey.start_gcode, "startCode", false),
new MapEndGCode(SettingsKey.end_gcode, "endCode"),
};
curaSettingNames = new HashSet<string>(curaSettings.Select(m => m.CanonicalSettingsName));