Add GCode content provider for custom icon, future custom drag behavior

This commit is contained in:
John Lewin 2017-06-21 07:41:12 -07:00
parent 4fd6879c3b
commit aba13453a7
3 changed files with 82 additions and 0 deletions

View file

@ -302,6 +302,8 @@ namespace MatterHackers.MatterControl
this.Library = new LibraryConfig();
this.Library.ContentProviders.Add(new[] { "stl", "amf", "mcx" }, new MeshContentProvider());
this.Library.ContentProviders.Add("gcode", new GCodeContentProvider());
// Name = "MainSlidePanel";
ActiveTheme.ThemeChanged.RegisterEvent((s, e) =>
{