We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1202f61 commit 8cd8d63Copy full SHA for 8cd8d63
src/sliceDataStorage.cpp
@@ -455,7 +455,7 @@ std::vector<bool> SliceDataStorage::getExtrudersUsed(int layer_nr) const
455
// i.e. layers < 0 are for raft, layer 0 is for brim/skirt
456
include_adhesion = false;
457
}
458
- if (include_adhesion)
+ if (include_adhesion && getSettingAsPlatformAdhesion("adhesion_type") != EPlatformAdhesion::NONE)
459
{
460
ret[getSettingAsIndex("adhesion_extruder_nr")] = true;
461
{ // process brim/skirt
0 commit comments