Adding coast at end
mad travel render transparent fixed layer identification in ms gcode
This commit is contained in:
parent
99dbeaa488
commit
d5b06de172
6 changed files with 20 additions and 4 deletions
|
|
@ -106,9 +106,9 @@ namespace MatterControl.Printing
|
|||
|
||||
public static bool IsLayerChange(string lineString)
|
||||
{
|
||||
return lineString.StartsWith("; LAYER:", StringComparison.InvariantCultureIgnoreCase)
|
||||
|| lineString.StartsWith(";LAYER:", StringComparison.InvariantCultureIgnoreCase)
|
||||
|| lineString.StartsWith("; LAYER ", StringComparison.InvariantCultureIgnoreCase);
|
||||
return lineString.StartsWith("; LAYER:")
|
||||
|| lineString.StartsWith(";LAYER:")
|
||||
|| lineString.StartsWith("; layer ");
|
||||
}
|
||||
|
||||
public static bool FileTooBigToLoad(string fileName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue