-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppression of views in New Parts Editor #4214
Comments
What do you mean by "suppress view" ? |
So taking a breadboard for example, the part will not appear in schematic and pcb views Linking back to the “suppress view” checkbox function, the part will not appear in that specific view (e.g. pcb view) when checked |
Breadboards have a specific implementation in Fritzing. For regular parts, this is not intended. |
Yes but there are some parts that need pcb view to be suppressed (as they cannot be mounted on a pcb board…) |
What do you mean by "Breadboard Image" part. |
There is a core part called breadboard image. |
OK! Also sorry for unclear info earlier. So like for this part here After much difficulty, I gave up in suppressing the pcb view. With the help of @vanepp I suppressed PCB view (as you can't possibly mount it on a pcb board). So it may be easier to just have a checkbox to suppress a view |
He is basically asking for a parts editor option to reuse breadboard view as the pcb view renderer like this
because you need a renderer in pcb (Fritzing will error if you just delete the pcbView field in the .fzp file.) This creates a part with a blank pcb view (as the breadboard view won't render in pcb) which creates the desired effect. Basically he is asking for this to be a select box in parts editor (editing the fzp file is the only current way I know to do this.) |
Problem
To me it is a bit troublesome to edit the .fzp file to suppress a view and zip the .fzp file and .svg files back into the .fzpz file
Proposed Solution
Can put checkboxes in individual views that says “suppress view”
The text was updated successfully, but these errors were encountered: