Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/USBPrinting/avr_isp/ispBase.py')
-rw-r--r--plugins/USBPrinting/avr_isp/ispBase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/USBPrinting/avr_isp/ispBase.py b/plugins/USBPrinting/avr_isp/ispBase.py
index 077cfc36e6..9ba3a65b47 100644
--- a/plugins/USBPrinting/avr_isp/ispBase.py
+++ b/plugins/USBPrinting/avr_isp/ispBase.py
@@ -22,7 +22,7 @@ class IspBase():
if not self.chip:
raise IspError("Chip with signature: " + str(self.getSignature()) + "not found")
self.chipErase()
-
+
Logger.log("d", "Flashing %i bytes", len(flash_data))
self.writeFlash(flash_data)
Logger.log("d", "Verifying %i bytes", len(flash_data))