From 6220976f03f52290236afebdeb809815f241b7a3 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 15 Aug 2016 16:15:31 +0200 Subject: [PATCH] Add a custom machine definition CURA-580 --- resources/definitions/custom.def.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 resources/definitions/custom.def.json diff --git a/resources/definitions/custom.def.json b/resources/definitions/custom.def.json new file mode 100644 index 0000000000..0ccd2d9890 --- /dev/null +++ b/resources/definitions/custom.def.json @@ -0,0 +1,16 @@ +{ + "id": "custom", + "version": 2, + "name": "Custom FDM printer", + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Ultimaker", + "manufacturer": "Custom", + "category": "Custom", + "file_formats": "text/x-gcode", + "has_materials": true, + "preferred_material": "*pla*", + "first_start_actions": ["MachineSettingsAction"] + } +}