From c23b2fc449fb8a7d45fcd3fe24700eebb6e89fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Thu, 5 Aug 2021 16:51:02 +0100 Subject: [PATCH] Update osla.md --- Documentation/osla.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Documentation/osla.md b/Documentation/osla.md index 074254d..f50df1a 100644 --- a/Documentation/osla.md +++ b/Documentation/osla.md @@ -150,16 +150,13 @@ RLE/RGB16/PNG/JPG/BITMAP [LayerDefinitions] [Layer 1] DataAddress=0000 (uint) - [Layer 2] DataAddress=1111 (uint) - [Layer 3] DataAddress=1111 (uint) (Identical layers can point to the same data if they share the same image, sparing space on file) DataSize=sizeof(RLE) (uint) RLE/PNG/JPG/BITMAP of layer 1 - DataSize=sizeof(RLE) (uint) RLE/PNG/JPG/BITMAP of layer 2 @@ -194,8 +191,3 @@ M18;Disable motors ;END_GCODE_END ; ``` - - -Notes: -1. Previews start address = file table size + header table size + custom table size -2. Header dont need much information, everything can be parsed from gcode!