JSON fix: layer_start_x and y description update for better understanding (CURA-1112)

This commit is contained in:
Tim Kuipers 2016-11-24 17:28:34 +01:00
parent de8e49b247
commit 2df6de1814

View File

@ -2338,7 +2338,7 @@
"layer_start_x": "layer_start_x":
{ {
"label": "Layer Start X", "label": "Layer Start X",
"description": "The X coordinate of the position near where to start printing objects each layer.", "description": "The X coordinate of the position near where to find the part to start printing each layer.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default_value": 0.0, "default_value": 0.0,
@ -2351,7 +2351,7 @@
"layer_start_y": "layer_start_y":
{ {
"label": "Layer Start Y", "label": "Layer Start Y",
"description": "The Y coordinate of the position near where to start printing objects each layer.", "description": "The Y coordinate of the position near where to find the part to start printing each layer.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default_value": 0.0, "default_value": 0.0,