package org.reprap; import java.io.IOException; /** * */ public interface CartesianPrinter extends Printer { }