VeeCad showing off board components

Thread Starter

Homebrew1964

Joined Nov 22, 2024
211
ok once i have my components plotted on the veroboard, how do i show off board components like switches, potentiometers etc and their wired connection?
 
VeeCad is not offering 3D view, all you can get is arrangement of components, connections and cuts like here.
using PCB design software has a bit steeper learning curve but the results are so much better too.

the proper workflow (KiCad example though should apply to any other EDA) is:
use schematics editor to draw schematics
assign footprints (if not already assigned)
generate designators
create netlist
import netlist into PCB designer
setup board (shape, size, stackup, net classes)
arrange parts
route connections

some of those may be automated or transparent.

the alternate workflow (more similar to VeeCad workflow when not using netlist):
setup board
drop parts onto board
arrange parts
route connections.

this will allow you to see 3D view and you can generate production files to order boards from any PCB fabricator.
but you will be missing out. the proper workflow is so much better....

1781281302321.png
 

Attachments

Last edited:
Top