Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-08-09 17:58:54 +0300
committersupermerill <merill@free.fr>2022-08-11 00:56:37 +0300
commit1cb0fbfd7a0f0b98a5ab7f64683a638f951effe0 (patch)
tree84980e335ea7d023d0472897b52a5f126d7d9a02 /src/libslic3r/PrintConfig.cpp
parentae6165c8f9b571d073a833a37fe14677309fe71b (diff)
Fix brim generation (offset & width in constructed holes)
supermerill/SuperSlicer#3050
Diffstat (limited to 'src/libslic3r/PrintConfig.cpp')
-rw-r--r--src/libslic3r/PrintConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index 739651ecf..4bdeb5b69 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -825,7 +825,8 @@ void PrintConfigDef::init_fff_params()
def->label = L("Brim inside holes");
def->full_label = L("Brim inside holes");
def->category = OptionCategory::skirtBrim;
- def->tooltip = L("Allow to create a brim over an island when it's inside a hole (or surrounded by an object).");
+ def->tooltip = L("Allow to create a brim over an island when it's inside a hole (or surrounded by an object)."
+ "\nIncompatible with brim_width_interior, as it enables it with brim_width width.");
def->mode = comAdvancedE | comSuSi;
def->set_default_value(new ConfigOptionBool(false));
@@ -912,7 +913,6 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("Offset of brim from the printed object. Should be kept at 0 unless you encounter great difficulties to separate them."
"\nIt's subtracted to brim_width and brim_width_interior, so it has to be lower than them. The offset is applied after the first layer XY compensation (elephant foot).");
def->sidetext = L("mm");
- def->min = 0;
def->mode = comExpert | comPrusa;
def->set_default_value(new ConfigOptionFloat(0));
def->aliases = { "brim_offset" }; // from superslicer 2.3