@@ -33,8 +33,8 @@ screw_offset_right = 4.6;
33
33
screw_offset_top = 4.6 ;
34
34
screw_offset_bottom = 4.6 ;
35
35
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 ];
38
38
extra_screws_left = [0.333 , 0.667 , 0 , 0 , 0 ];
39
39
extra_screws_right = [0.17 , 0.83 , 0 , 0 , 0 ];
40
40
@@ -46,7 +46,7 @@ case_center_support_horizontal = false;
46
46
kickstand = true ;
47
47
kickstand_width = 115 ;
48
48
kickstand_height_percentage = 74 ;
49
- kickstand_leg_bridge_offset_percentage = 13.5 ;
49
+ kickstand_leg_bridge_offset_percentage = 14 ;
50
50
kickstand_hinge_top_extra_leverage = 5 ;
51
51
kickstand_leg_bridge_height = 6.5 ;
52
52
kickstand_depth = 6.7 ;
@@ -61,11 +61,11 @@ usb_cutout_box_depth = 6.5;
61
61
// usb_cutout_box_height = 55;
62
62
63
63
// 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]
69
69
70
70
/* [Hanging hole] */
71
71
hanging_hole = true ;
@@ -78,23 +78,22 @@ sd_card_in_leg_side_side = "left"; // [left, right]
78
78
sd_card_in_leg_y_percentage = 82.0 ;
79
79
80
80
/* [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 ;
86
86
87
87
/* [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 ;
92
92
93
93
/* [Side buttons] */
94
94
side_buttons_left = [];
95
- side_buttons_right = [];
95
+ side_buttons_left = [];
96
96
side_buttons_top = [];
97
- // side_buttons_top = [90];
98
97
side_buttons_bottom = [];
99
98
100
99
/* [Debug] */
0 commit comments