I have uploaded my first design in Batch PCB and I am a little bit disappointed. When comes the time to select or re-order the gerber layers, it shows me the drill layer with very big circles at the places of the holes. I do not know if the circles are supposed to be the same size as the holes, if it is the case, there probably is a problem with my file ?
I have the same problem!!! I spent 2 days creating the design using DesignSpark and all is ok except the drill file. My drill file after uploading looks like larger circles. What is wrong with this file (partial)? Please help.
I did check my file with GC Prevue and it looks fine. I also ran my DRC on my PCB program. I found out what was wrong. I had to add a “,LZ” to the “INCH” designation in my drl file. Without the “LZ” BatchPCB thinks 00.025 is 0.25 so all of the holes are 10 times too big. LZ stands for leading zeroes. Here’s my header:
M48
INCH,LZ
FMAT,2
M72,LZ
Unfortunately my design still generates a “Failed” with no indication of what is wrong.
Is there a BatchPCB moderator? I think this is a BatchPCB problem. I uploaded my files to another vendor without errors and my board is now being fabricated. I still would like to understand what went wrong.
Here’s a .drill file I have used successfully on a small PCB. Note the absence of a FMAT,2 line … it assumes legacy simple drilling machine mode (format 1).
This is an old question but I thought I’d describe a solution I discovered that changed my uploaded drill renderings from big blogs to properly-sized holes:
Open the “Output Plots” dialogue with Shift+P
On any of the design Plots, click the “Output” tab and the “Device Setup” button.
Change the Format values to: “Integer” = 2 and “Decimal” = 4.