From d1142666ece0f4c5dd59468ce9c0edb0a7b41f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Fri, 16 Jul 2021 18:34:37 +0100 Subject: [PATCH] Update ODLP.md --- wiki/ODLP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/ODLP.md b/wiki/ODLP.md index 1fdeb1d..f99e2e0 100644 --- a/wiki/ODLP.md +++ b/wiki/ODLP.md @@ -13,7 +13,7 @@ a ZIP + PNG slices approach due the incapacity of CPU to process such data schem - Machine follows gcode commands ## Printer firmware checks (can print this file?) -1. Marker == "ODLPTiCo" - This double check if file is really a .odlp beside it extension +1. Marker == "ODLPTiCo" - This is a double check if file is really a .odlp beside it extension, case sensitive compare 1. Compare machine resolution with file resoltuion 2. Can use ImageDataType? For example, if processor is unable to process PNG images, trigger an error and dont allow to continue 3. Parse gcode and check for problems, such as, print on a position out of printer Z range