fritzing / fritzing-parts

Electronic components for use in the Fritzing app (aka the parts library)
http://fritzing.org/parts
Other
513 stars 359 forks source link

Core parts Relay FRS1B-S and D31A connectors wrong size #398

Open denko66 opened 2 months ago

denko66 commented 2 months ago

Current Behaviour

Core parts for Relays FRS1B-S and D31A have a connector defined that covers the entire part, making the actual connectors underneath inaccessible. Screenshot: Screenshot from 2024-09-24 01-59-06

FZZ: bug.zip

Build: Version 1.0.3 (b1.0.2rc2-247-ga7811ba0 2024-05-30) 64 [Qt 6.5.3] AppImage

Operating System: ZorinOS 17.2 (Debian/Ubuntu 2404 based) same error with both Wayland or Xorg graphics engines.

Steps to reproduce:

Expected Behavior

vanepp commented 1 month ago

I expect most of your problem is a bad appimage. The real 1.0.3 appimage (available on Fritzing.org) is fritzing-1.0.3-l1995-a7811ba0-qt6.AppImage your appimage Version 1.0.3 (b1.0.2rc2-247-ga7811ba0 2024-05-30) 64 [Qt 6.5.3] AppImage appears to be a prerelease of 1.0.2 not 1.03 with an old parts library. While this is on Windows10 (on 1.0.3) the same thing happens on Linux (Mint) with the proper 1.0.3 appimage. Here I loaded your .fzz file in to Fritizng

capture

answering yes to the prompt updates the parts

capture1

the dip relay is still broken (as it is in 1.0.3 in fact.)

capture2

capture3

I then grabbed both parts and updated them and reloaded both the old and new versions.

capture4

The corrected versions are on the left and the original version on the right.

capture5

capture6

Here are the two corrected parts. They should load and work correctly for you (although upgrading to a correct version of 1.0.3 would still be a good bet!) Just strip of the trail .zip (for github) to leave the .fzpz file (which is zipped.)

DIP-Relay-D31A-fixed.fzpz.zip

Relay-fixed.fzpz.zip

denko66 commented 1 month ago

Thanks Vanepp! I downloaded my version through the link on the fritzing.org website. I tried this again today, and it serves the fritzing-1.0.3-l1995-a7811ba0-qt6.AppImage file. I removed my previous one and installed this newly downloaded one: Screenshot from 2024-09-26 14-55-08

And in the app it gives version: Version 1.0.3 (b1.0.2rc2-247-ga7811ba0 2024-05-30) 64 [Qt 6.5.3]! Screenshot from 2024-09-26 14-53-42??

The fixed parts you attached work perfectly though. Thank you!