Add GCode content provider for custom icon, future custom drag behavior
This commit is contained in:
parent
4fd6879c3b
commit
aba13453a7
3 changed files with 82 additions and 0 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue