INTI-CMNB / kicad-ci-test-spora

This is a CI/CD test for KiCad using KiBot and other tools. As example we took the Spora project and applied the concepts.
Other
24 stars 12 forks source link

issue with PCBWay_drill #1

Closed geoffreymbrown closed 3 years ago

geoffreymbrown commented 3 years ago

I had an issue with the PCBWay config file -- specifically the drill configuration

 left_digits: 3
 right_digits: 3

This seems to lead to strange scaling issues. I think it should be

 left_digits: 2
 right_digits: 4

I finally found the issue by looking at this https://docs.oshpark.com/design-tools/gerbv/fix-drill-format/ which discusses the problems with imperial unit drill files.

set-soft commented 3 years ago

Hi @geoffreymbrown ! Thanks for reporting. I adjusted it.