Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: imp board: exclude packages from STEP export #722

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 13, 2023

  1. imp board: minimum diameter for holes in STEP export

    Loading STEP files into some other CAD software can take quite some time
    depending on the complexity of the STEP file.  A board with a lot of
    vias takes several minutes to load into FreeCAD.  While 3D component
    models can be excluded (worst case even by deleting individual ones
    after export, like all bypass caps), editing the board itself is not
    that easy since it is one single 3D object.
    
    This adds a STEP export setting to exclude all holes/vias below a given
    diameter.  (Generally speaking, while larger holes can be important to
    have in the STEP export, there's generally some cut off below which you
    don't care, like 1mm.)
    eqvinox committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8633529 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    fa24a37 View commit details
    Browse the repository at this point in the history