mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-12 10:23:58 +02:00
Updated libtest image with new D-connector.
This commit is contained in:
BIN
libtest.png
BIN
libtest.png
Binary file not shown.
Before Width: | Height: | Size: 1007 KiB After Width: | Height: | Size: 1010 KiB |
@@ -406,8 +406,8 @@ translate([x2, components_y])
|
|||||||
components();
|
components();
|
||||||
|
|
||||||
veroboard_y = 0;
|
veroboard_y = 0;
|
||||||
d_connectors_y = veroboard_y + 110;
|
d_connectors_y = veroboard_y + 120;
|
||||||
iecs_y = d_connectors_y + 80;
|
iecs_y = d_connectors_y + 70;
|
||||||
modules_y = iecs_y + 60;
|
modules_y = iecs_y + 60;
|
||||||
ssrs_y = modules_y + 80;
|
ssrs_y = modules_y + 80;
|
||||||
blowers_y = ssrs_y + 60;
|
blowers_y = ssrs_y + 60;
|
||||||
@@ -425,10 +425,10 @@ translate([x3 + 50, veroboard_y + 20])
|
|||||||
translate([x3 + 160, ssrs_y])
|
translate([x3 + 160, ssrs_y])
|
||||||
pcb_mounts();
|
pcb_mounts();
|
||||||
|
|
||||||
translate([x3 + 145, veroboard_y + 16])
|
translate([x3 + 145, veroboard_y])
|
||||||
cameras();
|
cameras();
|
||||||
|
|
||||||
translate([x3 + 145, d_connectors_y - 10])
|
translate([x3 + 145, veroboard_y + 45])
|
||||||
camera_housings();
|
camera_housings();
|
||||||
|
|
||||||
translate([x3, d_connectors_y])
|
translate([x3, d_connectors_y])
|
||||||
|
@@ -26,7 +26,7 @@ include <../vitamins/cameras.scad>
|
|||||||
use <../vitamins/pcb.scad>
|
use <../vitamins/pcb.scad>
|
||||||
|
|
||||||
module camera_housings()
|
module camera_housings()
|
||||||
layout([for(c = cameras) pcb_length(camera_pcb(c))], 10, false) let(c = cameras[$i])
|
layout([for(c = cameras) pcb_length(camera_pcb(c))], 15, false) let(c = cameras[$i])
|
||||||
if(pcb_screw(camera_pcb(c)))
|
if(pcb_screw(camera_pcb(c)))
|
||||||
camera_fastened_assembly(c, 3);
|
camera_fastened_assembly(c, 3);
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 116 KiB |
Reference in New Issue
Block a user