kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #15522
Re: PATCH: Underlays
Sorry for the late response Cirilo, but I just tried to patch this
against latest 5241 and get errors, here is a snippet from it.
/home/nickoe/PKGBUILDs/kicad-bzr/src/kicad/bitmap2component/bitmap2cmp_gui.cpp:
In constructor 'BM2CMP_FRAME::BM2CMP_FRAME(KIWAY*, wxWindow*)':
/home/nickoe/PKGBUILDs/kicad-bzr/src/kicad/bitmap2component/bitmap2cmp_gui.cpp:176:9:
error: 'm_radio_PCBLayer' was not declared in this scope
m_radio_PCBLayer->Enable( true );
2014-09-29 23:48 GMT+02:00 Cirilo Bernardo <cirilo.bernardo@xxxxxxxxx>:
> I have put a patch on github to introduce 2 Underlay layers to help with
> reconstructing
> PCB artwork from images of existing PCBs. This can be useful for people
> involved in legacy product support or for people who want to create Gerber
> files from published artwork in magazines.
>
> The patch modifies the bitmap2component tool to allow an image to be
> placed on the Underlay1 or Underlay2 layer in addition to the past behavior
> of placing images on the Front.SilkS layer. Generic instructions for
> applying
> the patch are in the README.md file from my patch project on github.
>
> The patch is available at:
>
> https://github.com/cbernardo/kicad-patches
>
> I have tested the patch with pcbnew and checked that there are no
> unintended effects in the print, plot, and export functions of pcbnew.
> The patch is against rev. 5151
>
> - Cirilo
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References