Added printed pulleys to the big picture.
This commit is contained in:
parent
6bd4638e7d
commit
accf4f7bc1
BIN
libtest.png
BIN
libtest.png
Binary file not shown.
Before Width: | Height: | Size: 862 KiB After Width: | Height: | Size: 868 KiB |
|
@ -118,6 +118,7 @@ use <tests/foot.scad>
|
||||||
use <tests/handle.scad>
|
use <tests/handle.scad>
|
||||||
use <tests/PCB_mount.scad>
|
use <tests/PCB_mount.scad>
|
||||||
use <tests/printed_box.scad>
|
use <tests/printed_box.scad>
|
||||||
|
use <tests/printed_pulleys.scad>
|
||||||
use <tests/ribbon_clamp.scad>
|
use <tests/ribbon_clamp.scad>
|
||||||
use <tests/screw_knob.scad>
|
use <tests/screw_knob.scad>
|
||||||
use <tests/socket_box.scad>
|
use <tests/socket_box.scad>
|
||||||
|
@ -170,6 +171,9 @@ translate([x5, cable_grommets_y + 370])
|
||||||
translate([x5 + 60, cable_grommets_y + 200])
|
translate([x5 + 60, cable_grommets_y + 200])
|
||||||
strap_handles();
|
strap_handles();
|
||||||
|
|
||||||
|
translate([640, cable_grommets_y + 200])
|
||||||
|
printed_pulley_test();
|
||||||
|
|
||||||
translate([x5, cable_grommets_y + 250])
|
translate([x5, cable_grommets_y + 250])
|
||||||
handle();
|
handle();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue