Jaime van Kessel
Jaime van Kessel
I've added this to the current sprint. This should be fixed for 5.1.
This is fixed by PR https://github.com/Ultimaker/CuraEngine/pull/1693
What you can already do is use infill modifiers to hack together what you want. See https://support.ultimaker.com/hc/en-us/articles/360013370140-How-to-adjust-print-settings-of-a-part-of-my-model-in-Ultimaker-Cura for more information. But could you also tell us why you want to...
What happens if you don't make an appimage? The image is only needed if you want to distribute Cura. For actual development, I would recommend not making the appimage.
Have you also tried just running "python3 cura_app.py"? That's what I use to run everything. I installed SIP in my python folder and ran the install script in LibArcus. (mkdir...
I don't know why the appimage isn't working for you. But unless you want a distributable package, there isn't a need to build appimages (hence me suggesting also installing libArcus...
We are working on getting it up & running. Mostly because we're switching build systems (so we kinda have to switch over to containerised build systems)
If you want a special viewport with eye-trackers, why not just do this with a plugin? I obviously don't know what it is that you exactly want, but I assume...
Did you already try just setting APPIMAGEKIT_APPIMAGETOOL_EXECUTABLE to be the path of the appimage-builder executable?
This is caused by having the wrong version of protobuf. Recently Ubuntu added protobuff 2 to the distro (which can be seen in your make file as it finds protobuf...