mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Remove period from setting label
The 'Use towers' setting had a period behind the name. It shouldn't have.
This commit is contained in:
parent
8dce36583f
commit
e0ebff91ed
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@
|
|||
"enabled": "support_roof_enable"
|
||||
},
|
||||
"support_use_towers": {
|
||||
"label": "Use towers.",
|
||||
"label": "Use towers",
|
||||
"description": "Use specialized towers to support tiny overhang areas. These towers have a larger diameter than the region they support. Near the overhang the towers' diameter decreases, forming a roof.",
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue