mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:05:59 +08:00
Fix some English grammar. [CURA-5903]
This commit is contained in:
parent
9181b5a3b9
commit
6307784a79
@ -4142,7 +4142,7 @@
|
|||||||
"minimum_support_area":
|
"minimum_support_area":
|
||||||
{
|
{
|
||||||
"label": "Minimum Support Area",
|
"label": "Minimum Support Area",
|
||||||
"description": "Minimum area size for support polygons. Polygons which area is smaller than this value will not be generated.",
|
"description": "Minimum area size for support polygons. Polygons which have an area smaller than this value will not be generated.",
|
||||||
"unit": "mm²",
|
"unit": "mm²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0.0,
|
"default_value": 0.0,
|
||||||
@ -4395,7 +4395,7 @@
|
|||||||
"minimum_interface_area":
|
"minimum_interface_area":
|
||||||
{
|
{
|
||||||
"label": "Minimum Support Interface Area",
|
"label": "Minimum Support Interface Area",
|
||||||
"description": "Minimum area size for support interface polygons. Polygons which area are smaller than this value will not be generated.",
|
"description": "Minimum area size for support interface polygons. Polygons which have an area smaller than this value will not be generated.",
|
||||||
"unit": "mm²",
|
"unit": "mm²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1.0,
|
"default_value": 1.0,
|
||||||
@ -4409,7 +4409,7 @@
|
|||||||
"minimum_roof_area":
|
"minimum_roof_area":
|
||||||
{
|
{
|
||||||
"label": "Minimum Support Roof Area",
|
"label": "Minimum Support Roof Area",
|
||||||
"description": "Minimum area size for the roofs of the support. Polygons which area are smaller than this value will not be generated.",
|
"description": "Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will not be generated.",
|
||||||
"unit": "mm²",
|
"unit": "mm²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1.0,
|
"default_value": 1.0,
|
||||||
@ -4423,7 +4423,7 @@
|
|||||||
"minimum_bottom_area":
|
"minimum_bottom_area":
|
||||||
{
|
{
|
||||||
"label": "Minimum Support Floor Area",
|
"label": "Minimum Support Floor Area",
|
||||||
"description": "Minimum area size for the floors of the support. Polygons which area are smaller than this value will not be generated.",
|
"description": "Minimum area size for the floors of the support. Polygons which have an area smaller than this value will not be generated.",
|
||||||
"unit": "mm²",
|
"unit": "mm²",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1.0,
|
"default_value": 1.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user