mcamou wrote: ↑Fri Jan 13, 2023 6:44 am
* Run `sudo -s` and `cp -r /root/.config/Simplify3D $HOME/.config; cp -r /root/.local/share/Simplify3D $HOME/.local/share; chown -R youruser:yourgroup $HOME/.config/Simplify3D $HOME/.local/share/Simplify3D`
This is a good idea. If you ever run the software as a different user, you can check these other directories to see if there are files stored in those locations. For example, here's where they should be stored by default for a user named "jason" or root:
local user "jason"
/home/jason/.config/Simplify3D/S3D-Software-V5.conf
/home/jason/.local/share/Simplify3D/S3D-Software-V5
root
/root/.config/Simplify3D/S3D-Software-V5.conf
/root/.local/share/Simplify3D/S3D-Software-V5
If you never run the software as root, you shouldn't see any files in the second set of directories. The .conf file stores your preferences and all the stuff in the 2nd folder is where your profiles and other working data is stored.
mcamou wrote: ↑Fri Jan 13, 2023 6:44 am
I am now wondering whether to set everything up again (hopefully I can somehow import the settings from v4), or, if I have to configure everything from scratch again, to ask for a refund and switch to another slicer. I need to figure out where all the v4 settings (including my custom profiles) are stored, and hope that they are compatible with v5.
V5 already has a migration assistant that will migrate all settings and profiles from V4. Just go to Help > Migration Assistant. The files are stored separately between V4 and V5, so once you run the migration you should see them show up.