diff --git a/docs/ux/tool_atlas.json b/docs/ux/tool_atlas.json index 65a881bfa9..9d8479db09 100644 --- a/docs/ux/tool_atlas.json +++ b/docs/ux/tool_atlas.json @@ -37,8 +37,8 @@ "id": "dressup", "pos": "SE", "angle": 45, - "label": "Fillet / chamfer", - "why": "finishes faces and edges without changing the shape's intent; named for what it does, not for the trade word" + "label": "Fillet / chamfer / draft", + "why": "finishes faces and edges without changing the shape's intent; named for the tools it holds, not for the trade word. NOTE: Shell sits in Remove and Delete Face in Modify, so this row is NOT the same set as the toolbar's dressup dropdown." }, { "id": "repeat", diff --git a/src/slic3r/GUI/DesignOffer.hpp b/src/slic3r/GUI/DesignOffer.hpp index 8619ebbb1f..5d4bf16a48 100644 --- a/src/slic3r/GUI/DesignOffer.hpp +++ b/src/slic3r/GUI/DesignOffer.hpp @@ -70,7 +70,7 @@ static const char* const kOfferRowNames[] = { "Create", "Add material", "Remove", - "Fillet / chamfer", + "Fillet / chamfer / draft", "Repeat", "Transform", "Reference",