mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge pull request #1995 from smartavionics/mb-z-seam-relative
Added z_seam_relative setting to determine whether z seam origin is relative to part or not. (CURA-3971)
This commit is contained in:
commit
7ff6857041
1 changed files with 11 additions and 0 deletions
|
@ -1188,6 +1188,17 @@
|
|||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"z_seam_relative":
|
||||
{
|
||||
"label": "Z Seam Relative",
|
||||
"description": "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate.",
|
||||
"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