mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
misc changes
This commit is contained in:
parent
95762fabee
commit
08b7af645d
2 changed files with 5 additions and 3 deletions
|
@ -356,8 +356,8 @@ std::string ExtrusionEntity::role_to_string(ExtrusionRole role)
|
|||
case erBridgeInfill : return L("Bridge");
|
||||
case erInternalBridgeInfill : return L("Internal Bridge");
|
||||
case erGapFill : return L("Gap infill");
|
||||
case erSkirt : return ("Skirt");
|
||||
case erBrim : return ("Brim");
|
||||
case erSkirt : return L("Skirt");
|
||||
case erBrim : return L("Brim");
|
||||
case erSupportMaterial : return L("Support");
|
||||
case erSupportMaterialInterface : return L("Support interface");
|
||||
case erSupportTransition : return L("Support transition");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue