refactor: remove UsableRemnantArea from NestProgress and UI

This commit is contained in:
2026-03-16 12:47:57 -04:00
parent 9b21a0c6d7
commit dd3a2b0e9a
3 changed files with 0 additions and 3 deletions

View File

@@ -229,7 +229,6 @@ namespace OpenNest
NestedWidth = bounds.Width,
NestedLength = bounds.Length,
NestedArea = totalPartArea,
UsableRemnantArea = workArea.Area() - totalPartArea,
BestParts = clonedParts,
Description = description
});