From 83c26268840c1474978e316285e7b00f81c368b6 Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:37:54 +0100 Subject: [PATCH] When self-support is enabled do not use support material layers in the raft. Note: Switching support settings takes longer in the UI due to the recalculations. PP-402 --- resources/definitions/ultimaker_method_base.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker_method_base.def.json b/resources/definitions/ultimaker_method_base.def.json index 9e21396b87..8e9034c954 100644 --- a/resources/definitions/ultimaker_method_base.def.json +++ b/resources/definitions/ultimaker_method_base.def.json @@ -360,7 +360,7 @@ "raft_interface_line_width": { "value": 1.2 }, "raft_interface_thickness": { "value": 0.3 }, "raft_margin": { "value": 3 }, - "raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" }, + "raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material')) if support_enable and extruderValue(support_extruder_nr,'material_is_support_material') else raft_base_extruder_nr" }, "retraction_amount": { "value": 0.75 }, "retraction_combing": { "value": "'off'" }, "retraction_combing_max_distance": { "value": "speed_travel / 10" },