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"] + } +}