mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
Design: the fillet row is named for the tools it actually holds
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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LyRwbuq6fjn3VV9U9UvhBM
This commit is contained in:
co-authored by
Claude Opus 5
parent
0c2b643b0b
commit
f6e6cd83c1
@@ -37,8 +37,8 @@
|
|||||||
"id": "dressup",
|
"id": "dressup",
|
||||||
"pos": "SE",
|
"pos": "SE",
|
||||||
"angle": 45,
|
"angle": 45,
|
||||||
"label": "Fillet / chamfer",
|
"label": "Fillet / chamfer / draft",
|
||||||
"why": "finishes faces and edges without changing the shape's intent; named for what it does, not for the trade word"
|
"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",
|
"id": "repeat",
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ static const char* const kOfferRowNames[] = {
|
|||||||
"Create",
|
"Create",
|
||||||
"Add material",
|
"Add material",
|
||||||
"Remove",
|
"Remove",
|
||||||
"Fillet / chamfer",
|
"Fillet / chamfer / draft",
|
||||||
"Repeat",
|
"Repeat",
|
||||||
"Transform",
|
"Transform",
|
||||||
"Reference",
|
"Reference",
|
||||||
|
|||||||
Reference in New Issue
Block a user