Putting in regex export to gcode support
This commit is contained in:
parent
235432a3fb
commit
d47b3a36b1
3 changed files with 25 additions and 33 deletions
|
|
@ -36,11 +36,11 @@ using MatterHackers.VectorMath;
|
|||
|
||||
namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
||||
{
|
||||
public class ProcessWriteRegExStream : GCodeStreamProxy
|
||||
public class ProcessWriteRegexStream : GCodeStreamProxy
|
||||
{
|
||||
static Regex getQuotedParts = new Regex(@"([""'])(\\?.)*?\1", RegexOptions.Compiled);
|
||||
|
||||
public ProcessWriteRegExStream(GCodeStream internalStream)
|
||||
public ProcessWriteRegexStream(GCodeStream internalStream)
|
||||
: base(internalStream)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue