Skip to content

Commit 4c5e722

Browse files
committed
a bit more space for the panel
1 parent 370e244 commit 4c5e722

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

cases/waveshare.13in3e.scad

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,33 @@
22
include <case1.scad>;
33

44
/* [View settings] */
5-
view_mode="print_horizontal"; // [print_vertical, print_horizontal, stacked]
5+
view_mode="print_horizontal"; // [print_vertical, print_horizontal, stacked, stacked_case, exploded, only_case, only_thick_border, only_panel_cover]
66

77
/* [Case depth] */
8-
case_depth = 6.0;
8+
case_depth = 9.0;
99

1010
/* [Panel dimensions] */
11-
panel_width = 284.49;
12-
panel_height = 208.81;
11+
panel_width = 285.09;
12+
panel_height = 209.01;
1313

14-
panel_bezel_left = 3.3;
15-
panel_bezel_right = 11.7;
16-
panel_bezel_top = 3.1;
17-
panel_bezel_bottom = 3.1;
14+
panel_bezel_left = 3.8;
15+
panel_bezel_right = 11.8;
16+
panel_bezel_top = 3.2;
17+
panel_bezel_bottom = 3.2;
1818

1919
/* [Border and inner padding] */
20-
panel_border_left = 16.0;
21-
panel_border_right = 7.6;
22-
panel_border_top = 16.2;
23-
panel_border_bottom = 16.2;
20+
panel_border_left = 15.5;
21+
panel_border_right = 7.5;
22+
panel_border_top = 16.1;
23+
panel_border_bottom = 16.1;
2424

2525
case_inner_padding_right = 6;
2626

27+
/* [Thick border] */
28+
thick_border = false; // Thick border, does not support side buttons
29+
thick_border_width = 12.0;
30+
thick_border_extra_depth = 15.0;
31+
2732
/* [Cable gap] */
2833
panel_cable_gap_right = 142;
2934

0 commit comments

Comments
 (0)