jorgechacblogspot / librerias_fritzing

Coleccion personal de librerias que he utilizado y utilizo, en el software libre de diseño pcb y esquematicos Fritzing. Visita https://jorgechac.blogspot.com/2020/07/diseno-y-fabricacion-de-pcb.html
53 stars 20 forks source link

Hard Coded File Paths #1

Open kneave opened 11 months ago

kneave commented 11 months ago

The file paths in the bins you've shared are hard coded to the location on your machine, for example:

<instance moduleIdRef="14812_sfe_redboard_turbo_49026942f9a377310d2261e225cd7442_1" modelIndex="9766" path="C:/Users/JORGE CHACON/Documents/Fritzing/parts/contrib/14812_sfe_redboard_turbo_49026942f9a377310d2261e225cd7442_1.fzp">

I'm not sure if there's a way for you to export them without this or use relative paths instead? Opening the fzb file and using find and replace should work to manually fix the files, just an FYI in case anyone else hits this.

jorgechacblogspot commented 11 months ago

Thank you very much for your comment.

I will try to review and correct the error.