From a06d574b8b299c05420dd0b74749cd4a32c5c5cf Mon Sep 17 00:00:00 2001 From: Marc Fokkert Date: Sun, 26 Jan 2025 14:42:49 +0100 Subject: [PATCH] Use P-touch template --- print.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/print.ts b/print.ts index 58211c5..18646b5 100644 --- a/print.ts +++ b/print.ts @@ -24,6 +24,17 @@ const command = ` FF `; +const grocy_template_print = ` + ^II + ^TS001 + grcy:p:13:60bf8b5244b04 + 09h + Test Product + 09h + 01-01-2026 + ^FF +` + console.warn('output: ', parseEscToHex(command))