ok, sorry im new, this is a question about 3d modeling of parts, and I wasn’t sure where to ask.
I have a part in use that I can not find a model for. The part:
BH04B-XASK (LF)(SN) a high rise jst connector.
but i still need the part, so I drafted one in openscad, and the did a conversion in freeCAD to a step file.
well I must have done it wrong or something, because when I load the step file, it just doesn’t render an object.
oof cant upload the scad. well, there is a crude picture of the part, and here is a link to the scad to generate it. jst BH04B-XASK (LF)(SN) - Pastebin.com
What I want to know: How do i go from this scad file, to a model format kicad 9.0.2 will accept.
Openscad can output a variety of formats, including stl, 3mf, dxf… but not step files.
is there an online converter?
can I get a list of formats that kicad will accept for 3D part models?
KiCad does not do any conversion of 3D file formats, and this is quite off topic. I guess it can be done with FreeCAD (it has on OpenSCAD workbench and also cooperates with KiCad quite nicely). For further questions, asking on the FreeCAD forum is probably a better place.
It would be worth learning to use FreeCAD for making models.
That said, here’s how to convert an STL to a STEP using FreeCAD…
Clarification: step#11: only need to select a Face and Click Sketch if wanting to add a feature (Extrude or Cut…etc). Otherwise, simply select the part/Body/BaseFeature and Export as STEP…