pcb

Comment 33 for bug 1744832

Revision history for this message
Dr M (drmcn) wrote : Re: [Bug 1744832] Re: Vias tented

i see the reason for the discussion on nomenclature

clearance seems like its a quantity that is dded to some diameter like
the other clearance.  but on the other hand, you want to be able to have
a tented via, and zero seems like the right way to represent that,    i
don't see a better solution except perhaps to call it something else,
like "solder mask opening"

i apologize for not getting to it sooner, it really is quite nice.  I
like it.

On 06/10/2018 02:27 PM, Chad Parker wrote:
> when you switch branches, it's often a good idea to
>
> make clean
> configure
> make
>
> the first gets rid of all of the previously compiled objects. This
> ensures that there will be no hold-over from the last branch. The second
> and third I assume you're familiar with.
>
> You don't actually have to do the "make install", of course, you can if
> you want to. You can run pcb directly from the source tree by executing
> the script
>
> src/pcbtest.sh
>
> When your testing a branch, this is the approach I recommend. Branches
> by their nature are not always production ready and can be unstable.
> Here's how I would describe things:
>
> branches: used to fix bugs and develop new features. Could be unstable, not recommended for actual work
> "master": stable, but not guaranteed to be bug free (we try, but it's hard to test all possible use cases). May be used for work if you need a new feature, or particular bug fix.
> releases: stable, recommended for work.
>