From 5857f37f07b5de6c2f8341a522f4f6c6d620a67f Mon Sep 17 00:00:00 2001 From: alanbjorklund Date: Fri, 28 Jun 2024 10:54:18 -0400 Subject: [PATCH] Update resources/definitions/ultimaker_method_base.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- resources/definitions/ultimaker_method_base.def.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/definitions/ultimaker_method_base.def.json b/resources/definitions/ultimaker_method_base.def.json index 1ff2f00c60..862238c578 100644 --- a/resources/definitions/ultimaker_method_base.def.json +++ b/resources/definitions/ultimaker_method_base.def.json @@ -358,8 +358,7 @@ "raft_smoothing": { "value": 9.5 }, "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" }, "raft_surface_fan_speed": { "value": 0 }, - "raft_surface_monotonic": { "value": true }, - "raft_surface_wall_count": { "value": "raft_wall_count" }, + "raft_surface_wall_count": { "value": "raft_wall_count" }, "retract_at_layer_change": { "value": true }, "retraction_amount": { "value": 0.75 }, "retraction_combing": { "value": "'off'" },