I have been attempting to build cura on my arm board ( using the guides they published ) and not having much luck, any tricks to know about? ( its not an RPI so i cant try these binaries floating around )
You could try building using my versions of the cura-build-environment and cura-build repos. They are both at github.com/smartavionics. If you check out those repos and use the mb-master branches in both it will build exactly the same as used in my arm releases. Perhaps you can then modify the build to be suitable for your hardware.
Assuming all the prerequisites are installed, in cura-build-environment do mkdir build, cd build, . ../run-cmake.sh, make. That downloads and builds Qt, Python, etc. Once that has finished (takes a few hours), in cura-build do similar, mkdir build, cd build, . ../run-cmake.sh, make. That actually builds the AppImage.
Good luck!
5 minutes ago, burtoogle said:You could try building using my versions of the cura-build-environment and cura-build repos. They are both at github.com/smartavionics. If you check out those repos and use the mb-master branches in both it will build exactly the same as used in my arm releases. Perhaps you can then modify the build to be suitable for your hardware.
Assuming all the prerequisites are installed, in cura-build-environment do mkdir build, cd build, . ../run-cmake.sh, make. That downloads and builds Qt, Python, etc. Once that has finished (takes a few hours), in cura-build do similar, mkdir build, cd build, . ../run-cmake.sh, make. That actually builds the AppImage.
Good luck!
Tks, ill give it a shot this weekend. ( for what its worth i have RK3399 chips and Nvidia stuff ( TX1 and nano .. soon a Xavier )
- 3 weeks later...
Newbi her...
Downloaded the armhf file on my pi 4, how do i install the program on the pi?
kind regards
Roger
The file is an AppImage. You make it executable (chmod +x filename, or via the context menu in your desktop manager) and run it.
46 minutes ago, ahoeben said:The file is an AppImage. You make it executable (chmod +x filename, or via the context menu in your desktop manager) and run it.
Must do something wrong...!
pi@raspberrypi:~ $ chmod +x Cura-mb-master-armhf-20191226.AppImage
chmod: cannot access 'Cura-mb-master-armhf-20191226.AppImage': No such file or directory
pi@raspberrypi:~ $
first cd into the folder where the file is located...
6 hours ago, ahoeben said:first cd into the folder where the file is located...
Thanks for pointing me in the right direction! I know a lot more Linux now after a few tutorials..Cura up running😊
/Roger
- 2 months later...
just got my PI 4 4gb with fan and i have the appimage 0201 working okay, The other app images 0208, 0218, 0301 loads up but have black or grey boxes where the file-help is and pretty much every where else. Anyone have this problem? Would like a version if possible with the thingiverse browser plugin and perhaps octoprint if possible.
Thanks for your time,
David T
Hello @Ludenation, have you followed this instruction in the README?
-
Make sure your PI 4 has the libgles-dev package installed (sudo apt-get install libgles-dev).
- 1
no i did not to be honest. i am now. Still new to this i had my buddy set this up, now im trying to learn i aplogize
What happens now? I don't understand what the problem is.
- 1
2 minutes ago, Ludenation said:
That's because it's running in compatibility mode. It needs OpenGL 4.1 for the "realistic" layerview
- 1
Yes, well if you had read the README file you would know that the PI 4 doesn't support the Open GL version required for the full layer display.
* Due to the version of OpenGL that is supported, the layer display is limited to compatibility mode.
* Also due to the legacy OpenGL support, the new "orientate selected face downwards" feature is not available.
- 1
Actually, the reason I have recently moved to using GLE instead of Open GL on the PI 4 is because in the future, it may well support GLE 3.2 (the HW is capable of it) in which case it will have fragment shaders and it may be possible to use the full layer view.
- 1
What version of Cura is this based on? Would you be willing to do a special request for Cura 15.04.6?
3 hours ago, phoenixbyrd said:What version of Cura is this based on? Would you be willing to do a special request for Cura 15.04.6?
It's based on the UM master branch heavily modified by my own additions/fixes/bugs.
Sorry, I can't take on any more builds, I already spend far too much time on this stuff as it is.
9 hours ago, burtoogle said:
It's based on the UM master branch heavily modified by my own additions/fixes/bugs.
Sorry, I can't take on any more builds, I already spend far too much time on this stuff as it is.
No worries, I got your version to work after emailing the company I bought the printer from. Turns out they had a tutorial for x86 version of Cura 15.04.6 there. Used that to figure out how to change the settings to match as best as possible to your build and now it looks like everything is working great.
Thanks for the build! I'm very happy I can now print, control and monitor my printer right from my pi4!
- 4 weeks later...
Hello, I have tested two systems(ubuntu&debian)on pi4B, neither of which can run this appimage. What is your system and version?tks!
Hello @flyhh, it's just the normal Buster (aka debian 10).
What happens when you try to run the image?
2 hours ago, burtoogle said:Hello @flyhh, it's just the normal Buster (aka debian 10).
What happens when you try to run the image?
pls look Here ,Many black squares, can not see text and icons
Edited by flyhh
Recommended Posts
Top Posters In This Topic
45
9
8
6
Popular Days
May 12
8
Jul 23
8
Aug 2
8
Mar 4
6
Top Posters In This Topic
burtoogle 45 posts
icare 9 posts
stevepos 8 posts
ahoeben 6 posts
Popular Days
May 12 2020
8 posts
Jul 23 2020
8 posts
Aug 2 2019
8 posts
Mar 4 2020
6 posts
Popular Posts
burtoogle
Now available is a Linux AppImage that runs on an armhf system (e.g. a Pi 4). It has received minimal testing but it does appear to work (I sliced a benchy OK!). Obviously, even the amazin
burtoogle
This is my first post for years. I really don't post here any more but I just have to reply to the last post because it's just so wrong on many counts. @Varkanoid, do yourself a favour and completely
burtoogle
I have managed to workaround the various limitations and bugs in the graphic library and now have quite a nice display. It still has some compromises compared to the other builds (Linux/Mac/Windows) a
Posted Images
burtoogle 516
Don't tell me, the laptop's running Windows?!
Anyway, glad the Pi release is working well. It's a shame but I don't think the preview display will ever be any better because of the low level of OpenGL supported by the Pi4 hardware. Still, it's a lot better than not working at all.
Link to post
Share on other sites