Skip to content

Commit 3e87ba0

Browse files
committed
buttons back
1 parent 2f749b9 commit 3e87ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cases/pimoroni.13in3.spectra.6mm.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pi_pinholes_x_percentage = 50;
102102
pi_pinholes_y_percentage = 70;
103103

104104
/* [Side buttons] */
105-
side_buttons_left = []; //[0.192, 0.398, 0.602, 0.808];
105+
side_buttons_left = [0.192, 0.398, 0.602, 0.808];
106106
side_buttons_right = [];
107107
side_buttons_top = [];
108108
side_buttons_bottom = [];

cases/pimoroni.7in3.spectra.12mm.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pi_pinholes_x_percentage = 50;
101101
pi_pinholes_y_percentage = 85;
102102

103103
/* [Side buttons] */
104-
side_buttons_left = [];//[0.2023, 0.3855, 0.5740, 0.7550];
104+
side_buttons_left = [0.2023, 0.3855, 0.5740, 0.7550];
105105
side_buttons_right = [];
106106
side_buttons_top = [];
107107
side_buttons_bottom = [];

0 commit comments

Comments
 (0)