← Back to team overview

kicad-developers team mailing list archive

PATCH: fix ref and value text size to comply with KLC

 

Hi guys,

This patch set the default text size to 1mm to comply with KLC rule6_9
This is a very small feature addition, and will certainly be followed by
other patches in order to limit the number of KLC violation by footprints
gneerated using the various wizards.

Cheers,
Mikael Arguedas
=== modified file 'pcbnew/scripting/plugins/HelpfulFootprintWizardPlugin.py'
--- pcbnew/scripting/plugins/HelpfulFootprintWizardPlugin.py	2015-10-31 11:54:48 +0000
+++ pcbnew/scripting/plugins/HelpfulFootprintWizardPlugin.py	2016-02-12 01:44:04 +0000
@@ -259,7 +259,7 @@
         """
         IPC nominal
         """
-        return pcbnew.FromMM(1.2)
+        return pcbnew.FromMM(1.0)
 
     def GetTextThickness(self):
         """


Follow ups