mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v3.12.2
- (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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user