dsh-print3d
3D printing & additive manufacturing capabilities for DeepSeek Harness: parametric STL generation, calibration G-code, STL/G-code analysis and toolpath rendering as model tools, plus slicing / modeling / analysis / diagnosis knowledge skills.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weisofns/dsh-print3d说明文档
阅读完整 README ↗快速使用
用户:给我一个 20×20×10 的方块 STL,再生成它的校准 G-code,估算打印时间。
Agent 流程:
print3d_gen_parametric_stl(shape="box", x=20, y=20, z=10)→ STL 文本 →write落盘part.stlprint3d_gen_calibration_gcode(part="cube", size=20)→ G-code 文本 →write落盘part.gcodeprint3d_gcode_estimate(gcode_text=...)→ 时间/耗材/层数