# footprint generation file for 0603 package include("landutils.inc") include("constraints.inc") # basic constraints # 0603 package pad_type = "pad" pad_shape = "rectangular" pad_width = 1.1mm pad_height = 1.1mm pitch_x = pad_width + 0.6mm array(0,0, {1:2}, {}) # 2 pads along the x axis silkcircle(0,0,2mil) # a dot of silk in the middle # write the file and purge the output buffer mywriteland("0603")