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
and
~/.local/share/RepetierHost/CuraEngine/default/filament/myFilament.ini
but CuraEngine expects:
~/.local/share/RepetierHost/CuraEngine/myPrinter/print/myPrinter.ini
and
~/.local/share/RepetierHost/CuraEngine/myPrinter/filament/myFilament.ini
As a hack, I symlinked
~/.local/share/RepetierHost/CuraEngine/default
to
~/.local/share/RepetierHost/CuraEngine/myPrinter
for all my existing printers and that saved my day
:)
Any thoughts?
Michel