Formatting
This commit is contained in:
parent
9d734d80d5
commit
20885a3b4a
1 changed files with 6 additions and 6 deletions
|
@ -148,16 +148,16 @@ module keyboard_base_plate(pcb_dimensions, switch_z_range, screw_holes) {
|
|||
[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,
|
||||
wall_corner([pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||
pcb_clearance_edge + thickness + pcb_length - corner_radius,
|
||||
-thickness + corner_radius],
|
||||
[0, 0, 0],
|
||||
corner_radius,
|
||||
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,
|
||||
wall_corner([ pcb_clearance_edge + thickness + pcb_width - corner_radius,
|
||||
-pcb_clearance_edge - thickness + corner_radius,
|
||||
-thickness + corner_radius],
|
||||
[0, 0, 270],
|
||||
corner_radius,
|
||||
|
|
Loading…
Add table
Reference in a new issue