This question is mainly targetted towards @maui, but I’m sure others have their own take so please also answer.
Setting up FreeCAD for the novice is quite daunting. There are so many workbenches and macros (hereafter collectively referred to as plugins) available it is difficult to know which ones fit the task of using StepUP best (and also which ones are legacy that have been replaced with more modern plugins). So, if you would, please let us all know which plugins do you use in your typical workflow with StepUP, and what you use those plugins for in your workflow.
Thanx. Also, please mention which version of FreeCAD you currently use; stable 0.17 or development 0.18.
If you want to align step models you get from some external provider to a footprint then you only need stepup.
If you want to design your own 3d models then i would guess you will need the part design and part workbench. (maybe also the drafting workbench as it comes with an array feature)
For checking footprints against the datasheet i use the drawing dimensions workbench but you could also use the techdraw or manipulation workbench for the same task.
For creating footprints using stepup you will need the part design workbench (or more precisely you need the sketcher workbench which is kind of part of the part design workbench.)
If you want to use our scripts you also need the cadquery workbench.
Most of these are already part of a standard installation.
I’ll take a crack at this. I’m going to assume two things:
You are creating the Footprints in Kicad
You are not creating part CAD models from scratch, but rather finding them online somewhere
99% of the parts I make using StepUP are covered by this. In fact, it has been a long time since I have had to create a 3D part model for a footprint. Generally, there is a model out there for the part.
With this in mind, here are my steps:
Open Kicad and create (or copy and tweak from another Lib) the footprint for the new part. You should now have a .kicad_mod file somewhere
Open Freecad (0.17 or 0.18)
EDIT:-----------------
3) In Freecad, File->Open and select kicad-StepUp-tools.FCMacro in @maui’s StepUP package
4) Hit the green ‘Play’ Button in the Menu Bar to execute the Macro. The StepUP tool panel should open
EDIT:------------------> Install the workbench as @Rene_Poschl suggests!
Hit the white IC button labeled “import kicad footprint”
Hit the Yellow Cylinder “import Step Model” button and select your 3D CAD model
Use the StepUP Tool Bar to move, rotate and align the model to the footprint (make sure you have the model highlighted in green in the Freecad Combo View under Models)
Hit the gray IC button “export to Kicad” to export the aligned STEP and WRL to the model directory
That sounds like a lot of steps to be verbose, it’s not really that bad. Condensed flow looks like:
This is the old way of doing things. If you install the kicad stepup workbench (using the addon manager found under tools) you should see stepup in the drop down menu in the middle (and under view->workbench)
As long as you are in the workbench you will have a toolbar with all the tools. (After starting one of the tools you will get your familiar sidebar again.)
Hi @SembazuruCDE
here some tips I collected during my FreeCAD approach:
stay on FreeCAD stable release (FC-0.17-13528 as now)
install StepUp through the Menu-Tools-Addons option (‘kicadStepUpMod’ in the list); spend some time reading the kicadStepUp-cheat-sheet and some doc
configure the ‘ksu-config.ini’ file to point to your 3D models folder (I would suggest to configure 3D folder in a different folder from the kicad default)
install Manipulator workbench through FC Addons (‘Manipulator’ in the list); this is useful to align and move assemblies and STEP models; some tips here
install Defeaturing workbench (‘Defeaturing’ in the list); this is useful to repair or simplify some vendor STEP models; some tips here
Ok, now we get to the crux of why I started this thread… (Evil chuckle)
Do you think you could include something like the numbered list between 4 and 5 of the kicadStepUp-cheat-sheet near the instructions for installing FreeCAD? Or, maybe just incorporated into the Tips (#5) section. I know the first page is really crowded, but maybe the first page should be extended to two pages. As it is, the typography on the first page is very crowded making it easier to skim over it rather than actually reading it.