Put in regex read write translation code
This commit is contained in:
parent
10223878f5
commit
9635b3308b
17 changed files with 173 additions and 34 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue