CuraEngine config changes ignored
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).
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).
Comments
Then I checked the sources and every time a config is saved it is removed from the cache so it must be reread.
So I only see 2 ways that it would fail:
1. You did not save the changes first
2. Changes were not written to disk so old one get reloaded.
At some point in time I told it to stash settings under ~/3d/work/, is something not paying attention to the custom config directory?
What config names are you using? Any special chars that could cause problems? Do not really see that it would matter but you never know.
~/3d/work/CuraEngine/solidoodle2/filament/solidoodle-abs.ini
~/3d/work/cura.ini