kicad-3d-models-in-freecad
kicad-3d-models-in-freecad copied to clipboard
kicad 3d models in freecad
checkunion in [cq_cad_tools.py#L66](https://github.com/easyw/kicad-3d-models-in-freecad/blob/master/cadquery/FCAD_script_generator/_tools/cq_cad_tools.py#L66) should check if 'Enable STEP Compound merge' is checked on FC preferences. This option checked would void the union checking. The variable is 'ReadShapeCompoundMode': ``` paramGetVS =...
https://pythonclock.org/ Looks like (all of?) this is python2. Can it be migrated to 3?
functionality on AppImage of FreeCAD has been reported to fail... a check is required Fixed for Inductor SMD with this [Commit](https://github.com/easyw/kicad-3d-models-in-freecad/commit/209d66bf379eaf08637a0fa49b06444bfc579211)
I'd like to generate the 3D packages with `main_generator.py` script(s). Later on, I'll generate my newly created parts the same way. Unfortunately, the scripts fail with: ``` C:\Common\FreeCAD-0.17\bin\python.exe main_generator.py FreeCAD...
Hoping I could contribute some additional scripts. Promise to be tidier than the IDC headers this time! Let me know what you need next and I'll have a crack. Otherwise...
Don't ask me why they have this problem. If we encode the dot as %2E it works in catia. (What really makes this strange is that only one dot seems...
https://github.com/pointhi/kicad-footprint-generator/issues/55 Sounded like it could be useful, 3d models were mentioned. Might be worth mcad people following / taking an interest... Anyone think it's a good idea to share the...
Hello contributors. This issue is raised to align the License of the 3D models to the kicad libraries updated License. (the license of the script generators will not change) I'm...
Hi @Shackmeister and all developers, I've just updated the **'cq_cad_tools.py'** adding two new functions: 1) checkUnion(doc) 2) checkBOP(shape) and a source file to run these functions (I included all the...
`./main_generator.py [No module named '_tools']` Is the error I am getting when trying to run this.