Set default brim size to 10 lines

Fixes #2
This commit is contained in:
Arjen Hiemstra 2015-05-21 15:11:00 +02:00
parent f6fc819009
commit 8d6f72f409

View File

@ -912,7 +912,7 @@
"label": "Brim Line Count",
"description": "The amount of lines used for a brim: More lines means a larger brim which sticks better, but this also makes your effective print area smaller.",
"type": "int",
"default": 1,
"default": 10,
"active_if": {
"setting": "adhesion_type",
"value": "Brim"