Re: adding hatches to LC

Posted by cantcode on
URL: https://forum.librecad.org/adding-hatches-to-LC-tp5708305p5708959.html

rallaz, I looked at the code and it says:
librecad/src/lib/engine/rs_system.cpp  l.591
// Unix home directory, it's old style but some people might have stuff there.
    dirList.append(getHomeDir() + "/." + appDirName + "/" + subDirectory);

I tried  to create this folder /home/YOURUSERNAME/.librecad/patterns with a hatch inside and it works for me without setting this path in the preferences.
Can we add this to the tutorial?
Will this code remain or are there plans to remove this?