Moved some code around

new matter slice
This commit is contained in:
Lars Brubaker 2015-06-01 15:06:05 -07:00
parent de86f1f0dd
commit b60919edce
2 changed files with 6 additions and 6 deletions

View file

@ -349,6 +349,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public class ExtruderOffsets : MapItem
{
public ExtruderOffsets(string mappedKey, string originalKey)
: base(mappedKey, originalKey)
{
}
public override string MappedValue
{
get
@ -380,11 +385,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
return final.ToString();
}
}
public ExtruderOffsets(string mappedKey, string originalKey)
: base(mappedKey, originalKey)
{
}
}
//repairOutlines=NONE # Available Values: NONE, EXTENSIVE_STITCHING, KEEP_OPEN # You can or them together using '|'.

@ -1 +1 @@
Subproject commit c9cace5d19b5fa4ce266a599e11080661795b8f8
Subproject commit 58e2e9afe1ac12bf41b56069a24af29d0f4c77b5