I think these are pretty basic questions but it is my first board on Kicad. I am about to order some board on JLCPCB and It is giving me two warnings. The first warning is “P-0001-DC-DC-5V-3.3V-Edge_Cuts.gbr(Board Outline Layer):Gerber file with a board outline”. I have seen on some tutorials that to send the dimensions of the board there is a specific gerber file called outline layer ( or something similar), on the other hand I have also seen on a tutorial from Digikey that Edge-cuts gerber file is accepted to define the dimensions, I think JLCPCB will make the board even with the warning but I wonder if there is a better way to define the dimensions of the board with a different gerber file without getting a warning.
The second warning is as follows: " P-0001-DC-DC-5V-3.3V-B_Paste.gbr(null): Non-gerber274X/excellon formats". It seems like it has generated the gerber but it is empty and I think it is because my board “doesn’t need solder paste on the bottom side” but I would need some reassurance as I’m not 100% sure on this ( I think I will have to put the paste manually on Kicad). The bottom side is filled with copper, but that copper is not connected to any net and I don’t have any smd component on the bottom side, I just have some pads from through hole components that are placed on the top side. I wonder if this is the reason why I have got a bottom paste layer empty?. I think I need to put some solder paste on that layer as when I solder the through hole component they could get connected to the copper incorrectly and therefore shorted between each other.
Maybe there’s a misunderstanding here. Paste is solder tin paste. Mask is the (often green) covering which protects the copper so that the paste doesn’t get soldered to wrong places.
Thanks. I got a bit confused. I have always designed boards with solder paste as the population of boards were done with a pick and place machine. This is a house project and I was used to send the solder paste files by default. It is not needed if I don’t any stencil as I will solder the board at home.
Another question related with the name convention. I have noticed that for Top later the extension is GTL and for the bottom layer is GBL. For the drill is XLN. Is there any difference between plated holes and non plated holes?, is it for both XLN?.
It’s best to consult the fab’s instructions. In fact I have only encountered one fab that needed merged files. The default setting in pcbnew is separate files, probably what the majority of fabs prefer.
Separated files are more flexible. With merged files fabs need to rely on the fact that the drill is inside copper to know if it needs plating. This could lead to misunderstandings.