From f6e6cd83c1979e448a35e3e903fb63ebe9129360 Mon Sep 17 00:00:00 2001 From: Tommaso Bianchi Date: Sat, 1 Aug 2026 09:08:21 +0200 Subject: [PATCH] Design: the fillet row is named for the tools it actually holds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirror of snaporca 352cf1c259 (data only — tool_atlas.json + the regenerated DesignOffer.hpp; both byte-identical across the forks). "Fillet / chamfer / draft" rather than naming shell too: Shell is in Remove and Delete Face in Modify. Only the toolbar's dressup dropdown groups all five. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01LyRwbuq6fjn3VV9U9UvhBM --- docs/ux/tool_atlas.json | 4 ++-- src/slic3r/GUI/DesignOffer.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",