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:
authorGhostkeeper <rubend@tutanota.com>2019-08-22 10:46:49 +0300
committerGhostkeeper <rubend@tutanota.com>2019-08-22 10:46:49 +0300
commit9f16973215a10d9b60d9a5477600a8e88e39fcb1 (patch)
tree6bae2d04ff6583d632f6813d82b8bc2df616afa5 /resources/definitions/creality_base.def.json
parent9122d0cca44d684d937898afa6aa7b39e5180d02 (diff)
Don't remove skirt when printing with support
According to tests by theWaldschrat and Liger0, the skirt is still necessary when support is enabled. Fixes #6229.
Diffstat (limited to 'resources/definitions/creality_base.def.json')
-rw-r--r--resources/definitions/creality_base.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/creality_base.def.json b/resources/definitions/creality_base.def.json
index 440e93a948..de51cb1a53 100644
--- a/resources/definitions/creality_base.def.json
+++ b/resources/definitions/creality_base.def.json
@@ -107,8 +107,8 @@
"cool_fan_enabled": { "value": true },
"cool_min_layer_time": { "value": 10 },
- "adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
- "brim_replaces_support": { "value": false},
+ "adhesion_type": { "value": "'skirt'" },
+ "brim_replaces_support": { "value": false },
"skirt_gap": { "value": 10.0 },
"skirt_line_count": { "value": 4 },