mkeeter / kokopelli

Script-based CAD/CAM in Python (deprecated)
https://mattkeeter.com/projects/kokopelli
Other
298 stars 49 forks source link

PCB Size and border #7

Closed TheBeachLab closed 10 years ago

TheBeachLab commented 10 years ago

Hi Matt, in the FabISP example, if you try to change the width of the board say from 0.805 to 1.805 it exports the same png image, does not change the size of the exported image. And also I have a question about the borders. The Layout and Traces export image used to have a white border around it. I haven't milled any board with the new kokopelli so far but there is no white border in the traces now. The cutout export has the black border around it but not the same size in top/bottom than in the left/right side (which is narrower). Is it OK like this? Thank you

Francisco

mkeeter commented 10 years ago

Okay, commit 16443e4 should fix the image size issue by always using the bounds from the cutout region.

The white border around the entire image shouldn't be an issue: it won't cut that outline, but that shouldn't be critical to your design.