From d417e436ba9c545ddba272ac2246c0febf7cf715 Mon Sep 17 00:00:00 2001 From: Mehmet Sutas Date: Mon, 17 Feb 2020 00:43:45 +0300 Subject: [PATCH] CI Fix --- resources/definitions/rigid3d.def.json | 3 +++ resources/definitions/rigid3d_3rdgen.def.json | 5 ++++- resources/definitions/rigid3d_hobby.def.json | 4 +++- resources/definitions/rigid3d_mucit.def.json | 4 +++- resources/definitions/rigid3d_zero.def.json | 4 +++- resources/definitions/rigid3d_zero2.def.json | 5 ++++- 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/resources/definitions/rigid3d.def.json b/resources/definitions/rigid3d.def.json index ecf0087d40..7fe145cd48 100644 --- a/resources/definitions/rigid3d.def.json +++ b/resources/definitions/rigid3d.def.json @@ -5,6 +5,9 @@ "metadata": { "visible": true, "quality_definition": "rigid3d_base", + "machine_extruder_trains":{ + "0": "rigid3d_base_extruder_0" + }, "preferred_quality_type": "standard" }, "overrides": { diff --git a/resources/definitions/rigid3d_3rdgen.def.json b/resources/definitions/rigid3d_3rdgen.def.json index fa5b174f77..d9b6b97335 100644 --- a/resources/definitions/rigid3d_3rdgen.def.json +++ b/resources/definitions/rigid3d_3rdgen.def.json @@ -4,7 +4,10 @@ "inherits": "rigid3d_base", "metadata": { "visible": true, - "quality_definition": "rigid3d_base", + "quality_definition": "rigid3d_base", + "machine_extruder_trains":{ + "0": "rigid3d_base_extruder_0" + }, "preferred_quality_type": "standard" }, "overrides": { diff --git a/resources/definitions/rigid3d_hobby.def.json b/resources/definitions/rigid3d_hobby.def.json index 54ed9888a6..b0c9b21c9f 100644 --- a/resources/definitions/rigid3d_hobby.def.json +++ b/resources/definitions/rigid3d_hobby.def.json @@ -6,7 +6,9 @@ "visible": true, "quality_definition": "rigid3d_base", "preferred_quality_type": "standard", - + "machine_extruder_trains":{ + "0": "rigid3d_base_extruder_0" + }, "preferred_material": "generic_pla_175", "exclude_materials": [ "chromatik_pla", diff --git a/resources/definitions/rigid3d_mucit.def.json b/resources/definitions/rigid3d_mucit.def.json index 7f012a3c8f..c10ec7db06 100644 --- a/resources/definitions/rigid3d_mucit.def.json +++ b/resources/definitions/rigid3d_mucit.def.json @@ -8,7 +8,9 @@ "preferred_quality_type": "standard", "platform": "rigid3d_mucit_platform.stl", "platform_offset": [ 0, -19, 0], - + "machine_extruder_trains":{ + "0": "rigid3d_base_extruder_0" + }, "preferred_material": "generic_pla_175", "exclude_materials": [ "chromatik_pla", diff --git a/resources/definitions/rigid3d_zero.def.json b/resources/definitions/rigid3d_zero.def.json index 08309de6d4..87e7e7f244 100644 --- a/resources/definitions/rigid3d_zero.def.json +++ b/resources/definitions/rigid3d_zero.def.json @@ -6,7 +6,9 @@ "visible": true, "quality_definition": "rigid3d_base", "preferred_quality_type": "standard", - + "machine_extruder_trains":{ + "0": "rigid3d_base_extruder_0" + }, "preferred_material": "generic_pla_175", "exclude_materials": [ "chromatik_pla", diff --git a/resources/definitions/rigid3d_zero2.def.json b/resources/definitions/rigid3d_zero2.def.json index 0d5193a605..ce9d50a5cb 100644 --- a/resources/definitions/rigid3d_zero2.def.json +++ b/resources/definitions/rigid3d_zero2.def.json @@ -6,7 +6,10 @@ "visible": true, "quality_definition": "rigid3d_base", "preferred_quality_type": "standard", - "platform": "rigid3d_zero2_platform.stl" + "machine_extruder_trains":{ + "0": "rigid3d_base_extruder_0" + }, + "platform": "rigid3d_zero2_platform.stl" }, "overrides": { "machine_name": { "default_value": "Rigid3D Zero2" },