Skip to content

Commit

Permalink
Generate metric drill files instead of imperial
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Oct 26, 2023
1 parent eca019d commit bef738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabrication.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def generate_excellon(self):
offset = self.board.GetDesignSettings().GetAuxOrigin()
mergeNPTH = False
drlwriter.SetOptions(mirror, minimalHeader, offset, mergeNPTH)
drlwriter.SetFormat(False)
drlwriter.SetFormat(True) # True = metric drill files
genDrl = True
genMap = True
drlwriter.CreateDrillandMapFilesSet(self.gerberdir, genDrl, genMap)
Expand Down

0 comments on commit bef738a

Please sign in to comment.