Cura/resources/definitions/custom.def.json
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

25 lines
692 B
JSON

{
"version": 2,
"name": "Custom FFF printer",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"manufacturer": "Custom",
"file_formats": "text/x-gcode",
"first_start_actions": [ "MachineSettingsAction" ],
"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"
}
}
}