mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
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:
parent
9122d0cca4
commit
9f16973215
@ -107,8 +107,8 @@
|
|||||||
"cool_fan_enabled": { "value": true },
|
"cool_fan_enabled": { "value": true },
|
||||||
"cool_min_layer_time": { "value": 10 },
|
"cool_min_layer_time": { "value": 10 },
|
||||||
|
|
||||||
"adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
|
"adhesion_type": { "value": "'skirt'" },
|
||||||
"brim_replaces_support": { "value": false},
|
"brim_replaces_support": { "value": false },
|
||||||
"skirt_gap": { "value": 10.0 },
|
"skirt_gap": { "value": 10.0 },
|
||||||
"skirt_line_count": { "value": 4 },
|
"skirt_line_count": { "value": 4 },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user