mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-18 22:42:37 +00:00
Design: the card says which tool it is, and "Dress-up" stops being a word we use
Mirror of snaporca 3677937964 (DesignPanel.cpp applied as a patch; parity 30, shared files byte-identical). The card header read "Fillet 1" over a chamfer because the offer's Chamfer address opened the tool before setting the type, and open_tool() titles the card from that combo. Choose first, then open. "Dress-up" removed from the offer row (-> "Fillet / chamfer"), the card field (-> "Type", it was a label reading Dress-up whose value said Chamfer) and the toolbar tooltip. Verified on the rig: header "Chamfer 1", field "Type: Chamfer", row "Fillet / chamfer". 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
3c998b8a62
commit
0c2b643b0b
@@ -37,8 +37,8 @@
|
||||
"id": "dressup",
|
||||
"pos": "SE",
|
||||
"angle": 45,
|
||||
"label": "Dress-up",
|
||||
"why": "finishes faces and edges without changing the shape's intent"
|
||||
"label": "Fillet / chamfer",
|
||||
"why": "finishes faces and edges without changing the shape's intent; named for what it does, not for the trade word"
|
||||
},
|
||||
{
|
||||
"id": "repeat",
|
||||
|
||||
Reference in New Issue
Block a user