Fix typo's. [CURA-5760] Feature support brim.

This commit is contained in:
Remco Burema 2018-10-16 13:05:15 +02:00
parent 58490343f7
commit 25000e8a6b

View File

@ -4613,7 +4613,7 @@
"brim_replaces_support": "brim_replaces_support":
{ {
"label": "Brim Replaces Support", "label": "Brim Replaces Support",
"description": "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions fo the first layer of supprot by brim regions.", "description": "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions.",
"type": "bool", "type": "bool",
"default_value": true, "default_value": true,
"enabled": "resolveOrValue('adhesion_type') == 'brim' and support_enable", "enabled": "resolveOrValue('adhesion_type') == 'brim' and support_enable",