hzeller / ldgraphy

Simple Laser Direct Lithography / Laser Direct Imaging for PCB manufacturing
http://ldgraphy.org/
GNU General Public License v3.0
278 stars 43 forks source link

Improvements to kicad-fab.py #2

Closed thatch closed 7 years ago

thatch commented 7 years ago

In the makefile, you can also replace ../kicad-scripts/ with $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST)))) if you're okay with GNU make (thus becoming directory depth agnostic)

thatch commented 7 years ago

The bug is trivial to repro:

  1. Set an aux origin (the 2nd from the bottom button on right side toolbar) anywhere but 0,0
  2. Export gerbers and view. The drills will be misaligned.
hzeller commented 7 years ago

I always wondered when I set the aux origin. When is this useful ?

hzeller commented 7 years ago

Thanks, merged.