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.
This commit is contained in:
Ghostkeeper 2019-08-22 09:46:49 +02:00
parent 9122d0cca4
commit 9f16973215
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -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 },