Wrong CuraEngine printer profile on linux
Hello, and thanks very much for this superb program!
It seems that, at least on Linux, CuraEngine is not invoked with the rights parameters, and print always with the default printer and the default filament.
When looking at the directories, it seems that, for "myPrinter" and "myFilament", Repetier creates:
~/.local/share/RepetierHost/CuraEngine/default/print/myPrinter.ini
~/.local/share/RepetierHost/CuraEngine/default/filament/myFilament.ini
but CuraEngine expects:
~/.local/share/RepetierHost/CuraEngine/myPrinter/print/myPrinter.ini
~/.local/share/RepetierHost/CuraEngine/myPrinter/filament/myFilament.ini
As a hack, I symlinked
~/.local/share/RepetierHost/CuraEngine/defaultto
~/.local/share/RepetierHost/CuraEngine/myPrinter
for all my existing printers and that saved my day
Any thoughts?
Michel