How to change silkscreen features to same size?

Asked by Kalle Hyvönen

I'm designing a PCB to manufactured and the PCB is almost finished except for the silkscreen. Is there any simple way to convert all the silkscreen features to the same thickness (almost all silkscreen features are too thin)? Changing them all by hand would be quite laborous.

If there is no such feature it might be a good idea to add this to Design Rules and make the silkscreen features to change size according to the Design Rules...?

Using KiCAD 2012-07-14 BZR 3647

Question information

Language:
English Edit question
Status:
Answered
For:
KiCad Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dick Hollenbeck (dickelbeck) said :
#1

On 07/15/2012 07:26 AM, Kalle Hyvönen wrote:
> New question #203231 on KiCad:
> https://answers.launchpad.net/kicad/+question/203231
>
> I'm designing a PCB to manufactured and the PCB is almost finished except for the silkscreen. Is there any simple way to convert all the silkscreen features to the same thickness (almost all silkscreen features are too thin)? Changing them all by hand would be quite laborous.
>
> If there is no such feature it might be a good idea to add this to Design Rules and make the silkscreen features to change size according to the Design Rules...?
>

I use

   scripts/setfont.sh

which is written to run on Linux, but could be modified to run on Windows if sed was
installed.

There may also now be a menu option that came into existence since this script was written.

Revision history for this message
Lorenzo Marcantonio (l-marcantonio) said :
#2

On Sun, Jul 15, 2012 at 04:41:12PM -0000, Dick Hollenbeck wrote:
> scripts/setfont.sh
>
> which is written to run on Linux, but could be modified to run on Windows if sed was
> installed.
>
> There may also now be a menu option that came into existence since this
> script was written.

The 'right' thing is of course to have a consistent library to begin
with! The script and menu options only set font size (IIRC only the
reference and value fields). There is no massive property set for lines
or other entities.

--
Lorenzo Marcantonio
Logos Srl

Revision history for this message
Kalle Hyvönen (scorper) said :
#3

The script is almost what I'm looking for except that it just affects the fonts, not graphic lines (package outlines etc.)..?

Lorenzo: The width of the silkscreen features depends on the capabilities of the PCB manufacturer so I think you should be able to affect the size globally in pcbnew. When I'm creating a module I might not know what the capabilities of the PCB manufacturer is so creating the library consistently shouldn't be the only option.

Maybe in future versions this could be possible?

Thanks for the answers!

Can you help with this problem?

Provide an answer of your own, or ask Kalle Hyvönen for more information if necessary.

To post a message you must log in.