weisofns/dsh-print3d2

dsh-print3d

为 DeepSeek Harness 提供 3D 打印与增材制造能力:支持参数化 STL 生成、校准 G-code 生成、STL/G-code 分析与路径渲染工具,以及切片/建模/诊断知识库。

AI 分析

核心用途是让 Agent 能够直接参与 3D 打印的设计、分析与诊断。适合 3D 打印爱好者或工程师,用于快速生成测试方块、估算打印时间、分析 G-code 路径或诊断打印故障。

包名
dsh-print3d
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weisofns/dsh-print3d

快速使用

用户:给我一个 20×20×10 的方块 STL,再生成它的校准 G-code,估算打印时间。

Agent 流程:

  1. print3d_gen_parametric_stl(shape="box", x=20, y=20, z=10) → STL 文本 → write 落盘 part.stl
  2. print3d_gen_calibration_gcode(part="cube", size=20) → G-code 文本 → write 落盘 part.gcode
  3. print3d_gcode_estimate(gcode_text=...) → 时间/耗材/层数