-
Notifications
You must be signed in to change notification settings - Fork 92
Setup: Boot to Browser
jayjlawrence edited this page Jan 16, 2020
·
28 revisions
It's not recommended to use a single-core Raspberry Pi with OctoPrint and a touchscreen. The single-core processor is only recommended for running OctoPrint. Attaching third-party equipment (e.g. camera or touchscreen) can result in failing prints or slow performance.
-
Make sure you've installed OctoPrint and installed TouchUI from the 'Plugins Manager'.
-
Make sure you've your touchscreen working by installing the required drivers.
- For 3.5" TFT displays have a look at https://www.elecrow.com/wiki/index.php?title=3.5_Inch_480x320_TFT_Display_with_Touch_Screen_for_Raspberry_Pi
-
Get the TouchUI boot files + install scripts:
git clone https://github.com/BillyBlaze/OctoPrint-TouchUI-autostart.git ~/TouchUI-autostart/
-
Run the install helper
sudo ~/TouchUI-autostart/helpers/install
-
Done!
- Troubleshooting: