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