Example #1
0
 public GcodeInterp()
 {
     wirepath = new Wire3D();
 }
Example #2
0
 public GcodeInterp()
 {
     wirepath       = new Wire3D();
     nonGrblActions = new NonGrblActions();
 }