kicad-3d-models-in-freecad icon indicating copy to clipboard operation
kicad-3d-models-in-freecad copied to clipboard

kicad 3d models in freecad

Results 20 kicad-3d-models-in-freecad issues
Sort by recently updated
recently updated
newest added

Just like the existing through hole Pin Sockets, only with 10.5mm leads so that they will plug into the board below, and bring those sockets to the top of this...

I am trying to model a Vishay/Dale CP0003 resistor (https://www.vishay.com/docs/30213/cp.pdf) using the following cq_parameters.py entry: ``` 'CP0003': Params( body_color_key = 'white body', pin_color_key = 'metal grey pins', l = 22.22,...

Hi Maurice, I'm having troubles getting the script to work in this new computer. I think I was using freecad 17 last time but I couldnt find that version so...

@easyw from time to time we get people that seem to reinvent the wheel. I fear this is because they do not realize that your cadquerry/freecad scripting tools exist. (Similar...

It looks like `multiFuseObjs_wColors` is duplicated at https://github.com/easyw/kicad-3d-models-in-freecad/blob/f2fe1731ecc88cb44da38f14bf6a1172e1a3d959/cadquery/FCAD_script_generator/_tools/cq_cad_tools.py#L260

Some packages have their pickup point for pick and place machines not in the center of the footprint but shifted by an offset. I think at the moment it is...

Fixes issue running the DIP Parts scripts with FreeCAD 0.18 and Python 3. Mostly float division and import issues.

One question, is there already a script for generating the 3D model of SM series resistors, see here: https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1773242&DocType=DS&DocLang=English Or is one easily adaptable for this purpose? Thanks in advance.

JST connector series is widely used and lack support in these scripts. My main use cases are : - SH Series connectors which are SMD only - SMD vertical and...

I noticed that some scripts for updating footprints have hard-coded paths: @Misca1234, was this because only you were using them? ## Hard-coded paths: ``` FPDir = '../../../../kicad-footprints/Package_DFN_QFN.pretty' KISYS3DMOD = '../../../../kicad-packages3D'...