easyw

Results 178 comments of easyw

@VK2BEA thank you for your detailed feedback... it seems that the document 'filename' includes the full path only if it is opened by menu and not using the command line...

@VK2BEA an other option would be to launch the command using the full path for the file i.e.: `$ FreeCAD ~/Documents/Molex-1625.IC260A.FCStd`

@elekgeek thanks for pointing it... I'll update the tools in few days

@mgroz this is the same as https://github.com/easyw/kicad-action-tools/issues/6 I updated the code but forgot to package the plugin

@transistorgrab ATM the layers are only loaded from the board and not from the footprints. For your workflow, a possible solution is to plot the layer as dxf and then...

@onazir ![image](https://github.com/easyw/kicadStepUpMod/assets/3032347/a7121146-1c5b-4af8-a1c0-bcd4bf317f07) Unfortunately I have very little time ATM to fix it and I'm working on a previus relase of KiCAD. Any PR to fix it would be welcomed.

@onazir @0xxon it should be now fixed https://github.com/easyw/kicadStepUpMod/commit/20458d0979ad66735b9674e79933f1f5a0215e81

@EderNavarro for milling the pcb you should have a look at [fcad_pcb](https://github.com/realthunder/fcad_pcb) which is the library I use in my pcb to create the tracks. You may open an issue...

@burnpanck there is an option in StepUp to enable direct exporting after having 'opened' a kicad pcb in FC. If this option is checked, the tool will export the imported...

@juddidier could you please add a failing kicad_pcb file? That would help in testing the issue. > The comment on [Lines #1908-1912](https://github.com/easyw/kicadStepUpMod/blob/01930e6710b19f7a864736f8ea4edd448f48990b/kicad_parser.py#L1908-L1912) this parser is a library I include in...