File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,13 @@ hanging_holes = [
8080 ["left" , 18 ],
8181];
8282
83+ /* [Side buttons] */
84+ // array of values 0.0 to 1.0
85+ side_buttons_left = [];
86+ side_buttons_right = [];
87+ side_buttons_top = [];
88+ side_buttons_bottom = [];
89+
8390/* [Debug] */
8491cross_section_percentage = 0 ; // [0:100]
8592vertical_print_scale = 1.004 ; // 0.4mm shrinkage for every 100mm
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ pi_pinholes_x_percentage = 50;
103103pi_pinholes_y_percentage = 85 ;
104104
105105/* [Side buttons] */
106+ // array of values 0.0 to 1.0
106107side_buttons_left = [];
107108side_buttons_right = [];
108109side_buttons_top = [];
Original file line number Diff line number Diff line change @@ -89,10 +89,11 @@ pi_pinholes_x_percentage = 6.2;
8989pi_pinholes_y_percentage = 29 ;
9090
9191/* [Side buttons] */
92+ // array of values 0.0 to 1.0
9293side_buttons_left = [];
9394side_buttons_right = [];
95+ // side_buttons_top = [0.9];
9496side_buttons_top = [];
95- // side_buttons_top = [90];
9697side_buttons_bottom = [];
9798
9899/* [Debug] */
Original file line number Diff line number Diff line change @@ -81,6 +81,14 @@ hanging_holes = [
8181 ["top" , 9 ],
8282];
8383
84+ /* [Side buttons] */
85+ // array of values 0.0 to 1.0
86+ side_buttons_left = [];
87+ side_buttons_right = [];
88+ // side_buttons_top = [0.9];
89+ side_buttons_top = [];
90+ side_buttons_bottom = [];
91+
8492/* [Debug] */
8593cross_section_percentage = 0 ; // [0:100]
8694vertical_print_scale = 1.004 ; // 0.4mm shrinkage for every 100mm
You can’t perform that action at this time.
0 commit comments