Unknown command: -p
Hi all,
This thread started under Repetier Host, but I think the issue lies with CuraEngine...
I am trying to get CuraEngine running on a Raspberry Pi 2. I compiled and installed it in CuraEngine under plugins in Repetier.
Repetier is calling CuraEngine like this (and I have tried it from the command line and get the same results):
/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/.local/share/RepetierHost/composition0.stl"
I get the following error:
and then it goes into the usage
Any suggestions would be most welcome!
This thread started under Repetier Host, but I think the issue lies with CuraEngine...
I am trying to get CuraEngine running on a Raspberry Pi 2. I compiled and installed it in CuraEngine under plugins in Repetier.
Repetier is calling CuraEngine like this (and I have tried it from the command line and get the same results):
/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/.local/share/RepetierHost/composition0.stl"
I get the following error:
[ERROR] Unknown command: -p
[ERROR] Command called:
[ERROR] /home/pi/RepetierHost/plugins/CuraEngine/CuraEngine [ERROR] -p [ERROR] -v [ERROR] -c [ERROR] /home/pi/.local/share/RepetierHost/cura.ini [ERROR] -s [ERROR] posx=0 [ERROR] -s [ERROR] posy=0 [ERROR] -o [ERROR] /home/pi/.local/share/RepetierHost/composition.gcode [ERROR] /home/pi/.local/share/RepetierHost/composition0.stl [ERROR]
and then it goes into the usage
Any suggestions would be most welcome!
Comments
Which is the latest with that kind of configuration. Later versions are 100% incompatible.
Can anyone tell me where to find CuraEngine 15.01?
https://github.com/Ultimaker/CuraEngine/releases/tag/4.5.0
is CuraEngine 15.0.6.1
https://github.com/Ultimaker/CuraEngine/tree/15.06.03
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/protobuf.git
Looks like the -c option is not recognized?
Looks like fdmprinter.json is missing? Actually, I found it in the CuraEngine source folder. I copied it to the RepetierHost/plugins/CuraEngine folder but it makes no difference. From what I have read, Repetier should be passing it as an argument to CuraEngine.
NOTE When I remove the -c parameter and argument, it generates gcode
https://github.com/Ultimaker/CuraEngine/tree/15.01
which is also not using protobuf.