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-07-01 13:42:54 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-07-01 13:42:54 +0300
commit2329074efb137136db3597c95c040b3a8afdeeab (patch)
tree241a7c589dc62589d5b511240c8159a01f129840
parent17f351e53a5c2242da3625bb74f24a5a2102e071 (diff)
Update lgs.bt
-rw-r--r--Scripts/lgs.bt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/lgs.bt b/Scripts/lgs.bt
index 81ac57a..3b9b9b9 100644
--- a/Scripts/lgs.bt
+++ b/Scripts/lgs.bt
@@ -22,7 +22,7 @@ struct HEADER {
uint32 Uint_0C <fgcolor=cBlack, bgcolor=cRed>;
uint32 PrinterModel <fgcolor=cBlack, bgcolor=cRed>;
uint32 Uint_14 <fgcolor=cBlack, bgcolor=cRed>;
- uint32 Uint_18 <fgcolor=cBlack, bgcolor=cRed>;
+ uint32 MagicKey <fgcolor=cBlack, bgcolor=cRed>;
float PixelPerMmX <fgcolor=cBlack, bgcolor=cRed>;
float PixelPerMmY <fgcolor=cBlack, bgcolor=cRed>;
@@ -65,7 +65,7 @@ struct HEADER {
rgbPreviewImageRawData preview(PreviewSizeX*PreviewSizeY*2);
- if(MachineZ == 150) // .lgs120
+ if(PrinterModel == 120) // .lgs120
{
uint32 pngLength <fgcolor=cBlack, bgcolor=cRed>;
byte png[pngLength] <fgcolor=cBlack, bgcolor=cYellow>;