[QR Lib][Added] Clarification about the output name

This commit is contained in:
Salvador E. Tropea 2023-10-02 12:29:43 -03:00
parent c216d4bfde
commit bd081609d5
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ class QR_LibOptions(BaseOptions):
def __init__(self):
with document:
self.output = GS.def_global_output
""" *Filename/dirname for the output (%i=qr, %x=lib/kicad_sym/pretty).
You must use %x in the name to get a symbols lib and a footprint """
""" *Filename/dirname for the output library (%i=qr, %x=lib/kicad_sym/pretty).
You must use %x in the name to get a symbols lib and a footprints lib """
self.lib = 'QR'
""" *Short name for the library """
self.reference = 'QR'