얕고 넓게

[3DP] Klipper 개념, RPi Zero W2 본문

IT/3D Printer, CNC

[3DP] Klipper 개념, RPi Zero W2

블랙오닉스 2024. 6. 20. 22:30

2024.06.20

그동안 들어왔던 Klipper를 검색했다.

고성능, 여러기능, 빌드 여러번 할 필요 없다는데 이해가 안되었다.

RPi에 설치하면 Motor, Heater는 어떻게 ?

직접 제어한다는 것인지, RAMP 보드와 연결해서 쓰는 것인지?

BTT의 RPi 연결 보드 그림을 보니 이해.

https://lost.co.nz/articles/install-klipper-on-a-raspberry-pi-zero-2/

 

Install Klipper on a Raspberry Pi Zero 2

Running Klipper on your 3D printer requires a Linux server connected to your controller board. The Raspberry Pi Zero 2 is a great choice. It's tiny and uses hardly any power, which makes it easy to add to your build. If you don't mind the WiFi networking a

lost.co.nz

 

결국 PC 처럼 GCode를 Serial로 통신.

RPi <-> 3D Printer Board


지난 번 산 제품인 RPi Zero 2 (실크스크린) 이고 쉴드 케이스가 있는 것으로 보아 W(Wireless) 기능이 있는 것 같다.

HDMI 연결, Micro USB 전원 연결했는데 화면에 반응이 없다.

OS 설치가 필요한듯

https://tre2man.tistory.com/146

 

라즈베리파이 제로 w 기초 세팅

라즈베리파이 제로 w를 장만했다. 그런데 예전에 샀던 파이에는 usb와 랜카드 그리고 표준 HDMI 포트가 달려 있어서 독립적 컴퓨팅 시스템을 만들기에 부족함이 없었다. 이번에 산 제로 w 라는 제

tre2man.tistory.com

1. OS 다운로드

https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit

2. Etcher 다운로드

https://etcher.balena.io/#download-etcher

 

balenaEtcher - Flash OS images to SD cards & USB drives

A cross-platform tool to flash OS images onto SD cards and USB drives safely and easily. Free and open source for makers around the world.

etcher.balena.io

3. 굽기

SD Card를 꽂으니 전원 초록 LED가 켜진다.

HDMI 화면은 안나온다


검색

https://velog.io/@eojin/RPI02w%EC%97%90-RaspAP-%EC%84%A4%EC%B9%98-%EC%82%BD%EC%A7%88-%EC%9D%B4%EB%A0%A5

 

RPI02w에 RaspAP 설치 삽질 이력

내 제로투 핫스팟 만들기!

velog.io

 

일단 이미지 라이터를 다시 다운로드

https://www.raspberrypi.com/software/

 

굽고 끼우니 정상 부팅


Micro USB라 키보드 마우스를 어떻게?

초기 설정 중간에 블루투스 키보드 마우스를 페어링 모드로 하라고 한다.

Arc 마우스를 페어링 모드로 하니 RPi가 바로 인식 연결됨.


2024.06.21

부팅후 초기화 진행중 멈추거나 화면이 안보인다.

다시 윗글을 확인해 보니 부팅 메모리 만들때 CTRL+SHIFT+X를 누르고,

초기설정 된다고 한다.

해보니 안보이던 커스터마이징 옵션이 나온다.

 

 

Lite 굽고 부팅하고 SSH로 접속하니 접속된다.