If I select CuraEngine as my slicer, click the Configuration button, and make changes to things like the filament diameter and flow rate, when Repetier Host runs CuraEngine, it passes a cura.ini file which has the original default values. No change I make in the cura config seems to be reflected in the actual slicer run. (Fedora 33 linux, RH version 2.1.6).
I replaced CuraEngine with a shell script which edits the cura.ini file, then invokes the real CuraEngine and I finally see my changes take effect through this round about hack.
Is this a bug, or am I missing something about how things are installed or configured? What is RH using to construct this cura.ini file?
(Config changes I make in slic3r take effect just fine, no problem there).