Pad's `drill`/`height`/`width` value in a project file

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?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.