mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 07:44:22 +08:00
Make z-seam on non-vertex positions posible.
For user-specified and shortest at least. part of CURA-9474
This commit is contained in:
parent
59771d0ddc
commit
faa2b46a31
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user