Merge branch 'master' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2016-08-17 12:33:30 +02:00
commit e0ef1c3e9d
5 changed files with 614 additions and 4 deletions

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