Hammond Pearce (kiwih)
Hammond Pearce (kiwih)
Hmm, I've tried the AppRun executable under the packaging directory and that crashes with the same error ``` hammond@hammond-FX505DD:~/Documents/cura-build-dir/cura-build/build/package$ ./AppRun Traceback (most recent call last): File "/home/hammond/Documents/cura-build-dir/cura-build-environment/lib/python3.5/site-packages/cx_Freeze/initscripts/__startup__.py", line 12, in...
Same error - ```python3 cura_app.py Traceback (most recent call last): File "cura_app.py", line 23, in import Arcus # @UnusedImport ModuleNotFoundError: No module named 'Arcus' ``` Maybe I am misunderstanding something,...
I'm not sure I understand - are you using a different build process than the one in cura-build? The cura-build always builds the appimage when I run make
I have found that I can run the `cura_app.py` file using the python3.5 executable that cura-build-environment compiles, however that still crashes with a different error: ``` /home/hammond/Documents/cura-building/cura-build-environment/install/bin/python3.5 cura_app.py Traceback (most...
I understand what you're saying now, I can actually just run the Cura repository by following the other steps in https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Ubuntu - I have tried this and it does work,...
Hi there, you can submit a PR with this if you would like, I will accept it.
Not an issue I have ever faced (I don't tend to use the F0 chips). Can you import your own version of FatFS instead of using the HAL-provided version?
Perhaps start with a simpler application of the SPI - talk to a basic component or just send random packets and measure them with the scope?
As it turns out it doesn't matter? I made a program that turns I/O on and off and so on and it all works fine. I think this is a...
Note: sometimes it _does_ finish loading, and refreshes the page, which makes the whole thing even more confusing for the novice user.