mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
(Improvement) Auto-upgrade procedure for non-Windows systems
This commit is contained in:
@@ -907,7 +907,7 @@ public class GCodeBuilder : BindableBase
|
||||
|
||||
var layerBlock = new GCodeLayer(slicerFile);
|
||||
|
||||
bool parseLayerIndexFromComments = false;
|
||||
//bool parseLayerIndexFromComments = false;
|
||||
|
||||
using var reader = new StringReader(gcode);
|
||||
string? line;
|
||||
@@ -945,7 +945,7 @@ public class GCodeBuilder : BindableBase
|
||||
}
|
||||
layerBlock.SetLayer(true);
|
||||
layerBlock.LayerIndex = layerIndex;
|
||||
parseLayerIndexFromComments = true;
|
||||
//parseLayerIndexFromComments = true;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user