Added top infill speed.
Hid solid_shell on slic3r Put in more comments
This commit is contained in:
parent
c236c300d5
commit
544ee2fa9a
6 changed files with 17 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue