mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Added z_seam_relative setting to determine whether z seam is relative to part or not.
This commit is contained in:
parent
015c253252
commit
fa15a5b5ce
1 changed files with 11 additions and 0 deletions
|
@ -1166,6 +1166,17 @@
|
|||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"z_seam_relative":
|
||||
{
|
||||
"label": "Z Seam Relative",
|
||||
"description": "Whether the coordinates of the position near where to start printing each part in a layer are relative to the part's centre. By default, the coordinates define an absolute position on the platform.",
|
||||
"unit": "mm",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "z_seam_type == 'back'",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"skin_no_small_gaps_heuristic":
|
||||
{
|
||||
"label": "Ignore Small Z Gaps",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue