Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hello piotrVMP6A

 

Give the following a try. Be careful though.

 

  // Consider part cutoff as stockTransfer operation
  if (!(machineState.stockTransferIsActive && partCutoff)) {
    machineState.stockTransferIsActive = false;
  }

  var previous = getCurrentDirection();
  var abc = getWorkPlaneMachineABC(currentSection, currentSection.workPlane);
  bChange = useG368(abc) && ((currentWorkPlaneABC == undefined) ||
    abcFormat.areDifferent(abc.y, currentWorkPlaneABC.y));
  setCurrentDirection(previous);

  // cancel previous work plane
  if (insertToolCall || (newWorkPlane && bChange)) {
    cancelWorkPlane(); //piotr g369 po pierwszym wieceniu
  }

  // Process Pass Through commands
  executeManualNC();


Bill Cain
Sr. Technical Consultant