jordanthompson
About
- Username
- jordanthompson
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
jordanthompson said: jordanthompson said: Hi all, I have a DaVinci 1.0 that has had its firmware replaced with Repetier (1.0 or thereabouts). It is printing fine, but I want to see the animation of the extruder during the print. In t…
-
jordanthompson said: Hi all, I have a DaVinci 1.0 that has had its firmware replaced with Repetier (1.0 or thereabouts). It is printing fine, but I want to see the animation of the extruder during the print. In the Manual Control screen, I …
-
So it WAS working fine but I rebooted the pi and now Repetier doesn't see the CuraEngine in the slicer dropdown... Arrrgggghhhhh In fact, there are NO slicers in the dropdown :-( I reinstalled repetier and all is well again...
-
finally got it working with CuraEngine version 15.0.4.5 from here: https://github.com/Ultimaker/CuraEngine/releases/tag/15.04.5 Any idea when Repetier will support the newer versions of CuraEngine?
-
I downloaded Arcus from here: https://github.com/Ultimaker/libArcus/releases/tag/15.10 CuraEngine (as suggested by @Repetier) from here: https://github.com/Ultimaker/CuraEngine/tree/15.06.03 protobuf-3.13.0 from here: git@github.com:protocolbuffers/…
-
OK, now I am having build errors (I guess my other libraries are too new): /usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ‘std::move_iterator’ changed in GCC 7.1[ 17%] Building CXX object CMakeFiles/C…
-
I now have 15.0.6.1 installed in pluigins, but I am getting this error: pi@repetier:~/CuraEngine-4.5.0/build $ ./CuraEngine -p -v -c "/home/pi/.local/share/RepetierHost/cura.ini" -s posx=0 -s posy=0 -o "/home/pi/.local/share/RepetierHost/compositio…
-
I found that Release 4.5 from here: https://github.com/Ultimaker/CuraEngine/releases/tag/4.5.0 is CuraEngine 15.0.6.1
-
Here is the output from ./CuraEngine -h (Note that -h is listed as a valid parameter): Cura_SteamEngine version masterCopyright (C) 2020 Ultimaker This program is free software: you can redistribute it and/or modifyit under the terms of the GNU Aff…
-
I am unable to run CuraEngine --version or -v but the ChangeLog.md says: Changelog CuraEngine==================== - Feature: infill_wipe_dist. Add a travel move after an infill line in order to let it stick better to the walls.- Feature: Draft P…
-
I see where Repetier is calling CuraEngine like this: /home/pi/RepetierHost/plugins/CuraEngine/CuraEngine -p -v -c "/home/pi/.local/share/RepetierHost/cura.ini" -s posx=0 -s posy=0 -o "/home/pi/.local/share/RepetierHost/composition.gcode" "/home/pi/…
-
I just realized that CuraEngine didn't work by itself in the plugin folder. I just overwrote the existing CuraEngine with the one I created. It still gives the same help message above though
-
Thanks for the help! After many hours of compiling, I now have a CuraEngine built for the Raspberry Pi. I copied it to the plugins/CuraEngine folder (and removed all other files). I tried slicing from Repetier and now I get the following message:…