moved goemetry3sharp

This commit is contained in:
Lars Brubaker 2021-12-02 16:34:47 -08:00
parent db6bd71262
commit 884c2f88d2
3 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,7 @@ namespace MatterHackers.MatterControl
public Task<IObject3D> CreateItem(ILibraryItem item, Action<double, string> reporter)
{
System.Diagnostics.Debugger.Break();
// System.Diagnostics.Debugger.Break();
return null;
}