From 8658e5c9fd0af6ebef70ba8f2312ab531ccf1555 Mon Sep 17 00:00:00 2001 From: Moritz Martinius Date: Sat, 11 Oct 2025 17:38:47 +0200 Subject: [PATCH] Fix merge --- src/printers/FakePrinter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/printers/FakePrinter.cpp b/src/printers/FakePrinter.cpp index d6f7a91..4183aa2 100644 --- a/src/printers/FakePrinter.cpp +++ b/src/printers/FakePrinter.cpp @@ -159,7 +159,6 @@ graphics::Bitmap FakePrinter::simulatePrinting(const graphics: } // Now "print" this column by unpacking the bytes back to pixels - // This simulates the printer head physically printing this column for (size_t byteIdx = 0; byteIdx < columnBytes.size(); byteIdx++) { uint8_t byte = columnBytes[byteIdx]; uint32_t baseRow = byteIdx * 8;