Skip to content

Commit

Permalink
Add work-around for KiCAD bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed May 30, 2023
1 parent 6bf9848 commit 89895e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kikit/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def gerberImpl(boardfile, outputdir, plot_plan=fullGerberPlotPlan, drilling=True
zerosFmt = settings["ZerosFormat"]
drlwriter.SetFormat(metricFmt, zerosFmt)
genDrl = True
genMap = True
genMap = False # There seem to be a bug in KiCAD newer than 7.0.2 that prevents us from building map files. But it seems that nobody is using them, so as a temporary work-around we disable it
drlwriter.CreateDrillandMapFilesSet(pctl.GetPlotDirName(), genDrl, genMap)

# One can create a text file to report drill statistics
Expand Down

0 comments on commit 89895e7

Please sign in to comment.