Bugs item #3197816, was opened at 2011-03-02 22:22 Message generated for change (Tracker Item Submitted) made by bartmonster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=409538&aid=3197816&group_id=33921
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Simon Bichler (bartmonster) Assigned to: Nobody/Anonymous (nobody) Summary: Mismatch of resolution between original and exported gerber Initial Comment: When exporting a gerber layer there is a fixed accuracy of 2.3 decimal places, which is potentially lower than the accuracy of the original gerber file. To reproduce this: 1. Open layer from examples/orcad/rs232_cm.asb 2. Export this layer to a new gerber file 3. Add the exported layer. 4. Zoom in on the "D1" label. You can easily spot a mismatch between the original file and the file exported by gerbv. The issue stems from using a fixed 1mil resolution in export-rs274x.c, without regard for the resolution of the original gerber file. gerbv should either use the same resolution as the original gerber file at export. Alternatively it should use a fixed, but higher resolution, than 1 mil. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=409538&aid=3197816&group_id=33921 ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Gerbv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gerbv-devel
