β WIP
Additional hardware:
- 2x 12V DC Fan (PC fan)
- refs:
??????????
- refs:
- 2x Relay module
- ref:
??????????
- ref:
- 2x Switch button
- ref:
??????????
- ref:
- 2x 3.3V Green LED
- ref:
??????????
- ref:
- 1x 5V DC Fan (for RPi cooling)
- ref:
??????????
- ref:
- 1x TIP120 transitor
- ref:
??????????
- ref:
- 1x DN1007N Diode
- ref:
??????????
- ref:
- 1x DHT11 sensor (temp. & hum.)
- ref:
??????????
- ref:
Follow the instructions to install OctoPi on a SD card.
Tested version:
OctoPrint version OctoPi version 1.10.0 1.0.0
Default user configuration is:
| Username | Password |
|---|---|
| admin | octopi |
Once OctoPi is installed, boot the Raspberry Pi.
Optional: configure network (wifi in /etc/wpa_supplicant/wpa_supplicant.conf).
First,
sudo apt-get update && sudo apt-get upgradeThen, install pigpio (see documentation):
sudo apt-get install pigpioEnable the pigpiod service (auto-start at boot)
sudo systemctl enable pigpiodCreate the 3dpc-software folder and clone this repository:
mkdir ~/3dpc-software
cd ~/3dpc-software
git clone https://github.com/hperchec/3dpc-software.gitsudo ln -s ~/3dpc-software/service/3dpc.service /etc/systemd/system/3dpc.servicesystemctl enable 3dpc.serviceIn /boot/config.txt
# Enable hardware PWM
dtoverlay=pwm-2chan,pin=12,func=4,pin2=13,func2=4