Separate conveniance variable for front and back

This commit is contained in:
Joel Ebel 2018-05-07 22:55:48 -04:00
parent 72910f55ae
commit 748fe0490f

View File

@ -140,7 +140,8 @@ PanelHeight = Height - Thick*2 - m;
// Calculate board-relative positions with respect to the panel, for
// convenience in placing panel elements.
TopOfBoardWRTPanel = FootHeight + PCBThick - (m/2);
LeftEdgeOfBoardWRTPanel = LeftEdgeMargin - (m/2);
LeftEdgeOfBoardWRTFPanel = LeftEdgeMargin - (m/2);
LeftEdgeOfBoardWRTBPanel = RightEdgeMargin - (m/2);
/* Generic rounded box