g200kg / kicad-gerberzipper

KiCad Plot&Zip script plugin
MIT License
57 stars 20 forks source link

AuxOrigin error when attempting to "Make Gerber and ZIP", KiCad release 6.0.2 #16

Open NewPerfection opened 2 years ago

NewPerfection commented 2 years ago

image I was able to fix this by changing line 560 in gerber_zipper_action.py from offset = bds.m_AuxOrigin to offset = bds.GetAuxOrigin()