nophead / NopSCADlib

Library of parts modelled in OpenSCAD and a framework for making projects
GNU General Public License v3.0
1.17k stars 155 forks source link

Include terminal.scad in lib.scad to allow use of terminal_block(). #246

Closed majekw closed 1 year ago

majekw commented 1 year ago

Add include of vitamins/termian.scad to lib.scad to allow using terminal_block() with only include of NopSCADlib/lib.scad.

nophead commented 1 year ago

Terminal blocks are normally only used on PCBs or PSUs. Are you using it for something else?

majekw commented 1 year ago

I just draw PCBs 'by hand', not using pcb modules. I use also JST, pin_header, green_terminals, TO247, FPC and all are available also outside of pcb, so I was thinking that for consistency terminal_block should be also available globally.