public static List<string> RenderGCode(
string filenameBase = "",
string extension = ""
)
Public Shared Function RenderGCode (
Optional filenameBase As String = "",
Optional extension As String = ""
) As List(Of String)
No code example is currently available or this language may not be supported.
The names of each file are available in the text's regex field \(Filename:(?<filename>[^\)]+)\) and will have the pattern {filenameBase}-{Index}of{Count}-{ToolName}{Extension} where Index is the index of the file within the set, Count is the count of files in the set, ToolName is the name of the selected tool for the series of actions, and Extension is .gcode if not supplied by the caller.