diff --git a/config/label_templates/st-ten-13/203/ETA30x16_203dpi.prn b/config/label_templates/st-ten-13/203/ETA30x16_203dpi.prn index 29dd9f2..1fa4c49 100644 --- a/config/label_templates/st-ten-13/203/ETA30x16_203dpi.prn +++ b/config/label_templates/st-ten-13/203/ETA30x16_203dpi.prn @@ -5,7 +5,7 @@ ^PW256 ^LL0144 ^LS0 -^FT148,125^BQN,2,4 +^FT148,140^BQN,2,4 ^FH\^FDLA,{PART}^FS ^FT19,40^A0N,23,21^FH\^FD{PART}^FS ^FT19,71^A0N,23,21^FH\^FDNum:{SN5}^FS diff --git a/config/vision/recipes/670053220.scsln b/config/vision/recipes/670053220.scsln new file mode 100644 index 0000000..39fa2ca Binary files /dev/null and b/config/vision/recipes/670053220.scsln differ diff --git a/config/vision/recipes/670054129.scsln b/config/vision/recipes/670054129.scsln index 1602a99..8c7c543 100644 Binary files a/config/vision/recipes/670054129.scsln and b/config/vision/recipes/670054129.scsln differ diff --git a/config/vision/recipes/670054812.scsln b/config/vision/recipes/670054812.scsln index c6dc30e..3e6e493 100644 Binary files a/config/vision/recipes/670054812.scsln and b/config/vision/recipes/670054812.scsln differ diff --git a/src/ui/barcode_recipe_selection/barcode_recipe_selection.py b/src/ui/barcode_recipe_selection/barcode_recipe_selection.py index 2c434a3..6232d5c 100644 --- a/src/ui/barcode_recipe_selection/barcode_recipe_selection.py +++ b/src/ui/barcode_recipe_selection/barcode_recipe_selection.py @@ -80,7 +80,7 @@ class Barcode_Recipe_Selection(Test_Test): else: lines = data.splitlines() #lines = data.split("-") - candidates = [i for i in lines if len(i) in(9,10,11,12,13)] + candidates = [i for i in lines if len(i) in(9,10,11,12,13,17,18)] if len(candidates)>0: # RECIPE CODE FOUND self.recipe=candidates[-1]