본문 바로가기
반응형

분류 전체보기273

Petalinux https://slayernoone.tistory.com/entry/20163-%EC%84%A4%EC%B9%98 petalinux 정리 1. petalinux 확인shlee@xilinxdev:~$ echo $PETALINUX/opt/petalinuxshlee@xilinxdev:~$ 2.프로젝트 생성shlee@xilinxdev:~$ petalinux-create -t project -s /opt/petalinux/Xilinx-ZC706-v2016.3-final.bsp INFO: Create project: INFO: Projects: INFO: * Xilinx- slayernoone.tistory.com 1. petalinux 확인 shlee@xilinxdev:~$ echo $PETALINUX /opt/p.. 2023. 1. 10.
STL에서 STP 형식으로 3D 모델을 변환하는 방법 http://www.insta3dm.com/info/how-to-convert-3d-model-from-stl-to-stp-format-53170782.html STL에서 STP 형식으로 3D 모델을 변환하는 방법은 무엇입니까? STL에서 STP 형식으로 3D 모델을 변환하는 방법은 무엇입니까? www.insta3dm.com STL에서 STP 형식으로 3D 모델을 변환하는 방법은 무엇입니까? Feb 02, 2021 이 가이드에서는 STL 파일을 STEP 파일로 변환하는 기본 정보를 보여 드립니다. STL은 주로 3D 프린터에서 사용하는 3D 메쉬 형식이지만 엔지니어링 CAD 및 CAM 분야에서는 대부분의 소프트웨어에 솔리드 모델이 필요합니다. 가장 보편적인 솔리드 모델 형식은 STEP(.stp, .st.. 2022. 9. 27.
ABL(Auto Bed Leveling) & Z-offset adjustment ABL? For 3D printing, it’s essential to make sure your bed is level before starting any print. An unlevel bed often results in print quality issues, like warping or completely ruined prints, which means wasted material and time. On most consumer-grade 3D printers, leveling your print bed involves rotating a few (usually four, one for each corner) screw knobs to raise or lower the bed incremental.. 2022. 9. 23.
이미지 처리와 텍스트 인식 python pillow & tesseract Pillow https://pillow.readthedocs.io/en/stable/installation.html Installation Warnings: Python Support: Pillow supports these Python versions.,,,,,,,,, Python, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 2.7,,, Pillow >= 9.0, Yes, Yes, Yes, Yes,,,,,, Pillow 8.3.2 - 8.4, Yes, Yes, Ye... pillow.readthedocs.io > pip install pillow from PIL import Image, ImageFilter kitten=Image.open("kitten.jpg") blurryKit.. 2022. 9. 20.
반응형