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:
Mark Burton 2017-08-25 09:25:53 +01:00
parent ff4fb0dea0
commit 0cc0fe93b8

View File

@ -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",