mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
e0ef1c3e9d
5 changed files with 614 additions and 4 deletions
16
resources/definitions/custom.def.json
Normal file
16
resources/definitions/custom.def.json
Normal 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"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue