mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +08: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
@ -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…
x
Reference in New Issue
Block a user