You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(again delete the trailing .zip to keep gitub happy to get the .fzz file.)
On load you get this error
clicking OK loads the sketch but without the motor driver
The lack of the layerId in pcb causes the part to not be exported to the .fzz file when the sketch is is saved causing a "Unable to find part.prefix0000_911c140c21fa07989d9ddccd6943645a_1.fzp" type error message when the sketch is loaded (and the part is missing from the sketch, breaking the sketch). The fzp file is in the fz file but the actual .fzp file is not present in the .fzz file which means the sketch won't work (it will load but the motor driver part is missing!) I think this will likely only happen with the pcb layer. For some reason we seem to need a renderable (even if invalid and thus not displayed as in this case, used to suppress the part in pcb as opposed to adding inhibit to the .fzp file) layer in pcb. I think we can successfully omit either breadboard or schematic views.
In fritzing/fritzing-app#3904 we suspected that a broken part might leave orphaned connections in the project.
This issue is about detecting such broken parts, possibly adding a check to the CI pipeline for Fritzing parts.
@vanepp If you still have that part or can create a similar one, it would be great to post it here.
The text was updated successfully, but these errors were encountered: