Pull request #4235 - Fix tick/untick ironing feature in preview by rongith

This commit is contained in:
enricoturri1966 2020-07-20 13:31:39 +02:00
parent f326352ceb
commit 2de442b617
3 changed files with 3 additions and 2 deletions

View file

@ -312,8 +312,8 @@ std::string ExtrusionEntity::role_to_string(ExtrusionRole role)
case erOverhangPerimeter : return L("Overhang perimeter");
case erInternalInfill : return L("Internal infill");
case erSolidInfill : return L("Solid infill");
case erIroning : return L("Ironing");
case erTopSolidInfill : return L("Top solid infill");
case erIroning : return L("Ironing");
case erBridgeInfill : return L("Bridge infill");
case erGapFill : return L("Gap fill");
case erSkirt : return L("Skirt");