Skip to main content

freecad-hollow-text

Turns font text (via Draft ShapeString) into hollow/channel outline lettering in this addon's live FreeCAD document -- backlit "channel letter" signage, LED-strip nameplates, or any 3D-printed text that needs a thin wall around the letterforms instead of solid fill. Exists because the naive approach (extrude solid letters, then shrink the wall inward with a 2D offset or makeThickness) is a confirmed crash: on cursive/script fonts with strokes thinner than the wall thickness, the inward shrink self-intersects and can segfault deep inside OCCT's offset code, taking the whole FreeCAD process down with any unsaved work. This skill's technique grows the wall OUTWARD instead (the robust direction) and hollows per touching letter-cluster rather than per glyph. Assumes the run_python execution contract from the system prompt (pre-bound names, one-call-one-transaction, Quantity). EXPLICIT INVOCATION ONLY -- invoke only when a message directly asks for this skill by name (the /hollow-text slash command in the FreeCAD c

설치로 이동

소스 정보

저장소
tinkerindustries/FreeCADClaude
최근 소스 활동
2026년 7월 30일 10:47
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.