Add extruders to Custom FDM Printer definition

This commit is contained in:
fieldOfView 2017-03-10 23:14:11 +01:00
parent 8f6a210c75
commit e6121039d9
9 changed files with 147 additions and 0 deletions

View file

@ -10,6 +10,17 @@
"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"]
}
}