kicadStepUpMod icon indicating copy to clipboard operation
kicadStepUpMod copied to clipboard

Random weirdness with SolderJumpers

Open cdntinker opened this issue 8 months ago • 6 comments

Something very strange keeps happening with SolderJumpers. They sometimes seem to import as bizarre shapes. This seems to happen randomly. Doesn't seem entirely consistent. Some work, some don't. Hard to describe, so I'll try to attach some images.

Linux (LMDE5) FreeCAD (0.19) kicadStepUp (10.20.7) hub board test board top test board bottom

cdntinker avatar Oct 26 '23 19:10 cdntinker

@cdntinker probably this is related tp the jumper footprint content. Not all the pad shapes are supported ATM. Do you have a sample board to check?

easyw avatar Oct 27 '23 07:10 easyw

Apparently, GitHub doesn't like kicad_pcb files... So I zipped it. This is the board file that created the 2nd & 3rd pics above.

zz.kicad_pcb.zip

cdntinker avatar Oct 27 '23 17:10 cdntinker

@cdntinker you're using an obsolete version of freecad. Current stable is 0.21.1

luzpaz avatar Nov 02 '23 14:11 luzpaz

@luzpaz Yes, I'm running the version that works with the current version of my OS. One day, I'll take the time & find the energy to fully upgrade my dev machine from LMDE 5 to LMDE 6 & find out what versions of things work & break.

cdntinker avatar Nov 02 '23 19:11 cdntinker

@easyw can you reproduce with the attached file ?

luzpaz avatar Nov 03 '23 13:11 luzpaz

It slightly depens on FC version, it depends more on OCC version.

This issue is related to the net tie fp and FreeCAD... this net-tie-footprint geometry goes into coplanar OCC issues: https://discourse.mcneel.com/t/coplanar-surfaces-boolean-vs-planar-for-union-difference-and-intersect/152291

Unfortunately not all the kicad pad type can be fully converted to a clean geometry. The OP may consider to move to a different net tie footprint as suggested here: https://github.com/easyw/kicadStepUpMod/issues/196#issuecomment-1807756868

easyw avatar Nov 13 '23 22:11 easyw