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

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-08-05 18:51:02 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-05 18:51:02 +0300
commitc23b2fc449fb8a7d45fcd3fe24700eebb6e89fba (patch)
tree508072fa5d04f9b07dd6919ce4c8b86d7e3c0cb1 /Documentation
parent2a73c002f1b869739ad6dae4e234620112682ca6 (diff)
Update osla.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/osla.md8
1 files changed, 0 insertions, 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
;<Completed>
```
-
-
-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!