Beispiel #1
0
 public MoveToLocation(MoveToLocationCmd moveToLocationCmd)
 {
     this.moveType = moveToLocationCmd.MoveType;
     this.position = moveToLocationCmd.Position;
     this.PosZ     = moveToLocationCmd.PosZ;
     this.Program  = moveToLocationCmd.RunnableModule.CommandsModule.Program;
 }
Beispiel #2
0
 public MoveAbsXy(MoveToLocationCmd moveToLocationCmd)
 {
     moveType     = moveToLocationCmd.MoveType;
     position     = moveToLocationCmd.Position;
     this.Program = moveToLocationCmd.RunnableModule.CommandsModule.Program;
 }