mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Less technical term for X/Y offset of infill
Just in the description. It's good to describe a setting using different words than the setting name. Contributes to issue CURA-4601.
This commit is contained in:
parent
4a8dacbe06
commit
a0ae7489f8
1 changed files with 2 additions and 2 deletions
|
|
@ -1568,7 +1568,7 @@
|
||||||
"infill_offset_x":
|
"infill_offset_x":
|
||||||
{
|
{
|
||||||
"label": "Infill X Offset",
|
"label": "Infill X Offset",
|
||||||
"description": "The infill pattern is offset this distance along the X axis.",
|
"description": "The infill pattern is moved this distance along the X axis.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
|
@ -1579,7 +1579,7 @@
|
||||||
"infill_offset_y":
|
"infill_offset_y":
|
||||||
{
|
{
|
||||||
"label": "Infill Y Offset",
|
"label": "Infill Y Offset",
|
||||||
"description": "The infill pattern is offset this distance along the Y axis.",
|
"description": "The infill pattern is moved this distance along the Y axis.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue