Post-V8 New Features and Development News

Front and back designations for user layers. (If marked as front or back, they will be flipped when the board view is flipped.)

16 Likes

Right-mouse-button Copy out of inspectors.

11 Likes

DNP indications when plotting. (Note that “Cross-out” will also strikeout the reference designator.)

20 Likes

There is a new tool for creating “real” outsets from a limited set of shapes: segments, rectangles, circles and pads (except trapezoidal or custom shaped). If you choose rounded corners, these use real arcs rather than interpolated polygons:

2024-09-19_17-42 outset rectangle

When possible (i.e. no arcs), you also get polygons back, which means you can do boolean operations on them. This means quite a few common fiddly operations in footprint drawing become more straightforward:

When possible (mostly for rectangle-based outsets), it can be asked to attempt to round outwards to some grid multiple. This can be used, for example, for rounding courtyards to the IPC-recommended 0.01mm grid rather than manually bumping things around by 0.005mm here and there.

It can also be used (with a little manual trimming of end caps) for, say, snake-shaped slots:

outset arcs chain

The ‘bounding hull’ tool still exists and remains the only way to handle arbitrary polygons (in particular ones with holes or concave corners).

16 Likes