pcbStands (advanced)
The pcbStands object has a few optional parameters:
p(2) - Height to bottom of PCB
Well, it defines the height of the pcbStand which is useful if a pcbStand needs to be of a different height than the default (f.i. if you have more than one PCB that needs to fit in your projectbox.
p(3) - PCB Gap
This defines the thickness of the (f.i.) second PCB Take this code:
The first entry will create four 'standard' pcbStands based on the size of the PCB. The next four entries will create one pcbStand each for a second PCB that is 5mm thick [p(3)] and that stands 10mm above the base [p(2)]. The fillet radius [p(7)] for each of these stands is set to 1mm.
Last updated