Added top infill speed.

Hid solid_shell on slic3r
Put in more comments
This commit is contained in:
Lars Brubaker 2015-10-13 13:40:35 -07:00
parent c236c300d5
commit 544ee2fa9a
6 changed files with 17 additions and 7 deletions

View file

@ -126,6 +126,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
}
/// <summary>
/// This key will be show in the editor, but it will not be passed to the actual slicing engine.
/// Some of these values are used in other parts of MatterControl, not slicing, but are held in the slicing data.
/// </summary>
/// <param name="originalKey"></param>
public VisibleButNotMappedToEngine(string originalKey)
: base("", originalKey)
{