No valid PCB assembly; cannot create output Step files?

Get this pop up error when I try and export step files:

Loading board
Determining PCB data
Board Thickness from stackup: 1.600 mm
Build STEP data
Add component REF**.
Add component REF**.
Create PCB solid model
Board outline: find 73 initial points
Build board main outline 1 with 73 points.
OCC exception: BRepAdaptor_Curve::No geometry
OCC error adding main outline polygon 1 with 73 points.
Build board cutouts and holes (55 hole(s)).

Generate board full shape.
Writing STEP file
No valid PCB assembly; cannot create output file 'E:\path to my file.step'.

** Error writing STEP file. **

Does it show OK in the 3D viewer ? if not that might give you additional hints to what is the problem . . . but it might be related to these lines . . .

Yes, shows up totally fine in 3D View. it is a bit of a funky shape but 3D viewer has no issue with it.

BUMP (hope that’s not a bannable offence?)

I recommend you report a bug on gitlab with your board attached

Probably you already fixed this, but I had the same problem.
I had a non-contiguous board outline, apparently.
I fixed it by selecting each segment and moving the endpoint
until it snapped to the adjacent one.

2 Likes

You can also run DRC and it will point out exactly where the outline is discontinuous.

This worked:

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.