Skip to content

Commit b43e1ad

Browse files
committed
turn the panel around
1 parent 72fe3e8 commit b43e1ad

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

cases/waveshare.13in3e.scad

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ view_mode="print_vertical"; // [print_vertical, print_horizontal, stacked]
88
panel_width = 284.49;
99
panel_height = 208.81;
1010

11-
panel_bezel_left = 11.7;
12-
panel_bezel_right = 3.3;
11+
panel_bezel_left = 3.3;
12+
panel_bezel_right = 11.7;
1313
panel_bezel_top = 3.1;
1414
panel_bezel_bottom = 3.1;
1515

1616
/* [Border and inner padding] */
17-
panel_border_left = 6.2;
18-
panel_border_right = 14.6;
17+
panel_border_left = 14.6;
18+
panel_border_right = 6.2;
1919
panel_border_top = 14.8;
2020
panel_border_bottom = 14.8;
2121

22-
case_inner_padding_left = 6;
22+
case_inner_padding_right = 6;
2323

2424
/* [Cable gap] */
25-
panel_cable_gap_left = 142;
25+
panel_cable_gap_right = 142;
2626

2727
/* [Case depth] */
2828
case_depth = 6.0;
@@ -35,8 +35,8 @@ screw_offset_bottom = 3.2;
3535

3636
extra_screws_top = [0.48, 0.52, 0, 0, 0];
3737
extra_screws_bottom = [0.48, 0.52, 0, 0, 0];
38-
extra_screws_left = [0.17, 0.83, 0, 0, 0];
39-
extra_screws_right = [0.333, 0.667, 0, 0, 0];
38+
extra_screws_left = [0.333, 0.667, 0, 0, 0];
39+
extra_screws_right = [0.17, 0.83, 0, 0, 0];
4040

4141
/* [Center support] */
4242
case_center_support_vertical = true;
@@ -49,7 +49,8 @@ kickstand_hinge_top_extra_leverage = 5;
4949

5050
/* [USB cutout] */
5151
usb_cutout = true;
52-
usb_cutout_offset_x_percentage = 25;
52+
usb_cutout_offset_x_percentage = 10;
53+
usb_cutout_offset_y_percentage = 18;
5354
usb_cutout_box_height = 55;
5455
usb_cutout_box_depth = 6.5;
5556

0 commit comments

Comments
 (0)