Package Details: cura-lulzbot 3.6.21-8

Git Clone URL: https://aur.archlinux.org/cura-lulzbot.git (read-only, click to copy)
Package Base: cura-lulzbot
Description: Cura LulzBot Edition for LulzBot 3D Printers by Aleph Objects, Inc.
Upstream URL: https://www.lulzbot.com/cura
Keywords: 3d aleph cura lulzbot printer slicer
Licenses: AGPL3
Conflicts: cura-lulzbot-git
Submitter: HarlemSquirrel
Maintainer: None
Last Packager: HarlemSquirrel
Votes: 6
Popularity: 0.000000
First Submitted: 2018-07-24 06:02 (UTC)
Last Updated: 2022-02-28 21:02 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

HarlemSquirrel commented on 2020-05-31 17:24 (UTC)

Thanks, @ventrue! Updated.

ventrue commented on 2020-05-30 00:10 (UTC)

I had to add qt5-svg to get the icons to properly display. May want to make that a dependency.

HarlemSquirrel commented on 2020-03-10 05:52 (UTC) (edited on 2020-03-10 05:52 (UTC) by HarlemSquirrel)

Interesting. This failed to load for me just now as well. I've not had this problems with other files so far.

2020-03-10 01:50:28,350 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [82]: Exception: Exception occurred while loading file /home/hs/Downloads/3DBenchy.stl
2020-03-10 01:50:28,358 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]: Traceback (most recent call last):
2020-03-10 01:50:28,359 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/home/hs/builds/cura-lulzbot/src/curabuild-lulzbot/build/inst/lib/python3/dist-packages/UM/FileHandler/ReadFileJob.py", line 66, in run
2020-03-10 01:50:28,360 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/home/hs/builds/cura-lulzbot/src/curabuild-lulzbot/build/inst/lib/python3/dist-packages/UM/Mesh/MeshFileHandler.py", line 28, in readerRead
2020-03-10 01:50:28,364 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/usr/share/cura-lulzbot/plugins/plugins/FileHandlers/STLReader/STLReader.py", line 56, in read
2020-03-10 01:50:28,365 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:     self.load_file(file_name, mesh_builder, _use_numpystl = use_numpystl)
2020-03-10 01:50:28,366 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/usr/share/cura-lulzbot/plugins/plugins/FileHandlers/STLReader/STLReader.py", line 35, in load_file
2020-03-10 01:50:28,372 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:     self._loadWithNumpySTL(file_name, mesh_builder)
2020-03-10 01:50:28,375 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/usr/share/cura-lulzbot/plugins/plugins/FileHandlers/STLReader/STLReader.py", line 87, in _loadWithNumpySTL
2020-03-10 01:50:28,377 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:     for loaded_data in stl.mesh.Mesh.from_multi_file(file_name):
2020-03-10 01:50:28,378 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/home/hs/.local/lib/python3.8/site-packages/stl/stl.py", line 348, in from_multi_file
2020-03-10 01:50:28,379 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:     raw_data = cls.load(fh, mode=mode, speedups=speedups)
2020-03-10 01:50:28,391 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/home/hs/.local/lib/python3.8/site-packages/stl/stl.py", line 70, in load
2020-03-10 01:50:28,394 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:     name, data = cls._load_ascii(
2020-03-10 01:50:28,396 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "/home/hs/.local/lib/python3.8/site-packages/stl/stl.py", line 214, in _load_ascii
2020-03-10 01:50:28,397 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:     return _speedups.ascii_read(fh, header)
2020-03-10 01:50:28,398 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]:   File "stl/_speedups.pyx", line 142, in stl._speedups.ascii_read
2020-03-10 01:50:28,400 - ERROR - [(139623808362240)-Thread-8] UM.Logger.logException [86]: RuntimeError: (0, "Cannot read normals (2:b'\\xd7\\xd3@')")

DriverChief commented on 2020-03-10 04:35 (UTC)

Anyone else fail to load 3dbenchy after building this? I get an stl error, but if I use it on windows cura-LE it's fine. I know this is being built from source now, is that different from the git one because it uses the latest "release" tags? Benchy's stl https://www.thingiverse.com/download:1223854

ubuntourist commented on 2020-02-14 14:46 (UTC)

I had to temporarily remove cura-plugin-octoprint-git, cura, uranium, curaengine, and arcus (and temporarily rename ~/.gitconfig because I have it set to turn CRLF int LF for text files, and that upset the build.)

I was able to reinstall all of the above after the build.

HarlemSquirrel commented on 2020-02-14 04:19 (UTC)

I think that's conflicting with the version built during the build. You might try building with a clean chroot if you cannot remove arcus.

https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

ubuntourist commented on 2020-02-12 23:56 (UTC)

arcus 4.4.0-1

HarlemSquirrel commented on 2020-02-12 22:58 (UTC)

Looks like maybe an issue with Arcus. What version do you have installed?

ubuntourist commented on 2020-02-12 15:20 (UTC)

Still failing. A more complete listing of the error I previously mentioned:

...
[ 53%] Building CXX object CMakeFiles/_CuraEngine.dir/src/communication/ArcusCommunication.cpp.o
~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build/CuraEngine-prefix/src/CuraEngine/src/communication/ArcusCommunication.cpp: In member function ‘virtual void cura::ArcusCommunication::sliceNext()’:
~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build/CuraEngine-prefix/src/CuraEngine/src/communication/ArcusCommunication.cpp:484:81: error: no matching function for call to ‘Arcus::Socket::takeNextMessage(bool)’
  484 |     const Arcus::MessagePtr message = private_data->socket->takeNextMessage(true);
      |                                                                                 ^
In file included from ~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build/CuraEngine-prefix/src/CuraEngine/src/communication/ArcusCommunication.cpp:6:
/usr/include/Arcus/Socket.h:136:28: note: candidate: ‘virtual Arcus::MessagePtr Arcus::Socket::takeNextMessage()’
  136 |         virtual MessagePtr takeNextMessage();
      |                            ^~~~~~~~~~~~~~~
/usr/include/Arcus/Socket.h:136:28: note:   candidate expects 0 arguments, 1 provided
make[5]: *** [CMakeFiles/_CuraEngine.dir/build.make:565: CMakeFiles/_CuraEngine.dir/src/communication/ArcusCommunication.cpp.o] Error 1
make[5]: Leaving directory '~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build/CuraEngine-prefix/src/CuraEngine-build'
make[4]: *** [CMakeFiles/Makefile2:83: CMakeFiles/_CuraEngine.dir/all] Error 2
make[4]: Leaving directory '~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build/CuraEngine-prefix/src/CuraEngine-build'
make[3]: *** [Makefile:152: all] Error 2
make[3]: Leaving directory '~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build/CuraEngine-prefix/src/CuraEngine-build'
make[2]: *** [CMakeFiles/CuraEngine.dir/build.make:113: CuraEngine-prefix/src/CuraEngine-stamp/CuraEngine-build] Error 2
make[2]: Leaving directory '~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build'
make[1]: *** [CMakeFiles/Makefile2:541: CMakeFiles/CuraEngine.dir/all] Error 2
make[1]: Leaving directory '~/.cache/yay/cura-lulzbot/src/curabuild-lulzbot/build'
make: *** [Makefile:106: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: cura-lulzbot
$

ubuntourist commented on 2020-01-21 18:28 (UTC)

The last several days, the build dies with:

ArcusCommunication.cpp:484:81: error: no matching function for call to ‘Arcus::Socket::takeNextMessage(bool)’