Skip to content

Commit 5047091

Browse files
committed
small update for 13
1 parent 646a896 commit 5047091

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

cases/waveshare.13in3e.scad

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ screw_offset_right = 4.6;
3333
screw_offset_top = 4.6;
3434
screw_offset_bottom = 4.6;
3535

36-
extra_screws_top = [0.48, 0.52, 0, 0, 0];
37-
extra_screws_bottom = [0.48, 0.52, 0, 0, 0];
36+
extra_screws_top = [0.333, 0.667, 0, 0];
37+
extra_screws_bottom = [0.36, 0.64, 0, 0];
3838
extra_screws_left = [0.333, 0.667, 0, 0, 0];
3939
extra_screws_right = [0.17, 0.83, 0, 0, 0];
4040

@@ -46,7 +46,7 @@ case_center_support_horizontal = false;
4646
kickstand = true;
4747
kickstand_width = 115;
4848
kickstand_height_percentage = 74;
49-
kickstand_leg_bridge_offset_percentage = 13.5;
49+
kickstand_leg_bridge_offset_percentage = 14;
5050
kickstand_hinge_top_extra_leverage = 5;
5151
kickstand_leg_bridge_height = 6.5;
5252
kickstand_depth = 6.7;
@@ -61,11 +61,11 @@ usb_cutout_box_depth = 6.5;
6161
// usb_cutout_box_height = 55;
6262

6363
// Horizontal hole
64-
usb_cutout_offset_x_percentage = 10;
65-
usb_cutout_offset_y_percentage = 11;
66-
usb_cutout_box_width = 55;
67-
usb_cutout_box_height = 20;
68-
usb_cutout_hole_position = "right"; // [top, bottom, left, right, back]
64+
usb_cutout_offset_x_percentage = 50;
65+
usb_cutout_offset_y_percentage = 60;
66+
usb_cutout_box_width = 20;
67+
usb_cutout_box_height = 55;
68+
usb_cutout_hole_position = "top"; // [top, bottom, left, right, back]
6969

7070
/* [Hanging hole] */
7171
hanging_hole = true;
@@ -78,23 +78,22 @@ sd_card_in_leg_side_side = "left"; // [left, right]
7878
sd_card_in_leg_y_percentage = 82.0;
7979

8080
/* [Rear cooling] */
81-
rear_cooling = false;
82-
rear_cooling_x_start_percentage = 6.3;
83-
rear_cooling_x_end_percentage = 20;
84-
rear_cooling_y_start_percentage = 18;
85-
rear_cooling_y_end_percentage = 60;
81+
rear_cooling = true;
82+
rear_cooling_x_start_percentage = 41.2;
83+
rear_cooling_x_end_percentage = 58;
84+
rear_cooling_y_start_percentage = 13.6;
85+
rear_cooling_y_end_percentage = 21;
8686

8787
/* [Raspberry Pi Zero Pinholes] */
88-
pi_pinholes = false;
89-
pi_pinholes_ordientation = "vertical"; // [horizontal, vertical]
90-
pi_pinholes_x_percentage = 5.5;
91-
pi_pinholes_y_percentage = 15;
88+
pi_pinholes = true;
89+
pi_pinholes_ordientation = "horizontal"; // [horizontal, vertical]
90+
pi_pinholes_x_percentage = 40;
91+
pi_pinholes_y_percentage = 12;
9292

9393
/* [Side buttons] */
9494
side_buttons_left = [];
95-
side_buttons_right = [];
95+
side_buttons_left = [];
9696
side_buttons_top = [];
97-
// side_buttons_top = [90];
9897
side_buttons_bottom = [];
9998

10099
/* [Debug] */

0 commit comments

Comments
 (0)