Merge pull request #924 from Ultimaker/feature_machinesettings

Machine Settings plugin
This commit is contained in:
Jaime van Kessel 2016-08-17 09:34:11 +02:00 committed by GitHub
commit 6b4e0740a3
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"]
}
}