add software reference

This commit is contained in:
2025-05-11 14:44:36 +08:00
parent 83d2db9c80
commit 68902a13b4

View File

@ -9,6 +9,47 @@
- `*.stl`: 通用模型 - `*.stl`: 通用模型
- `*.3mf`: 打印用的模型 - `*.3mf`: 打印用的模型
## 用途用法
主要是为了 3D 打印设计的。
### OpenSCAD
非常感谢社区有这么一个软件,让我这个臭写代码的也能做模型。
官网: https://openscad.org/
Github: [![GitHub Release](https://img.shields.io/github/v/release/openscad/openscad)](https://github.com/openscad/openscad/)
大部分 Unix 下,通过 openscad 这个包名安装。注意 repology 的版本被 Gentoo 带跑了Arch Linux 的版本相对应该是比较准确的最新版本。实际上因为它更新很慢,所以其实无所谓的
[![Packaging status](https://repology.org/badge/vertical-allrepos/openscad.svg)](https://repology.org/project/openscad/versions)
Windows 可以用 winget 安装:`winget install OpenSCAD.OpenSCAD` [![WinGet Package Version](https://img.shields.io/winget/v/OpenSCAD.OpenSCAD)](https://winstall.app/apps/OpenSCAD.OpenSCAD)
### 转换 OpenSCAD 模型为其他软件可以编辑的模型
```
openscad -o xxx.stl xxx.scad
# 或者
openscad -o xxx.3mf xxx.scad
```
OpenSCAD 生成的 3mf 文件,只带有形状信息,不会比 STL 更方便。
### 切片
我自己买了一台 Bambu A1 combo也就是有 AMS lite 的套餐。所以我个人倾向于使用拓竹的 Bambu Studio和 Orca Slicer。
为了家里人也可以使用,我主要是用 Windows 切片和打印。
Bambu Studio: `winget install Bambulab.Bambustudio` [![WinGet Package Version](https://img.shields.io/winget/v/Bambulab.Bambustudio)
](https://winstall.app/apps/Bambulab.Bambustudio)
Orca Slicer: `winget install SoftFever.OrcaSlicer` [![WinGet Package Version](https://img.shields.io/winget/v/SoftFever.OrcaSlicer)](https://winstall.app/apps/SoftFever.OrcaSlicer)
## 模型列表 ## 模型列表
### [养猫用的东西](猫猫用品): ### [养猫用的东西](猫猫用品):