common/o*: add Korean translation (#14642)
* common/o*: add Korean translation * odps-resource: update Korean translation (fix typo)
This commit is contained in:
16
pages.ko/common/openscad.md
Normal file
16
pages.ko/common/openscad.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# openscad
|
||||
|
||||
> 솔리드 3D CAD 객체를 생성하는 소프트웨어.
|
||||
> 더 많은 정보: <https://openscad.org>.
|
||||
|
||||
- 파일 열기:
|
||||
|
||||
`openscad {{경로/대상/button.scad}}`
|
||||
|
||||
- 파일을 STL로 변환:
|
||||
|
||||
`openscad -o {{경로/대상/button.stl}} {{경로/대상/button.scad}}`
|
||||
|
||||
- 특정 색 구성표로 파일을 PNG로 렌더링:
|
||||
|
||||
`openscad -o {{경로/대상/button.png}} --colorscheme {{Sunset}} {{경로/대상/button.scad}}`
|
Reference in New Issue
Block a user