diff --git a/images/brim/combined-brims.gif b/images/brim/combined-brims.gif new file mode 100644 index 0000000..ddde454 Binary files /dev/null and b/images/brim/combined-brims.gif differ diff --git a/images/brim/uncombined-brims.gif b/images/brim/uncombined-brims.gif new file mode 100644 index 0000000..197f7ca Binary files /dev/null and b/images/brim/uncombined-brims.gif differ diff --git a/print_settings/others/others_settings_brim.md b/print_settings/others/others_settings_brim.md index 90be801..d782a65 100644 --- a/print_settings/others/others_settings_brim.md +++ b/print_settings/others/others_settings_brim.md @@ -16,6 +16,9 @@ Brim is a flat layer printed around a model's base to improve adhesion to the pr - [Width](#width) - [Brim-Object Gap](#brim-object-gap) - [Brim use EFC outline](#brim-use-efc-outline) +- [Combine brims](#combine-brims) + - [Combined](#combined) + - [Uncombined](#uncombined) ## Type @@ -116,3 +119,18 @@ This option is intended for cases where [Elephant Foot Compensation](quality_set If your current setup already works well, enabling it may be unnecessary and can cause the brim to fuse with upper layers. ![brim-use-efc-outline](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/brim/brim-use-efc-outline.svg?raw=true) + +## Combine brims + +Combine adjacent brims into a single continuous brim when they touch. + +- Disable: Each object's brim is generated and printed separately; each brim is completed before its object is printed. +- Enable: Brims that touch are merged and printed together as longer continuous loops, which can improve adhesion for small or closely spaced objects. + +### Combined + +![combined-brims](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/brim/combined-brims.gif?raw=true) + +### Uncombined + +![uncombined-brims](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/brim/uncombined-brims.gif?raw=true)