mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Rename 'Offset' to 'Horizontal Expansion'
This is more consistent with other similar settings. Contributes to issue CURA-5880.
This commit is contained in:
parent
dcc6003a92
commit
f132adc135
1 changed files with 3 additions and 3 deletions
|
@ -4380,7 +4380,7 @@
|
|||
},
|
||||
"support_interface_offset":
|
||||
{
|
||||
"label": "Support Interface Offset",
|
||||
"label": "Support Interface Horizontal Expansion",
|
||||
"description": "Amount of offset applied to the support interface polygons.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4393,7 +4393,7 @@
|
|||
{
|
||||
"support_roof_offset":
|
||||
{
|
||||
"label": "Support Roof Offset",
|
||||
"label": "Support Roof Horizontal Expansion",
|
||||
"description": "Amount of offset applied to the roofs of the support.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4407,7 +4407,7 @@
|
|||
},
|
||||
"support_bottom_offset":
|
||||
{
|
||||
"label": "Support Floor Offset",
|
||||
"label": "Support Floor Horizontal Expansion",
|
||||
"description": "Amount of offset applied to the floors of the support.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue