Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gerberToPNG() method incorrectly processes gerbers #31

Open
stansanders opened this issue Nov 11, 2019 · 0 comments
Open

gerberToPNG() method incorrectly processes gerbers #31

stansanders opened this issue Nov 11, 2019 · 0 comments

Comments

@stansanders
Copy link

currently gerberToPNG sets the PNG output dimensions to the outermost data in the gerber, however this causes an incorrect output for normal copper layers that don't have a dimension or ground pour. The incorrect output is such that the PNG is the dimensions of the traces rather than the board, and the traces keep their offset from the board edge which causes traces to be cropped off.

If we rework the image_to_laser moves script to accept the profile gerbers in addition to the copper layer, gerberToPNG could use the profile to set the dimensions correctly.

@stansanders stansanders changed the title gerberToPNG incorrectly processes gerbers gerberToPNG() method incorrectly processes gerbers Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant