Hi @maui, great work.
I will try to create this footprint myself again to better understand the possibilities of the KiCadTools.
Thanks Juergen
Hi @maui, great work.
I will try to create this footprint myself again to better understand the possibilities of the KiCadTools.
Thanks Juergen
Is it possible that offset pads are not (yet) supported by StepUp, or should this be considered a bug? Attached picture shows an offset pad/drill in KiCad, which doesnât render properly in FC with the latest StepUp.
StepUp should support correctly offset pads when importing a footprint into FreeCADâŚ
Does it work for you opening your footprint in FreeCAD?
A different case is when you import the tracks inside FreeCAD (still using StepUp)âŚ
This is a completely different parser and it is not fully tested (particularly by me) because it is a much less used tool compared to the one used to align 3D model to its footprint.
Would you mind to upload the footprint here (in zipped format because the forum doesnât support well .kicad_mod files)?
Would you please open an issue at StepUp repo, after having checked which part of StepUp is failing with the fp?
Maurice
Hi,
I tried to create this NPTH for a USB Type C connector but it looks like KiCadStepUp doesnât support it. Can you confirm?
@maui thank you for making the video showing the 7-step process of integrating a manufacturerâs .stp model into Kicad.
Does the manufacturer provide different .zip files of these models for different operating system â one
for MS-Windows, one for linux, one for MAC, etc.-- or are all these different versions included in the .zip file?
Will these work with freecad 0.18 ?
I see your method requires StepUp WB. What is this software and is it available for linux?
KiCAD doesnât support a drill like the one of the pad in your example⌠there are two options:
Both solutions should be doable with StepUp
the STEP format is independent from the OS
yes
StepUp Workbench is a FreeCAD workbench that can be installed through the FreeCAD Addons installer, available for all the platforms
When from freecad 0.18 I clicked ToolsâŚAddon manager, an âAddon managerâ viewport pops up and displays âCfdOFâ. Then the program appears to get stuck in an infinite loop. Is there something else I needed to do first ?
Is FreeCAD Addons installer a separate program ?
It seems the FreeCad folks change enough such that links often get broken between versions. If the Addon Mgr doesnât work for you, the alternate is to put the unzipped folder into the Mod folder (I usually just do it this way).
Before trying it, see if the Addon Mgr will work via these steps:
Turn OFF any internet blocking software
Run the Addon Mgr and WAIT a few minutes while it links up and searches.
(look at the panel/tab as needed)
If it fails, try the Alternate approachâŚ
But, where is the correct Mod folder? Youâll need to find the one that holds currently installed FreeCad plugins. There are a couple of locations, depends on your system and how you install FreeCad. And, they be duplicated but, only one is correctly linked.
Image below shows correct location for my system/setupâŚ
FC0.18 has some issues with driver video ⌠I would suggest to move to FC0.19 wich is near to be the next stable release, already with many issues patched⌠There you shouldnât have any issue with the addons manager
Hello, new to Kicad StepUp, i succeded to make a footprint from scratch (thanks for the tutorial).
Now I want to modify an existing footprint.
So I load the .mod file and then I have â_module_fpâ group in FC and I canât figure how modify it ?
Have you a tutorial for this ?
Thanks !
@edouardreg ATM the tool is aimed only to push the FC sketch model to KC and it cannot reload the fp to change it further⌠the only way is to keep your FC file and make the changes in there; after your changes are made, push the new fp to KC.
Thanks for your answer ! Got it now : I succeeded in modifying FC filesâŚ
Hi,
is there a maximum footprint size?
Trying to create a footprint that is 180mm from a dxf.
Used a simple arc âboxâ and followed the tutorial. Footprint exports but I am not able to import it to either Kicad or Freecad.
Get this message in freecad when importing a .kicad_mod
Blockquote19:48:03 PoM not present
19:48:03 using âPartâ container
19:48:03 FC Version 019-24276
19:48:03 kicad StepUp version 9.7.3.8
19:48:03 tolerance on vertex applied
19:48:03 applying Materials to Shapes
19:48:03 your home path is âŚâŚâŚâŚ
19:48:03 kicadStepUp docked
19:48:03 KISYS3DMOD=/
module_3D_dir=//âŚ/
19:48:10 FC Version 019
19:48:10 VBO status False
19:48:10 FootPrint Loader Cmotor_winding_pcb/fgnnfg.kicad_mod
19:48:10 _module_fp001
19:48:10 ViewProviderExt.cpp(1340): Cannot compute Inventor representation for the shape of motorWindingPcbConnectorTest#Shape012002
19:48:10 ViewProviderExt.cpp(1340): Cannot compute Inventor representation for the shape of motorWindingPcbConnectorTest#Shape012002
19:48:10 Running the Python command âksuToolsLoadFootprintâ failed:
Traceback (most recent call last):
File âFreeCAD\Mod\kicadStepUpMod\kicadStepUpCMD.pyâ, line 757, in Activated
kicadStepUptools.onLoadFootprint()
File âFreeCAD\Mod\kicadStepUpMod\kicadStepUptools.pyâ, line 7156, in onLoadFootprint
routineDrawFootPrint(content,name)
File âFreeCAD\Mod\kicadStepUpMod\kicadStepUptools.pyâ, line 11506, in routineDrawFootPrint
createSolidBBox2(obj)
File âFreeCAD\Mod\kicadStepUpMod\kicadStepUptools.pyâ, line 9265, in createSolidBBox2
obj.Shape=Part.makeBox(boundBoxLX, boundBoxLY, boundBoxLZ, FreeCAD.Vector(oripl_X,oripl_Y,oripl_Z), FreeCAD.Vector(0,0,1))
length of box too small
This is a simpler version of what Iâm trying to make.
This was made with circles in solidworks and imported to kicad footprint and I used âCreate pad from selected shapeâ.
Would like to make outline of pads in solidworks so that I know there would be enough space between traces.
motorWindingPcbConnectorTest.DXF (23.7 KB)
You can refer to the demo menu of the FC wb⌠there are some fp examplesâŚ
motorWinding-fp.FCStd (10.9 KB) motorWinding-fp.kicad_mod (75.8 KB)
Thanks maui for the help and a great plugin.
Got another error when trying to create thermal vias.
Exported 3d model to step from Solidoworks. Did not work with dxf since it segmented the circle into multiple lines.