Plate at bed center, use InsertionGroup for load handling

This commit is contained in:
John Lewin 2017-09-29 13:49:14 -07:00
parent f5301220ea
commit 9eda55bdae
3 changed files with 43 additions and 5 deletions

View file

@ -55,7 +55,7 @@ namespace MatterHackers.MatterControl
private static readonly int MaxFileSize = (AggContext.OperatingSystem == OSType.Android) ? tooBigAndroid : tooBigDesktop;
private static readonly Point2D BigRenderSize = new Point2D(460, 460);
private static Mesh placeHolderMesh;
internal static Mesh placeHolderMesh;
static MeshContentProvider()
{