Skip to content

Commit

Permalink
Merge pull request #19188 from Ultimaker/CURA-9474_non_vertex_seams
Browse files Browse the repository at this point in the history
[CURA-9474] (Some) Seams Not On Vertices
  • Loading branch information
HellAholic authored Jun 19, 2024
2 parents e8f4e9a + e2ed9c6 commit 7814eab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,15 @@
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_mesh": true
},
"z_seam_on_vertex":
{
"label": "Z Seam On Vertex",
"description": "Place the z-seam on a polygon vertex. Switching this off can place the seam between vertices as well. (Keep in mind that this won't override the restrictions on placing the seam on an unsupported overhang.)",
"type": "bool",
"default_value": true,
"settable_per_mesh": true,
"enabled": "z_seam_type == 'back' or z_seam_type == 'shortest'"
},
"z_seam_position":
{
"label": "Z Seam Position",
Expand Down
1 change: 1 addition & 0 deletions resources/setting_visibility/expert.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ xy_offset_layer_0
hole_xy_offset
hole_xy_offset_max_diameter
z_seam_type
z_seam_on_vertex
z_seam_position
z_seam_x
z_seam_y
Expand Down

0 comments on commit 7814eab

Please sign in to comment.