From 16e24c1c6b68cc3a83c7467e94b0f37c6eca5d1d Mon Sep 17 00:00:00 2001 From: alanbjorklund Date: Wed, 10 Jul 2024 17:42:55 -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 61273d4c63..0894dbf4f5 100644 --- a/resources/definitions/ultimaker_method_base.def.json +++ b/resources/definitions/ultimaker_method_base.def.json @@ -421,8 +421,7 @@ "support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" }, "support_xy_distance": { "value": "0.3 if extruder_nr == support_extruder_nr else 0.2" }, "support_xy_distance_overhang": { "value": "0.3 if extruder_nr == support_extruder_nr else 0.2" }, - "support_z_distance": { "value": 0 }, - "switch_extruder_retraction_amount": { "value": 0.5 }, + "switch_extruder_retraction_amount": { "value": 0.5 }, "switch_extruder_retraction_speeds": { "value": "retraction_speed" }, "top_bottom_thickness": { "value": "5*layer_height" }, "travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },