Skip to content

Commit

Permalink
Merge pull request #19343 from Ultimaker/PP-495-Better-default-settin…
Browse files Browse the repository at this point in the history
…gs-for-seams

Better seam position defaults
  • Loading branch information
HellAholic authored Jul 9, 2024
2 parents b937f8a + 9b11c6f commit 8f69b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@
"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,
"default_value": false,
"settable_per_mesh": true,
"enabled": "z_seam_type == 'back' or z_seam_type == 'shortest'"
},
Expand Down Expand Up @@ -8275,7 +8275,7 @@
"minimum_value_warning": "2",
"maximum_value": "90",
"default_value": 90,
"value": "wall_overhang_angle",
"value": "support_angle",
"settable_per_mesh": true
},
"wall_overhang_speed_factor":
Expand Down

0 comments on commit 8f69b3a

Please sign in to comment.