remove qr footprint generator min pixel size
The minimum pixel width should be left for the user to decide, since it depends on the manufacturer and layer.
This commit is contained in:
parent
b58f318d3f
commit
d9737a39bf
|
@ -29,7 +29,7 @@ class QRCodeWizard(FootprintWizardBase.FootprintWizard):
|
|||
GetValue = lambda self: self.module.Value().GetText()
|
||||
|
||||
def GenerateParameterList(self):
|
||||
self.AddParam("Barcode", "Qr Pixel Width", self.uMM, 0.5, min_value=0.4)
|
||||
self.AddParam("Barcode", "Qr Pixel Width", self.uMM, 0.5)
|
||||
self.AddParam("Barcode", "Border Margin (Px)", self.uInteger, 0)
|
||||
self.AddParam("Barcode", "Contents", self.uString, 'Example')
|
||||
self.AddParam("Barcode", "Negative", self.uBool, False)
|
||||
|
|
Loading…
Reference in New Issue