From 1c765f795d803c337d1d82e040ee5ad8d9701bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Tue, 8 Jun 2021 22:35:17 +0100 Subject: [PATCH] Update cxdlp script --- Scripts/{cxdlp.bt => cxdlp_v2.bt} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) rename Scripts/{cxdlp.bt => cxdlp_v2.bt} (91%) diff --git a/Scripts/cxdlp.bt b/Scripts/cxdlp_v2.bt similarity index 91% rename from Scripts/cxdlp.bt rename to Scripts/cxdlp_v2.bt index 6052b06..aaccf46 100644 --- a/Scripts/cxdlp.bt +++ b/Scripts/cxdlp_v2.bt @@ -28,7 +28,12 @@ typedef struct(int size) { struct HEADER { uint32 headerSize ; - BYTE header[header.headerSize] ; + BYTE header[headerSize] ; + + uint16 unknown ; + + uint32 modelSize ; + BYTE model[modelSize] ; uint16 totalLayers ; uint16 resolutionX ; @@ -43,6 +48,8 @@ struct HEADER { rgbPreviewImageRawData preview2(290*290*2); BYTE rn2[2] ; + byte offset[64]; + uint32 plateformXLength ; wchar_t plateformX[plateformXLength/2]; @@ -52,8 +59,8 @@ struct HEADER { uint32 layerThicknessLength ; wchar_t layerThickness[layerThicknessLength/2]; - uint16 exposureTime ; uint16 turnOffTime ; + uint16 exposureTime ; uint16 bottomExposure ; uint16 bottomLayers ; uint16 bottomRaise ;