parameterize a measurement I may use in a new part

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-09 15:36:14 -05:00
parent 3c1dadc917
commit 4405c299b0
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -100,8 +100,9 @@ panel_overhang_amount = 8.5;
overhang_panel_x = panel_x + (frame_wall * 2) + (panel_overhang_amount * 2);
overhang_panel_y = panel_y + (frame_wall * 2) + (panel_overhang_amount * 2);
panel_to_frame_point_x = (panel_x/2)-10;
panel_to_frame_point_y = (panel_y/2)-10;
panel_to_frame_point_offset = 10;
panel_to_frame_point_x = (panel_x/2) - panel_to_frame_point_offset;
panel_to_frame_point_y = (panel_y/2) - panel_to_frame_point_offset;
// frame interior that supports the top plates
panel_support_width = 5;