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:
authorTim Kuipers <t.kuipers@ultimaker.com>2016-10-03 15:41:09 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2016-10-03 15:41:09 +0300
commit16a07a3c3e1bfa7b73a6d059d68863093c0ca191 (patch)
treefd3d2c4fb94a9a0729ec9548334378bb17cb800e /resources/definitions/rigidbot_big.def.json
parent8363f40a2f422c9f183e3e8f7e0fedf07fd35dd6 (diff)
JSON fix: RigidBot had weird outdated enabled formulas for skirt settings (CURA-2410)
Diffstat (limited to 'resources/definitions/rigidbot_big.def.json')
-rw-r--r--resources/definitions/rigidbot_big.def.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/resources/definitions/rigidbot_big.def.json b/resources/definitions/rigidbot_big.def.json
index 9ada143fbc..f8cf1e1da0 100644
--- a/resources/definitions/rigidbot_big.def.json
+++ b/resources/definitions/rigidbot_big.def.json
@@ -91,16 +91,13 @@
"default_value": 0
},
"skirt_line_count": {
- "default_value": 3,
- "enabled": "adhesion_type == \"Skirt\""
+ "default_value": 3
},
"skirt_gap": {
- "default_value": 4,
- "enabled": "adhesion_type == \"Skirt\""
+ "default_value": 4
},
"skirt_brim_minimal_length": {
- "default_value": 200,
- "enabled": "adhesion_type == \"Skirt\""
+ "default_value": 200
}
}
} \ No newline at end of file