Skip to content
Closed

TEST #21640

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions resources/definitions/ultimaker.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
"xy_offset": { "value": "-layer_height * 0.1" },
"xy_offset_layer_0": { "value": "-wall_line_width_0 / 5 + xy_offset" },
Comment on lines 221 to 222
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-redundant-override ⚠️
Overriding z_seam_on_vertex with the same value (default_value: False) as defined in parent definition: fdmprinter

Suggested change
"xy_offset": { "value": "-layer_height * 0.1" },
"xy_offset_layer_0": { "value": "-wall_line_width_0 / 5 + xy_offset" },
"xy_offset": { "value": "-layer_height * 0.1" },

"z_seam_corner": { "value": "'z_seam_corner_weighted'" },
"z_seam_on_vertex":
{
"default_value": false,
"value": false
},
"z_seam_relative": { "value": "True" },
"zig_zaggify_support": { "value": true }
}
Expand Down