예제 #1
0
  public void disableMistCoolant() {
    sendCommand(_getToolCode() + "M9");

    super.disableMistCoolant();
  }