Skip to content

Commit 766c664

Browse files
committed
xl notes
1 parent d63b6ef commit 766c664

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cases/waveshare.13in3e.scad

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ panel_bezel_top = 3.2;
2121
panel_bezel_bottom = 3.2;
2222

2323
/* [Border and inner padding] */
24-
panel_border_left = 15.5;
25-
panel_border_right = 7.5;
26-
panel_border_top = 16.1;
27-
panel_border_bottom = 16.1;
24+
// Add +12 to get thte largest size you can print on a Prusa XL
25+
panel_border_left = 15.5 + 0;
26+
panel_border_right = 7.5 + 0;
27+
panel_border_top = 16.1 + 0;
28+
panel_border_bottom = 16.1 + 0;
2829

2930
case_inner_padding_left = 4;
3031
case_inner_padding_right = 6;

0 commit comments

Comments
 (0)