mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-06 23:18:59 +08:00
Add further options to z_seam_type.
Can now specify that the z-seam should be located in either the most concave region of the outline, the most convex region or the most curved (concave or convex) region.
This commit is contained in:
parent
ff4fb0dea0
commit
0cc0fe93b8
@ -1228,7 +1228,10 @@
|
|||||||
{
|
{
|
||||||
"back": "User Specified",
|
"back": "User Specified",
|
||||||
"shortest": "Shortest",
|
"shortest": "Shortest",
|
||||||
"random": "Random"
|
"random": "Random",
|
||||||
|
"most_curvature_convex": "Most Convex Region",
|
||||||
|
"most_curvature_concave": "Most Concave Region",
|
||||||
|
"most_curvature": "Most Curved Region"
|
||||||
},
|
},
|
||||||
"default_value": "shortest",
|
"default_value": "shortest",
|
||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user