mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
Add a custom machine definition
CURA-580
This commit is contained in:
parent
7d37cbd5d2
commit
6220976f03
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…
x
Reference in New Issue
Block a user