예제 #1
0
  public void disableFan() throws RetryException {
    sendCommand(_getToolCode() + "M107");

    super.disableFan();
  }