Cura/resources/definitions/custom.def.json
Ghostkeeper abf1610923
Rename Custom FDM Printer to Custom FFF printer
FFF is easier to type... But that's probably not the real reason why we need to do this.

Contributes to issue CURA-5461.
2018-07-11 13:30:27 +02:00

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"]
}
}