From 5d8dd8f4a6a9b3c8053d174b6a72d99624b50d76 Mon Sep 17 00:00:00 2001 From: alanbjorklund Date: Wed, 10 Jul 2024 21:44:15 +0000 Subject: [PATCH] Applied printer-linter format --- resources/definitions/ultimaker_method_base.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/ultimaker_method_base.def.json b/resources/definitions/ultimaker_method_base.def.json index 5c02ed4ae5..3293f92549 100644 --- a/resources/definitions/ultimaker_method_base.def.json +++ b/resources/definitions/ultimaker_method_base.def.json @@ -354,7 +354,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_wall_count": { "value": "raft_wall_count" }, + "raft_surface_wall_count": { "value": "raft_wall_count" }, "raft_wall_count": { "value": 2 }, "retract_at_layer_change": { "value": true }, "retraction_amount": { "value": 0.75 }, @@ -420,7 +420,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" }, - "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" },