From 4c6db6eb0451a57e29d4e188a9251bd3fe87f25a Mon Sep 17 00:00:00 2001 From: Wade Wegner Date: Sat, 11 Jan 2014 19:13:20 -0700 Subject: [PATCH] Increased thermal heat --- Adafruit_Thermal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.