UNPKG

@fdm-monster/server

Version:

FDM Monster is a bulk OctoPrint, Klipper, PrusaLink and BambuLab manager to set up, configure and monitor 3D printers. Our aim is to provide neat overview over your farm.

13 lines (12 loc) 246 B
//#region src/services/interfaces/printer-tag.dto.ts var PrinterTagDto = class { printerId; tagId; }; var CreateTagDto = class { name; color; }; //#endregion export { CreateTagDto, PrinterTagDto }; //# sourceMappingURL=printer-tag.dto.js.map