|
From: Dan M. <da...@us...> - 2003-10-16 00:13:30
|
Module Name: pcb Committed By: danmc Date: Wed Oct 15 23:54:17 UTC 2003 Modified Files: pcb/src: dev_rs274x.c Log Message: fix two bugs related to gerber file generation. The first bug is triggered when the first aperture used in a file is the same as the last aperture used in the previous file. In this case the aperture selection code is missing from the output file. The second bug is when the first point drawn has its Y coordinate (in PCB coordinates) equal to zero. The output will be at gerber Y coordinate zero which is on the opposite side of the board. Thanks to Gabriel Paubert (paubert at iram dot es) for noting these bugs and supplying a patch. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/dev_rs274x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |