[QR Lib][Added] Clarification about the output name
This commit is contained in:
parent
c216d4bfde
commit
bd081609d5
|
|
@ -102,8 +102,8 @@ class QR_LibOptions(BaseOptions):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
with document:
|
with document:
|
||||||
self.output = GS.def_global_output
|
self.output = GS.def_global_output
|
||||||
""" *Filename/dirname for the output (%i=qr, %x=lib/kicad_sym/pretty).
|
""" *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 footprint """
|
You must use %x in the name to get a symbols lib and a footprints lib """
|
||||||
self.lib = 'QR'
|
self.lib = 'QR'
|
||||||
""" *Short name for the library """
|
""" *Short name for the library """
|
||||||
self.reference = 'QR'
|
self.reference = 'QR'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue