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.
This commit is contained in:
HellAholic 2025-12-04 08:57:30 +01:00
parent 9bd05b229d
commit 115f06b7b2
2 changed files with 3 additions and 3 deletions

View file

@ -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":
{

View file

@ -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 },