Skip to content

Commit f5f3c1c

Browse files
committed
case depth
1 parent fa31484 commit f5f3c1c

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

cases/waveshare.10in3.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include <case1.scad>;
44
/* [View settings] */
55
view_mode="print_vertical"; // [print_vertical, print_horizontal, stacked]
66

7+
/* [Case depth] */
8+
case_depth = 10.0;
9+
710
/* [Panel dimensions] */
811
panel_width = 216.70;
912
panel_height = 174.41;
@@ -30,9 +33,6 @@ case_inner_padding_bottom = 6;
3033
/* [Cable gap] */
3134
panel_cable_gap_bottom = 141;
3235

33-
/* [Case depth] */
34-
case_depth = 10.0;
35-
3636
/* [Screws] */
3737
screw_offset_left = 3.2;
3838
screw_offset_right = 3.2;

cases/waveshare.13in3e.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include <case1.scad>;
44
/* [View settings] */
55
view_mode="print_vertical"; // [print_vertical, print_horizontal, stacked]
66

7+
/* [Case depth] */
8+
case_depth = 6.0;
9+
710
/* [Panel dimensions] */
811
panel_width = 284.49;
912
panel_height = 208.81;
@@ -24,9 +27,6 @@ case_inner_padding_right = 6;
2427
/* [Cable gap] */
2528
panel_cable_gap_right = 142;
2629

27-
/* [Case depth] */
28-
case_depth = 6.0;
29-
3030
/* [Screws] */
3131
screw_offset_left = 3.2;
3232
screw_offset_right = 3.2;

cases/waveshare.4in01f.desk.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include <case1.scad>;
44
/* [View Settings] */
55
view_mode="print_horizontal"; // [print_vertical, print_horizontal, stacked]
66

7+
/* [Case depth] */
8+
case_depth = 6.0;
9+
710
/* [Panel dimensions] */
811
panel_width = 69.7;
912
panel_height = 98.3;
@@ -25,9 +28,6 @@ case_inner_padding_right = 2.0;
2528
case_inner_padding_top = 2.0;
2629
case_inner_padding_bottom = 1.0;
2730

28-
/* [Case depth] */
29-
case_depth = 6.0;
30-
3131
/* [Screws] */
3232
screw_offset_left = 4.0;
3333
screw_offset_right = 4.0;

cases/waveshare.4in0e.desk.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include <case1.scad>;
44
/* [View Settings] */
55
view_mode="print_horizontal"; // [print_vertical, print_horizontal, stacked]
66

7+
/* [Case depth] */
8+
case_depth = 6.0;
9+
710
/* [Panel dimensions] */
811
panel_width = 67.8;
912
panel_height = 101.0;
@@ -25,9 +28,6 @@ case_inner_padding_right = 2.0;
2528
case_inner_padding_top = 2.0;
2629
case_inner_padding_bottom = 2.0;
2730

28-
/* [Case depth] */
29-
case_depth = 6.0;
30-
3131
/* [Screws] */
3232
screw_offset_left = 4.2;
3333
screw_offset_right = 4.2;

cases/waveshare.7in3e.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include <case1.scad>;
44
/* [View Settings] */
55
view_mode="print_vertical"; // [print_vertical, print_horizontal, stacked]
66

7+
/* [Case depth] */
8+
case_depth = 6.0;
9+
710
/* [Panel dimensions] */
811
panel_width = 170.3;
912
panel_height = 111.3;
@@ -33,9 +36,6 @@ case_inner_padding_bottom = 2.0;
3336
/* [Cable gap] */
3437
panel_cable_gap_bottom = 40;
3538

36-
/* [Case depth] */
37-
case_depth = 6.0;
38-
3939
/* [Screws] */
4040
screw_offset_left = 4.2;
4141
screw_offset_right = 4.2;

cases/waveshare.7in5.scad

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include <case1.scad>;
44
/* [View settings] */
55
view_mode="print_vertical"; // [print_vertical, print_horizontal, stacked]
66

7+
/* [Case depth] */
8+
case_depth = 6.0;
9+
710
/* [Panel dimensions] */
811
panel_width = 170.3;
912
panel_height = 111.3;
@@ -33,9 +36,6 @@ case_inner_padding_bottom = 2.0;
3336
/* [Cable gap] */
3437
panel_cable_gap_bottom = 40;
3538

36-
/* [Case depth] */
37-
case_depth = 6.0;
38-
3939
/* [Screws] */
4040
screw_offset_left = 4.2;
4141
screw_offset_right = 4.2;

0 commit comments

Comments
 (0)