1
0
mirror of https://github.com/whowechina/popn_pico.git synced 2024-09-23 19:08:26 +02:00

Finetune some case details (USB and Pico)

This commit is contained in:
whowechina 2022-10-15 15:24:02 +08:00
parent c2a1d480cf
commit 26e630ee1d
2 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,8 @@ module gateron(pos) {
module pico(pos) {
translate([0,0,0.6]) translate(pos) color("gold") cube([53,23,5]);
translate([-0.9,7.25,-1]) translate(pos) color("red") cube([6.75,8.5,6]);
translate([10,12.5,-1]) translate(pos) color("blue") cube([6,5,6]);
translate([-1.2,7.5,-1]) translate(pos) color("red") cube([6.75,8.5,6]);
translate([10.1,12.7,-1]) translate(pos) color("blue") cube([6,5,6]);
}
module screws() {
@ -73,7 +73,7 @@ module screws() {
module usbc() {
hull() {
translate([-37.5, 80, 5.6]) rotate([90,0,0]) cylinder(d=3.4,h=20,$fn=32);
translate([-30.75, 80, 5.6]) rotate([90,0,0]) cylinder(d=3.4,h=20,$fn=32);
translate([-37.5, 80, 5.9]) rotate([90,0,0]) cylinder(d=3.4,h=20,$fn=32);
translate([-30.75, 80, 5.9]) rotate([90,0,0]) cylinder(d=3.4,h=20,$fn=32);
}
}

Binary file not shown.