Skip to content

Commit 6e3776e

Browse files
authored
Merge pull request #21190 from Ultimaker/CURA-12867_Increase-minimum-thin-wall-line-width-on-sketch-series
Update print settings for Ultimaker Sketch profiles
2 parents f983ec3 + ec88c3e commit 6e3776e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/definitions/ultimaker_sketch.def.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"cool_fan_speed_0": { "value": 0 },
9292
"cool_min_layer_time": { "value": 8 },
9393
"extruder_prime_pos_abs": { "default_value": true },
94-
"fill_outline_gaps": { "value": false },
94+
"fill_outline_gaps": { "value": true },
9595
"gantry_height": { "value": "60" },
9696
"infill_angles": { "value": "[45,45,45,45,45,135,135,135,135,135]" },
9797
"infill_before_walls": { "value": false },
@@ -146,7 +146,7 @@
146146
{
147147
"minimum_value": "line_width * 0.5",
148148
"minimum_value_warning": "line_width * 0.75",
149-
"value": "line_width"
149+
"value": "line_width * 1.15"
150150
},
151151
"min_wall_line_width":
152152
{

resources/definitions/ultimaker_sketch_sprint.def.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"maximum_value": 260,
179179
"maximum_value_warning": 240
180180
},
181-
"min_bead_width": { "value": 0.3 },
181+
"min_bead_width": { "value": "line_width * 1.15" },
182182
"multiple_mesh_overlap": { "value": "0" },
183183
"print_sequence": { "enabled": false },
184184
"raft_airgap": { "value": 0.35 },

0 commit comments

Comments
 (0)