Hi, Sergey! On 12/21/2013 10:39 AM, Sergey Alyoshin wrote: > On Tue, Dec 17, 2013 at 4:05 AM, Clemens Koller <clemens...@gmx.net> wrote: >> However, with so much data, to optimize the workflow became >> quite a challenge and in the end I lost lots of time because >> of a simple bug or missing feature: >> >> The translation data of a layer simply doesn't get saved to >> the project file. Whenever I would reload the project I would >> have to rearrange the offset of about 80..100 layers in my case. > > Should be fixed now in git repository.
I've just checked out and compiled the latest git version. It works like a charm! [...] (define-layer! 31 (cons 'filename "/home/uname/share/project/gerber/2mfg_pm_bot.pho") (cons 'visible #t) (cons 'color #(61937 65535 47031)) (cons 'translate #(8.858268 0.000000)) ) (define-layer! 30 (cons 'filename "/home/uname/share/project/gerber/2mfg_ncdrill_5-6.drl") (cons 'visible #t) (cons 'color #(47031 65535 65535)) (cons 'translate #(8.858268 0.000000)) (cons 'attribs (list (list 'autodetect 'Boolean 0) (list 'zero_supression 'Enum 0) (list 'units 'Enum 1) (list 'digits 'Integer 2) )) ) [...] With the separate lines in the config file, it's easy to copy&paste the (cons 'translate #(8.858268 0.000000)) to all the layers I need to panelize as a (temporary) workaround when 15..20 layers per board need to be panelized. Thank you very much! Clemens -- Fa. Dipl.-Ing. Clemens Koller Embeon Systemdesign und Elektronik Daiserstr. 16 81371 Muenchen Telefon: 089-41613678 Mobil: 0175-8268312 --- > > >> Well, and here is a wish-list for gerbv from my point of view: >> >> It would be great to permanently store a default configuration >> of gerbv in i.e. ~/.config/gerbv/gerbv.conf or in an otherwise >> empty project file. This should include the Units (i.e. all in mm), >> the Excellon import Data (when automatic Mode fails). >> Maybe a page frame (some template gerber data loaded from file) >> (The configure time ---enable-unit-mm would then be redundant.) >> >> Excellon export (merge export) should be also able to write the data in >> metric units (could avoid accumulating rounding errors in some cases). >> >> A group selection of layers before Modify Orientation (set Rotation/Offset) >> could save lots of clicks any kbhits when multiple layers need to get >> moved for the panel. > > Please, add this as feature request at > http://sourceforge.net/p/gerbv/feature-requests/ > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Gerbv-devel mailing list > Gerbv-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gerbv-devel > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Gerbv-devel mailing list Gerbv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gerbv-devel