1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-02 03:42:42 +02:00

Added printed pcb_mount to hold PCBs without mounting holes.

This commit is contained in:
Chris Palmer
2019-10-22 17:47:46 +01:00
parent 18294b4b81
commit a85fdaf176
6 changed files with 218 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ use <tests/strap_handle.scad>
use <tests/ssr_shroud.scad>
use <tests/psu_shroud.scad>
use <tests/flat_hinge.scad>
use <tests/pcb_mount.scad>
x5 = 800;
@@ -304,6 +305,9 @@ translate([x3, veroboard_y])
translate([x3 + 70, veroboard_y + 30])
geared_steppers();
translate([x3 + 140, veroboard_y + 20])
pcb_mounts();
translate([x3, d_connectors_y])
d_connectors();