UNPKG

@toybox-labs/cura-wasm

Version:

Cura Engine powered by Web Assembly (WASM)

14 lines (12 loc) 327 B
/** * @fileoverview Primary 3D Printer Definitions * For secondary definitions, please visit https://github.com/Cloud-CNC/cura-wasm-definitions */ //Imports import * as fdmextruder from './fdmextruder.def.json'; import * as fdmprinter from './fdmprinter.def.json'; //Exports export default { fdmextruder, fdmprinter };