Skip to content

Instantly share code, notes, and snippets.

@abdumu
Last active August 8, 2023 20:41
Show Gist options
  • Save abdumu/7d71668e8ceab4005a396898af801430 to your computer and use it in GitHub Desktop.
Save abdumu/7d71668e8ceab4005a396898af801430 to your computer and use it in GitHub Desktop.
Display large dwg on linux | DWG + CAD viewer linux
  1. Download de.caff viwer: https://caff.de/projects/caffviewer/

  2. Copy downloaned caffviewer.jar file to /home/YOUR-NAME/opt

  3. Create a desktop file /home/YOUR-NAME/.local/share/applications/decaff.desktop

  4. Open the created desktop file and paste this

[Desktop Entry]
Version=1.0
Type=Application
Name=DeCaff
Comment=Cad viwer
Exec=java -mx3g -jar /home/YOUR-NAME/opt/caffviewer.jar %f
Icon=image-x-3ds
Path=/home/YOUR-NAME
Terminal=false
StartupNotify=false

note: YOUR-NAME must be changed above to your username.

  1. Open thae app, got to settings, from Miscellaneous tab, toggle Restart the viewer with improved memory settings.

  2. Enjoy.

@abdumu
Copy link
Author

abdumu commented Aug 8, 2023

make sure to install java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment