Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <a.hiemstra@ultimaker.com>2015-05-21 16:11:00 +0300
committerArjen Hiemstra <a.hiemstra@ultimaker.com>2015-05-21 16:11:00 +0300
commit8d6f72f4094ed9a83ee9175f6f5aa3e3f115e04e (patch)
tree26cb79f43b22e9f34db20dfc1a8f43b3b54b7270
parentf6fc81900919390c2dfa54c1504a2233217f3418 (diff)
Set default brim size to 10 lines
Fixes #2
-rw-r--r--resources/settings/fdmprinter.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json
index 16a8cab7f1..657102c5d2 100644
--- a/resources/settings/fdmprinter.json
+++ b/resources/settings/fdmprinter.json
@@ -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"