Remove DragDropData.Printer

This commit is contained in:
John Lewin 2018-11-12 07:43:28 -08:00
parent ab79d84a04
commit 731a4e2506
2 changed files with 3 additions and 4 deletions

View file

@ -2549,7 +2549,6 @@ If you experience adhesion problems, please re-run leveling."
public class DragDropData
{
public View3DWidget View3DWidget { get; set; }
public PrinterConfig Printer { get; internal set; }
public BedConfig SceneContext { get; set; }
}