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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2018-03-19 17:53:49 +0300
committerLukas Matena <lukasmatena@seznam.cz>2018-03-19 17:53:49 +0300
commit76b280c64caab570c5b3e3fb6704cfa9a767797d (patch)
tree951b4de752b8640358faab760c4cbf93b7c0a0e3 /xs/src/libslic3r/PrintConfig.cpp
parent349a8a88aec920c0970fe384f6ee94cab5e8a9a9 (diff)
Removed parameter 'wipe_tower_adhesion', it will always be true
Diffstat (limited to 'xs/src/libslic3r/PrintConfig.cpp')
-rw-r--r--xs/src/libslic3r/PrintConfig.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp
index a09b896c9..ff426c9a2 100644
--- a/xs/src/libslic3r/PrintConfig.cpp
+++ b/xs/src/libslic3r/PrintConfig.cpp
@@ -1840,13 +1840,6 @@ PrintConfigDef::PrintConfigDef()
def->sidetext = L("mm");
def->cli = "wipe-tower-bridging=f";
def->default_value = new ConfigOptionFloat(10.);
-
- def = this->add("wipe_tower_adhesion", coBool);
- def->label = L("Increase first layer adhesion");
- def->tooltip = L("This prevents using sparse infill on the first layer, if it would be "
- "normally applied. Dense infill is used instead. ");
- def->cli = "wipe-tower_adhesion!";
- def->default_value = new ConfigOptionBool(true);
def = this->add("xy_size_compensation", coFloat);
def->label = L("XY Size Compensation");