mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Verboard can now have components on the underside, same as PCBs.
This commit is contained in:
@@ -132,6 +132,10 @@ module veroboard(type) { //! Draw specified veroboard with missing tracks and tr
|
||||
module vero_components(type, cutouts = false, angle = undef)
|
||||
for(comp = vero_components(type))
|
||||
vero_grid_pos(type, comp.x, comp.y)
|
||||
if(comp[3][0] == "-")
|
||||
vflip()
|
||||
pcb_component(comp, cutouts, angle);
|
||||
else
|
||||
translate_z(vero_thickness(type))
|
||||
pcb_component(comp, cutouts, angle);
|
||||
|
||||
|
Reference in New Issue
Block a user