mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:06:13 +08:00
Remove superfluous spaces
Contributes to issue CURA-1309.
This commit is contained in:
parent
f3d600b72e
commit
3a7a1a4baa
@ -355,7 +355,7 @@
|
|||||||
"label": "Wall Line Count",
|
"label": "Wall Line Count",
|
||||||
"description": "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number.",
|
"description": "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number.",
|
||||||
"default": 2,
|
"default": 2,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "1 if magic_spiralize else max(1, round((wall_thickness - wall_line_width_0) / wall_line_width_x) + 1)"
|
"inherit_function": "1 if magic_spiralize else max(1, round((wall_thickness - wall_line_width_0) / wall_line_width_x) + 1)"
|
||||||
@ -364,7 +364,7 @@
|
|||||||
},
|
},
|
||||||
"top_bottom_thickness": {
|
"top_bottom_thickness": {
|
||||||
"label": "Top/Bottom Thickness",
|
"label": "Top/Bottom Thickness",
|
||||||
"description": " The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers.",
|
"description": "The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default": 0.8,
|
"default": 0.8,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user