Reduce corner radius to 0.2mm

This commit is contained in:
XANTRONIX 2023-11-13 12:54:41 -05:00
parent 78310e2009
commit d2f0beb6a2

View file

@ -10,7 +10,7 @@ module keyboard_base_plate(pcb_width, pcb_length) {
pcb_screw_hole_diameter = 1.5;
thickness = 1.75;
corner_radius = thickness / 4;
corner_radius = 0.2;
case_color = [0.5, 0.5, 0.5, 1.0];