1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-31 19:13:33 +02:00

Added parametric printed hinges.

This commit is contained in:
Chris Palmer
2019-07-19 10:30:02 +01:00
parent d068b972ff
commit 3a5e027bbb
5 changed files with 311 additions and 9 deletions

View File

@@ -88,6 +88,7 @@ use <tests/socket_box.scad>
use <tests/strap_handle.scad>
use <tests/ssr_shroud.scad>
use <tests/psu_shroud.scad>
use <tests/flat_hinge.scad>
x5 = 800;
@@ -114,6 +115,9 @@ translate([x5 + 70, cable_grommets_y + 150])
translate([x5, cable_grommets_y + 470]) {
door_hinges()
door_latches();
translate([120, 0])
flat_hinges();
}
translate([x5, cable_grommets_y + 370])