mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:45:11 +08:00
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"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,
|
|
"first_start_actions": ["MachineSettingsAction"]
|
|
}
|
|
}
|