mirror of
https://github.com/likeablob/macmini.git
synced 2025-01-28 07:30:31 +00:00
22 lines
541 B
Markdown
22 lines
541 B
Markdown
|
<p align="center">
|
||
|
<img align="center" width="80%" height="auto" src="./images/main.png">
|
||
|
</p>
|
||
|
|
||
|
## Print conditions
|
||
|
- PLA, 0.2 mm, 180 ℃
|
||
|
- `macintosh-mini-part-a`: Rotate so that the -X(front) side is facing down.
|
||
|
|
||
|
<img align="center" width="80%" height="auto" src="./images/models.png">
|
||
|
|
||
|
|
||
|
## Dependencies
|
||
|
- [OskarLinde]'s [scad-utils](https://github.com/OskarLinde/scad-utils)
|
||
|
- openscad-nightly (`20181009T230242.gitf3de0e27+2416.1`)
|
||
|
|
||
|
## Build
|
||
|
```sh
|
||
|
$ git submodule update --init --recursive # or git clone --recursive
|
||
|
$ make -j4
|
||
|
```
|
||
|
|