Skip to content

Commit

Permalink
[QR Lib][Added] Clarification about the output name
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 2, 2023
1 parent c216d4b commit bd08160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kibot/out_qr_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bd08160

Please sign in to comment.