Add a custom machine definition

CURA-580
This commit is contained in:
fieldOfView 2016-08-15 16:15:31 +02:00
parent 7d37cbd5d2
commit 6220976f03

View file

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