Remove superfluous spaces

Contributes to issue CURA-1309.
This commit is contained in:
Ghostkeeper 2016-03-31 17:47:15 +02:00
parent f3d600b72e
commit 3a7a1a4baa
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -355,7 +355,7 @@
"label": "Wall Line Count",
"description": "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number.",
"default": 2,
"min_value": "0",
"min_value": "0",
"type": "int",
"visible": false,
"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": {
"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",
"default": 0.8,
"min_value": "0",