-
Good afternoon. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Hi @MaxAltera, I used Raspberry Pi OS so I'd recommend something Debian-based just to stay as consistent as possible. I've never used the OrangePi but I did encounter a NodeJS error on my Raspberry Pi when I was building my table. Did you try manually installing a later version of NodeJS? I have instructions for that in the build guide, but if you're still having errors feel free to paste the terminal output below and I can help diagnose. The build of Raspberry Pi OS I've been using is based off Debian 10. If you run |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@MaxAltera I've set mine up to not use the included software at all, instead using Klipper with Fluidd as the UI. I've made serveral PRs to Fluidd to allow it to display plotter-style GCode, etc. That would be compatible with an Orange Pi and offer MANY nice-to-haves out of the box compared to Marlin. I'll be releasing a full build guide once I'm done, but please let me know if you have any questions! Klipper has been a great success for me so far |
Beta Was this translation helpful? Give feedback.
Hi @MaxAltera,
I used Raspberry Pi OS so I'd recommend something Debian-based just to stay as consistent as possible. I've never used the OrangePi but I did encounter a NodeJS error on my Raspberry Pi when I was building my table. Did you try manually installing a later version of NodeJS? I have instructions for that in the build guide, but if you're still having errors feel free to paste the terminal output below and I can help diagnose.
The build of Raspberry Pi OS I've been using is based off Debian 10. If you run
cat /etc/os-release
what output do you get? You might just be on a really old version of Debian.