Hi,
Anyone know a way to keep any graphics imported to a Drawing Sheet during gerber plot? I added a company logo to use on all layouts and schematics to my company sheet template, but it is not plotted with the gerber file. I can understand the complexity surrounding the functionality, but I’m asking if there an established way of achieving it either way.
I can confirm this in v6.0.1, lines draw with the line tool are plotted but bitmaps are not. I am not sure if it has been reported, but it would be nice if you could do it Help->About->Report Bug
Hmm. PCB Editor supports converting SVG graphics, but Drawing Sheet Editor does not support adding them. If Drawing Sheet Editor supported adding SVG graphics, PCB Editor would have to do an automatic conversion of vector graphics in sheet when plotting.
As I see it, there is no way of having sheet graphics follow all the way from Drawing Sheet Editor to Gerber plots?
Should there be a warning when either…
adding bitmap to sheet
or
adding sheet with bitmap to PCB Editor,
…that graphics will not be included in gerber plots?
Open your footprint file in a text editor (notepad++)
Open an empty text file and copy the complete text content
From your footprint file, select just the graphic part and replace all the “F.Silkscreen” for the desired layer (for example “B.Silkscreen”)
Append it to your second file with the footprint content
Repeat for all the desired layers
Save
Use it as you wish.
It took me around 5 min. to duplicate my logo in all the important layer, Notepad++ was great help because it lets you replace on a selection only, copy the selection while keeping it, change to another file (tab) while keeping the selection and all this while keeping the “Replace dialog” open, it really helps to make things faster.
Thanks for the walkthough. I was thinking to make a footprint from bmp using the bitmap to footprint converter, then edit the footprint by just repeating the shapes for all layers. But this would only get me so far; for all new designs, adding the sheet is a “three” step process. First add sheet with logo to schematic, then add sheet without logo to layout and then add footprint.
But I found a good solution, which I find a bit funny:
Go to Image Converter within KiCad
Open your logo and export as Drawing Sheet (.kicad_wks file)
Open your sheet in Drawing Sheet Editor, choose to Place → Append Existing Drawing Sheet, choose the newly converted logo.
Ta-da, the logo is no longer a bitmap and follows your sheet.
Question: Why does not Drawing Sheet Editor give you the option to import bitmaps and convert to “sheet-format”, instead of just embedding the bitmap? I can understand it for schematics, you might want a color logo, which is not possible in layout, but you should probably have the option to choose.