moved goemetry3sharp
This commit is contained in:
parent
db6bd71262
commit
884c2f88d2
3 changed files with 3 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
|||
<ProjectReference Include="..\Submodules\agg-sharp\agg\Agg.csproj">
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" />
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\geometry3Sharp\geometry3Sharp.csproj" />
|
||||
<ProjectReference Include="..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Submodules\geometry3Sharp\geometry3Sharp.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -322,6 +322,7 @@ namespace MatterControl.Printing
|
|||
{
|
||||
layerIndex--;
|
||||
while (layerIndex >= 0
|
||||
&& layerIndex < layerHeights.Count
|
||||
&& layerHeight < .01)
|
||||
{
|
||||
// walk back to find a layer height that seems like it might be right
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue