Posts

Showing posts from August, 2026

Exporting Drill Holes and Vias Together in KiCAD for UV Laser Engraving and Cutting

Image
As promised in the previous post, here's the video on how to export drill holes and vias together with KiCAD. The unfortunately thing that caused us having to do this is, for some unknown reasons, when plotting DXF, KiCAD will NOT plot vias, but only drill holes. So, the workaround I found is to export as Gerber drill files, and then open it with KiCAD's GerberView, then export it as a KiCAD PCB file... Then, open the new temp pcb file with KiCAD, and then plot it out as DXF. Now, the unfortunate side effect of this new "holes and vias" DXF file is that there is no edge cut boundary, simply because Gerber drill files don't have edge cuts. Trouble is... when you import this DXF into programs like XtoolStudio, they are not capable of accepting local origins like regular CAD programs would do. You can only specify the coordinate of the upper left corner of the bounding box. So, unless you like eye-ball alignment, this is not acceptable. What we need is the exact same...