FreeCAD unterstützt die Treiber des Projekts Spacenav. Dieses Projekt hat die Entwicklung eines Open-Source Treibers zum Ziel, der mit den proprietären Treibern von 3Dconnexion kompatibel ist.
sudo apt-get install spacenavd
sudo yum install spacenavd
apt-get install spacenavd libspnav-dev
cp ~/.Xauthority /root/
/usr/bin/spnavd_ctl x11 stop /usr/bin/spnavd_ctl x11 start
Wenn Ihre Distribution eine veraltete Version zur Verfügung stellt, ist dies die empfohlene Methode.
./configure make
make install ./setup_init /etc/init.d/spacenavd start
tail -n100 -f /var/log/spnavd.log
Device detection, parsing /proc/bus/input/devices trying alternative detection, querying /dev/input/eventX device names... trying "/dev/input/event1" ... Power Button trying "/dev/input/event2" ... 3Dconnexion SpaceNavigator using device: /dev/input/event2 device name: 3Dconnexion SpaceNavigator
./configure make
fatal error: gtk/gtk.h: No such file or directory
sudo apt-get install libgtkmm-2.4-dev
make install
If sometimes navigator stops working, it is good to restart driver. To restart it, go to Terminal and execute:
sudo xhost + sudo /etc/init.d/spacenavd restart
Danach starten Sie FreeCAD neu. Bei einigen Distributionen ist dies nach jedem Boot nötig.
3Dconnexion Eingabegeräte werden unter OS X unterstützt, vorausgesetzt dass FreeCAD auf einem System mit installierten 3Dconnexion Treibern gebuildet und benutzt wird.
As of version 0.13, 3D mouse is supported under windows. You need to have propriate drivers installed, but since support was developed on lower level, it will override settings you set in 3D Connexion control panel. However, most of those settings can be set in Tools>>Customize dialog, under Spaceball tabs.
3D mouse support was made with spnav project on Linux, and on a very low level on Windows. This means there was no support for any settings for a device, since on Linux there is no good support for this, and on Windows it is overridden. This is why two additional pages were added to "Customize" dialog.
In this tab you have ability to set up some of general space mouse settings. They include:
Other than this, for each axes you have ability to set:
When you open this tab for the first time, it will be empty and unavailable. To activate it, you must press one of your space mouse buttons. After you do, list of buttons will appear on the left side, and list of commands will be available on the right side.
To connect certain command with a button, select button on the left side, and it's command on the right side. To clear commands from button, press "Clear".