initializePrinter method

void initializePrinter()

Clears the data in the print buffer and resets the printer modes to the modes that were in effect when the power was turned on.

  • Any macro definitions are not cleared.
  • Offline response selection is not cleared.
  • Contents of user nv memory are not cleared.
  • Nv graphics (nv bit image) and nv user memory are not cleared.
  • The maintenance counter value is not affected by this command.
  • Software setting values are not cleared.

References:

Implementation

void initializePrinter() {
  _commands.add(InitializePrinter());
}