Starting work on part tree view

This commit is contained in:
Lars Brubaker 2018-05-15 17:45:14 -07:00
parent 5a13f6d140
commit 6bccaaa716
4 changed files with 49 additions and 19 deletions

View file

@ -22,6 +22,7 @@ namespace MatterHackers.MatterControl
public const string CredentialsInvalidReason = nameof(CredentialsInvalidReason);
public const string defaultRenderSetting = nameof(defaultRenderSetting);
public const string DisplayedTip_LoadFilament = nameof(DisplayedTip_LoadFilament);
public const string EditorPanelPartTree = nameof(EditorPanelPartTree);
public const string EditorPanelExpanded = nameof(EditorPanelExpanded);
public const string GCodeLineColorStyle = nameof(GCodeLineColorStyle);
public const string GcodeModelView = nameof(GcodeModelView);