From bd081609d5613f2393c44a61571225ee9fa41a66 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 2 Oct 2023 12:29:43 -0300 Subject: [PATCH] [QR Lib][Added] Clarification about the output name --- kibot/out_qr_lib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kibot/out_qr_lib.py b/kibot/out_qr_lib.py index 4407942b..83f2c121 100644 --- a/kibot/out_qr_lib.py +++ b/kibot/out_qr_lib.py @@ -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'