fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.97k stars 826 forks source link

Silkscreen export doesn't include labels #3212

Closed chrisspen closed 1 year ago

chrisspen commented 8 years ago

Using any of the "Export->for Production" options produces a silk screen that includes component and pad outlines, but not labels. Is including lables on the silkscreen unsupported, or have I misconfigured something?

For example, given my circuit:

circuit

Fritzing outputs the silkscreen:

silkscreen

YaseenTwati commented 8 years ago

are you using a single sided pcb ? it doesnt usually work for me when exporting in that case , so i just set it it to double sided before exporting if it is actually double sided are you sure your looking at the right side ?

chrisspen commented 8 years ago

Yeah. It's a single sided SMD only board. On May 31, 2016 6:17 AM, "Yaseen" notifications@github.com wrote:

are you using a single sided pcb ? it doesnt usually work for me when exporting in that case , so i just set it it to double sided before exporting if it is actually double sided are you sure your looking at the right side ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fritzing/fritzing-app/issues/3212#issuecomment-222671310, or mute the thread https://github.com/notifications/unsubscribe/AAHHl85QTglOGgVROn5_1KabWMc23qX1ks5qHCbNgaJpZM4Ifdb3 .

YaseenTwati commented 8 years ago

set the board to double sided and export again that tends to work with me

failiz commented 3 years ago

This is a duplicated of #1942 Yesterday, I could not replicate it because I exported to PDF and then the silkscreen appears. The issue is when you generate for production, then the silkscreen file is blank. Changing the PCB to doubled-side is a workaround (exports well).

KjellMorgenstern commented 2 years ago

No "mask top" is generated for single sided PCBs. The mask top however was used to keep copper areas clear from silkscreen. Since the mask top was not there, this was handled as "keep all areas clear", resulting in an empty silkscreen-top.

Fix: If there is no "mask top", then we treat all areas as free to use for "silkscreen top".

KjellMorgenstern commented 2 years ago

Note: A different issue is that SMD components have their labels on silkscreen top. See #3911.