-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure individuell overlays #31
Comments
I think for opizero usb is enabled. Any how if you find any improvement please send over a pull request that will be included in the next release. |
Hi, you are right. However, I also like to use pwm for LED control. The manifest file is somehow matching perfectly for anycubic ... printers. I am using prusa MK3. |
Hi, I've never worked with pwm in the opi zero. I did not added by default it conflicts with UART0 / console. If you want to enable is simple. Go to extra.sh and add one overlay like this: octocitrico/boards/opizero/extra.sh Line 20 in 37ef180
For the pull request, thanks for the contribution. I've revived it and I will not merge it yet as it links the build to a specific commit in the dev tree of octopi. I prefer to link with stable versions published upstream to avoid including any unstable version that might create bugs difficult to trace. OctoPi will release soon a new version 1.0.0. (new in Rc3) Then I will implement your pull request with some minor changes to be inline with new octopi version. Thanks again for your help in the project. |
Hi,
I am building an image for opizero.
I'd like to use the additional USB hosts.
So, I need to add overlays usbhost1 and usbhost2.
Usually this happens in extra.sh for the board.
I'll do the changes in my fork. However, does it make sense to pull it into master branch?
This makes it easier to support USB cameras.
The text was updated successfully, but these errors were encountered: