- (Improvement) CXDLP: Better parse of machine model from PrusaSlicer profile (#351)
- (Fix) OSF: Printer freezes at first layer (#657)
- (Upgrade) AvaloniaUI from 0.10.18 to 0.10.19
This commit is contained in:
Tiago Conceição
2023-03-27 02:59:24 +01:00
parent 5197e301b4
commit df7d434284
16 changed files with 234 additions and 85 deletions
+2 -2
View File
@@ -123,13 +123,13 @@ struct HEADER {
struct LAYER_DEF {
ushort Mark <fgcolor=cBlack, bgcolor=cYellow>; // (OD OA begins, indicating that the model + support is included; the beginning of 0D 0B, indicating that the layer only has support data)
uint NumberOfPixels <fgcolor=cBlack, bgcolor=cYellow>;
uint NumberOfLines <fgcolor=cBlack, bgcolor=cYellow>;
ushort StartY <fgcolor=cBlack, bgcolor=cYellow>;
local long currentPos = FTell();
local long rleSize = 0;
if (NumberOfPixels > 0)
if (NumberOfLines > 0)
{
local byte buffer;
local byte slen;