mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
define Z Seam X/Y as Z Seam Position children
This commit is contained in:
parent
377b52e21e
commit
a9540c1ff0
1 changed files with 28 additions and 25 deletions
|
@ -1418,8 +1418,9 @@
|
|||
"enabled": "z_seam_type == 'back'",
|
||||
"default_value": "back",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"settable_per_mesh": true,
|
||||
"children":
|
||||
{
|
||||
"z_seam_x":
|
||||
{
|
||||
"label": "Z Seam X",
|
||||
|
@ -1443,6 +1444,8 @@
|
|||
"enabled": "z_seam_type == 'back'",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"z_seam_corner":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue