mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06: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
1 changed files with 4 additions and 1 deletions
|
@ -1228,7 +1228,10 @@
|
|||
{
|
||||
"back": "User Specified",
|
||||
"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",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue