mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +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_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 },
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user