mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

FFF is easier to type... But that's probably not the real reason why we need to do this. Contributes to issue CURA-5461.
26 lines
717 B
JSON
26 lines
717 B
JSON
{
|
|
"version": 2,
|
|
"name": "Custom FFF printer",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Custom",
|
|
"category": "Custom",
|
|
"file_formats": "text/x-gcode",
|
|
"has_materials": true,
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "custom_extruder_1",
|
|
"1": "custom_extruder_2",
|
|
"2": "custom_extruder_3",
|
|
"3": "custom_extruder_4",
|
|
"4": "custom_extruder_5",
|
|
"5": "custom_extruder_6",
|
|
"6": "custom_extruder_7",
|
|
"7": "custom_extruder_8"
|
|
},
|
|
"first_start_actions": ["MachineSettingsAction"]
|
|
}
|
|
}
|