Getting there with smaller corner radius
This commit is contained in:
parent
36df84272f
commit
cc5f2520d1
1 changed files with 48 additions and 47 deletions
|
@ -110,82 +110,66 @@ module keyboard_base_plate(pcb_width, pcb_length) {
|
|||
/* Upper wall */
|
||||
side([-pcb_clearance_edge - thickness + corner_radius,
|
||||
pcb_clearance_edge + pcb_length,
|
||||
0],
|
||||
[wall_width, thickness, wall_height]);
|
||||
-thickness + corner_radius],
|
||||
[wall_width, thickness, wall_height + thickness - corner_radius]);
|
||||
|
||||
/* Right wall */
|
||||
side([ pcb_clearance_edge + pcb_width,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
0],
|
||||
[thickness, wall_length, wall_height]);
|
||||
-thickness + corner_radius],
|
||||
[thickness, wall_length, wall_height + thickness - corner_radius]);
|
||||
|
||||
/* Lower wall */
|
||||
side([-pcb_clearance_edge - thickness + corner_radius,
|
||||
-pcb_clearance_edge - thickness,
|
||||
0],
|
||||
[wall_width, thickness, wall_height]);
|
||||
-thickness + corner_radius],
|
||||
[wall_width, thickness, wall_height + thickness - corner_radius]);
|
||||
|
||||
/* Left wall */
|
||||
side([-pcb_clearance_edge - thickness,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
0],
|
||||
[thickness, wall_length, wall_height]);
|
||||
-thickness + corner_radius],
|
||||
[thickness, wall_length, wall_height + thickness - corner_radius]);
|
||||
|
||||
/* Upper right wall corner */
|
||||
wall_corner([thickness + pcb_clearance_edge + pcb_width - corner_radius,
|
||||
thickness + pcb_clearance_edge + pcb_length - corner_radius,
|
||||
0],
|
||||
-thickness + corner_radius],
|
||||
[0, 0, 0],
|
||||
corner_radius,
|
||||
wall_height);
|
||||
wall_height + thickness - corner_radius);
|
||||
|
||||
/* Lower right wall corner */
|
||||
wall_corner([ thickness + pcb_clearance_edge + pcb_width - corner_radius,
|
||||
0 - thickness - pcb_clearance_edge + corner_radius,
|
||||
0],
|
||||
-thickness + corner_radius],
|
||||
[0, 0, 270],
|
||||
corner_radius,
|
||||
wall_height);
|
||||
wall_height + thickness - corner_radius);
|
||||
|
||||
/* Lower left wall corner */
|
||||
wall_corner([-pcb_clearance_edge - thickness + corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
0],
|
||||
-thickness + corner_radius],
|
||||
[0, 0, 180],
|
||||
corner_radius,
|
||||
wall_height);
|
||||
wall_height + thickness - corner_radius);
|
||||
|
||||
/* Upper left wall corner */
|
||||
wall_corner([-pcb_clearance_edge - thickness + corner_radius,
|
||||
pcb_clearance_edge + pcb_length + thickness - corner_radius,
|
||||
0],
|
||||
-thickness + corner_radius],
|
||||
[0, 0, 90],
|
||||
corner_radius,
|
||||
wall_height);
|
||||
wall_height + thickness - corner_radius);
|
||||
|
||||
/* Upper right corner */
|
||||
/*round_corner([pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
||||
-thickness/2],
|
||||
[90, 90, 90]);*/
|
||||
|
||||
/* Lower right corner */
|
||||
/*round_corner([ pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
-thickness/2],
|
||||
[180, 90, 90]);*/
|
||||
|
||||
/* Lower left corner */
|
||||
/*round_corner([-pcb_clearance_edge - thickness + corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
-thickness/2],
|
||||
[-90, 90, 90]);*/
|
||||
|
||||
/* Upper left corner */
|
||||
/*round_corner([-pcb_clearance_edge - thickness + corner_radius,
|
||||
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
||||
-thickness/2],
|
||||
[0, 90, 90]);*/
|
||||
/* Bottom plate */
|
||||
side([-pcb_clearance_edge - thickness + corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
-thickness],
|
||||
[bottom_width + 2 * thickness - 2 * corner_radius,
|
||||
bottom_length + 2 * thickness - 2 * corner_radius,
|
||||
thickness]);
|
||||
|
||||
/* Upper edge */
|
||||
/*round_edge([0 - thickness - pcb_clearance_edge + corner_radius,
|
||||
|
@ -215,12 +199,29 @@ module keyboard_base_plate(pcb_width, pcb_length) {
|
|||
[270, 90, 0],
|
||||
bottom_length + 2 * corner_radius);*/
|
||||
|
||||
/* Bottom plate */
|
||||
/*side([-pcb_clearance_edge - corner_radius,
|
||||
-pcb_clearance_edge - corner_radius,
|
||||
-thickness],
|
||||
[bottom_width + 2 * corner_radius,
|
||||
bottom_length + 2 * corner_radius, thickness]);*/
|
||||
/* Upper right corner */
|
||||
/*round_corner([pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
||||
-thickness/2],
|
||||
[90, 90, 90]);*/
|
||||
|
||||
/* Lower right corner */
|
||||
/*round_corner([ pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
-thickness/2],
|
||||
[180, 90, 90]);*/
|
||||
|
||||
/* Lower left corner */
|
||||
/*round_corner([-pcb_clearance_edge - thickness + corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
-thickness/2],
|
||||
[-90, 90, 90]);*/
|
||||
|
||||
/* Upper left corner */
|
||||
/*round_corner([-pcb_clearance_edge - thickness + corner_radius,
|
||||
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
||||
-thickness/2],
|
||||
[0, 90, 90]);*/
|
||||
|
||||
/* Screw holes */
|
||||
/*for (screw_hole = screw_holes) {
|
||||
|
|
Loading…
Add table
Reference in a new issue