FolderPrinter
class FolderPrinter(name: String = "", printerProfileID: String = "", printProfileID: String = "", filamentProfileID: String = "", folder: File = File(""), useSubFolders: Boolean = true) : AbstractPrinter
Makes a copy of the gcode file to a specific folder.
folder could be a removable drive, which you then plug into the printer, or it could be regular (non-removable) folder, which you copy to your printer manually.