feat: add bend line rendering and grain warning in PlateView

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 20:39:29 -04:00
parent 6d1a3f5e2c
commit a7f8972722
2 changed files with 79 additions and 0 deletions

View File

@@ -479,6 +479,12 @@ namespace OpenNest.Forms
PlateView.Invalidate();
}
public void ToggleBendLines()
{
PlateView.ShowBendLines = !PlateView.ShowBendLines;
PlateView.Invalidate();
}
public void ToggleDrawOffset()
{
PlateView.DrawOffset = !PlateView.DrawOffset;