1
0
mirror of https://github.com/whowechina/iidx_pico.git synced 2024-09-23 18:58:22 +02:00
iidx_pico/cad/kb_assemble.scad
2023-04-01 23:06:51 +08:00

4 lines
196 B
OpenSCAD

translate([0, 0, 0]) color("gray") import("PCB_bottom.stl");
translate([-138,144,25]) color("green") import("iidx_pico_to_stl v1.stl");
translate([0, 0,50]) color("silver") import("PCB_top.stl");