When I look at the .kicad_pro
file under version control, there is a section that seems to change often:
"pads": {
"drill": 0.89,
"height": 1.55,
"width": 1.55
},
The drill
/height
/width
values keep changing. What does this related to, and where does it come from? Is it important to set/maintain these values?