Skip to content

Commit 5a98d4a

Browse files
authored
Add brim_gap override to ultimaker2_plus_connect.def.json
add formula in use for S line to the UM2+C Resolves: #21258
1 parent ab96c08 commit 5a98d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/definitions/ultimaker2_plus_connect.def.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"overrides":
4545
{
46+
"brim_gap": { "value": "-xy_offset_layer_0 + 0.05" },
4647
"gantry_height": { "value": "52" },
4748
"infill_overlap": { "value": "0" },
4849
"infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'grid'" },
@@ -118,4 +119,4 @@
118119
"speed_wall_x": { "value": "speed_wall" },
119120
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
120121
}
121-
}
122+
}

0 commit comments

Comments
 (0)