From 115f06b7b297bcaa09ce191c3c612684be7e113e Mon Sep 17 00:00:00 2001 From: HellAholic Date: Thu, 4 Dec 2025 08:57:30 +0100 Subject: [PATCH] Update print settings for Ultimaker Sketch profiles Changed 'fill_outline_gaps' to true and increased wall and bead width parameters to 'line_width * 1.15' in both ultimaker_sketch and ultimaker_sketch_sprint definition files to improve print quality and consistency. --- resources/definitions/ultimaker_sketch.def.json | 4 ++-- resources/definitions/ultimaker_sketch_sprint.def.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/ultimaker_sketch.def.json b/resources/definitions/ultimaker_sketch.def.json index 760f82c52a..2c51480cc3 100644 --- a/resources/definitions/ultimaker_sketch.def.json +++ b/resources/definitions/ultimaker_sketch.def.json @@ -91,7 +91,7 @@ "cool_fan_speed_0": { "value": 0 }, "cool_min_layer_time": { "value": 8 }, "extruder_prime_pos_abs": { "default_value": true }, - "fill_outline_gaps": { "value": false }, + "fill_outline_gaps": { "value": true }, "gantry_height": { "value": "60" }, "infill_angles": { "value": "[45,45,45,45,45,135,135,135,135,135]" }, "infill_before_walls": { "value": false }, @@ -146,7 +146,7 @@ { "minimum_value": "line_width * 0.5", "minimum_value_warning": "line_width * 0.75", - "value": "line_width" + "value": "line_width * 1.15" }, "min_wall_line_width": { diff --git a/resources/definitions/ultimaker_sketch_sprint.def.json b/resources/definitions/ultimaker_sketch_sprint.def.json index a9883d268f..c128000549 100644 --- a/resources/definitions/ultimaker_sketch_sprint.def.json +++ b/resources/definitions/ultimaker_sketch_sprint.def.json @@ -178,7 +178,7 @@ "maximum_value": 260, "maximum_value_warning": 240 }, - "min_bead_width": { "value": 0.3 }, + "min_bead_width": { "value": "line_width * 1.15" }, "multiple_mesh_overlap": { "value": "0" }, "print_sequence": { "enabled": false }, "raft_airgap": { "value": 0.35 },