Loads better!!!1
This commit is contained in:
parent
6aa3214273
commit
de917273f3
1 changed files with 25 additions and 25 deletions
|
@ -10,7 +10,7 @@ module keyboard_base_plate(pcb_width, pcb_length) {
|
||||||
pcb_screw_hole_diameter = 1.5;
|
pcb_screw_hole_diameter = 1.5;
|
||||||
|
|
||||||
thickness = 1.75;
|
thickness = 1.75;
|
||||||
corner_radius = thickness / 4;
|
corner_radius = 1.25;
|
||||||
|
|
||||||
case_color = [0.5, 0.5, 0.5, 1.0];
|
case_color = [0.5, 0.5, 0.5, 1.0];
|
||||||
|
|
||||||
|
@ -176,28 +176,28 @@ module keyboard_base_plate(pcb_width, pcb_length) {
|
||||||
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
||||||
-thickness + corner_radius],
|
-thickness + corner_radius],
|
||||||
[0, 90, 0],
|
[0, 90, 0],
|
||||||
bottom_width + thickness + 2 * corner_radius);
|
wall_width);
|
||||||
|
|
||||||
/* Right edge */
|
/* Right edge */
|
||||||
round_edge([ pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
round_edge([ pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||||
-pcb_clearance_edge - thickness + corner_radius,
|
-pcb_clearance_edge - thickness + corner_radius,
|
||||||
-thickness + corner_radius],
|
-thickness + corner_radius],
|
||||||
[270, 0, 0],
|
[270, 0, 0],
|
||||||
bottom_length + thickness + 2 * corner_radius);
|
wall_length);
|
||||||
|
|
||||||
/* Lower edge */
|
/* Lower edge */
|
||||||
round_edge([-pcb_clearance_edge - thickness + corner_radius,
|
round_edge([-pcb_clearance_edge - thickness + corner_radius,
|
||||||
-pcb_clearance_edge - thickness + corner_radius,
|
-pcb_clearance_edge - thickness + corner_radius,
|
||||||
-thickness + corner_radius],
|
-thickness + corner_radius],
|
||||||
[90, 180, 90],
|
[90, 180, 90],
|
||||||
bottom_width + thickness + 2 * corner_radius);
|
wall_width);
|
||||||
|
|
||||||
/* Left edge */
|
/* Left edge */
|
||||||
round_edge([-pcb_clearance_edge - thickness + corner_radius,
|
round_edge([-pcb_clearance_edge - thickness + corner_radius,
|
||||||
-pcb_clearance_edge - thickness + corner_radius,
|
-pcb_clearance_edge - thickness + corner_radius,
|
||||||
-thickness + corner_radius],
|
-thickness + corner_radius],
|
||||||
[270, 90, 0],
|
[270, 90, 0],
|
||||||
bottom_length + thickness + 2 * corner_radius);
|
wall_length);
|
||||||
|
|
||||||
/* Upper right corner */
|
/* Upper right corner */
|
||||||
round_corner([pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
round_corner([pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||||
|
|
Loading…
Add table
Reference in a new issue