logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

turbocase - generate openSCAD case files from KiCad project files

Author

       Matthias Geiger <werdahias@riseup.net>

Description

       usage: turbocase [-h] [--layer LAYER] [--lid-layer LID_LAYER] [--bottom BOTTOM] [--wall WALL] [--standoff
       STANDOFF] [--show-pcb] [--lid {cap,inner-fit}] [--verbose] [--debug] pcb output

   positionalarguments:
       pcb    Input kicad PCB file

       output Generated openSCAD case template

   options:-h, --help
              show this help message and exit

       --layer LAYER
              Layer with the case inner-outline [defaults to User.6]

       --lid-layer LID_LAYER
              Layer with lid-specific holes [defaults to User.7]

       --bottom BOTTOM
              Bottom thickness in mm [default 1.2]

       --wall WALL
              Wall thickness in mm [default 1.2]

       --standoff STANDOFF
              Height generated for the PCB mounts in mm[default 5]

       --show-pcb
              Show the PCB placeholder by default [default false]

       --lid {cap,inner-fit}
              Lid construction model

       --verbose, -v
              Show log messages

       --debug
              Display a lot of debugging info

Name

       turbocase - generate openSCAD case files from KiCad project files

See Also