diff --git a/Adafruit_Thermal.py b/Adafruit_Thermal.py index f5e5162..7916785 100644 --- a/Adafruit_Thermal.py +++ b/Adafruit_Thermal.py @@ -50,7 +50,7 @@ class Adafruit_Thermal(Serial): lineSpacing = 8 barcodeHeight = 50 printMode = 0 - defaultHeatTime = 60 + defaultHeatTime = 70 def __init__(self, *args, **kwargs): # If no parameters given, use default port & baud rate.