Running FreeCAD from a Network Drive?

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
mprowe.freecad
Posts: 22
Joined: Mon Jun 12, 2017 9:16 pm

Running FreeCAD from a Network Drive?

Post by mprowe.freecad »

I would like to run FreeCAD from a network drive so that I can do the main design work on a PC in the office, then go to the workshop an use a Notebook to monitor the CNC output.

I have trawled through the forum and "tried" to follow what has been said about [SOLVED] Portable FreeCAD(user.cfg, system.cfg and Addon Manager). But, no matter what I do, I can not:

Code: Select all

Set the environment variable FREECAD_USER_HOME
Is this an AppImage thing?

Regards, Martin

OS: openSUSE Leap 15.3 (KDE//usr/share/xsessions/default)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git) AppImage
Build type: Release
Branch: (HEAD detached at 0.19.2)
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.4.0
Locale: English/United Kingdom (en_GB)
chrisb
Veteran
Posts: 54150
Joined: Tue Mar 17, 2015 9:14 am

Re: Running FreeCAD from a Network Drive?

Post by chrisb »

mprowe.freecad wrote: Tue Oct 26, 2021 8:01 am I would like to run FreeCAD from a network drive so that I can do the main design work on a PC in the office, then go to the workshop an use a Notebook to monitor the CNC output.

I have trawled through the forum and "tried" to follow what has been said about [SOLVED] Portable FreeCAD(user.cfg, system.cfg and Addon Manager). But, no matter what I do, I can not:

Code: Select all

Set the environment variable FREECAD_USER_HOME
Is this an AppImage thing?
I don't think so. In Linux you have set it with

Code: Select all

export FREECAD_USER_HOME=/path/to/your/network/drive
Then start FreeCAD from the same shell.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
mprowe.freecad
Posts: 22
Joined: Mon Jun 12, 2017 9:16 pm

[SOLVED] Re: Running FreeCAD from a Network Drive?

Post by mprowe.freecad »

Thanks Chris,

That worked a treat!

Regards, M.
chrisb
Veteran
Posts: 54150
Joined: Tue Mar 17, 2015 9:14 am

Re: Running FreeCAD from a Network Drive?

Post by chrisb »

Good to hear - it was a blind flight, because I couldn't currently test.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply