(Improvement) Auto-upgrade procedure for non-Windows systems

This commit is contained in:
Tiago Conceição
2022-10-23 22:19:38 +01:00
parent ab11d40d33
commit 18b208bf31
7 changed files with 188 additions and 92 deletions
+2 -2
View File
@@ -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;
}
}