Immutable Page History Attachments

Diff for "docviper"

Page name: Diff for "docviper"
Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2018-02-09 18:28:44
Size: 367
Editor: docviper
Comment:
Revision 4 as of 2019-11-09 13:43:30
Size: 1211
Editor: docviper
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
= @docviper aka Joe@ = = docviper aka Joe =
Line 14: Line 14:
Projekt Ideen:
J-Pole Antenne für 2m/70cm
 * 300 Ohm Leitung von DX-Wire
 * RG 58 mit BNC oder SMA
 * Litze
 * Schrumpfschlauch mit Schmelzkleber

===== Mini-Howto: Prusa-Slicer 2.1 für Lubuntu vom Source bauen =====

wget https://github.com/prusa3d/PrusaSlicer/archive/version_2.1.0.tar.gz

===== .tar.gz entpacken =====

===== Nötiges installieren =====

sudo apt install cpanminus cmake libboost-all-dev libtbb2 libtbb-dev libcurl4 libmkl-tbb-thread libcereal-dev libeigen3-dev expat libgtest-dev libcurl4-openssl-dev wx-common libplplotwxwidgets1 libwxgtk3.0-dev

cd PrusaSlicer-version_2.1.0/

===== build =====

perl Build.PL

mkdir build

cd build/

cmake .. -DCMAKE_BUILD_TYPE=Release -DSLIC3R_WX_STABLE=1

===== deb bauen =====

sudo checkinstall

===== starten =====
 
prusa-slicer



docviper aka Joe

Email: <OE5JFE AT SPAMFREE oevsv DOT at>

Name: Joe

QRZ: https://www.qrz.com/db/OE5JFE

Projekt Ideen: J-Pole Antenne für 2m/70cm

  • 300 Ohm Leitung von DX-Wire
  • RG 58 mit BNC oder SMA
  • Litze
  • Schrumpfschlauch mit Schmelzkleber

===== Mini-Howto: Prusa-Slicer 2.1 für Lubuntu vom Source bauen =====

wget https://github.com/prusa3d/PrusaSlicer/archive/version_2.1.0.tar.gz

===== .tar.gz entpacken =====

===== Nötiges installieren =====

sudo apt install cpanminus cmake libboost-all-dev libtbb2 libtbb-dev libcurl4 libmkl-tbb-thread libcereal-dev libeigen3-dev expat libgtest-dev libcurl4-openssl-dev wx-common libplplotwxwidgets1 libwxgtk3.0-dev

cd PrusaSlicer-version_2.1.0/

===== build =====

perl Build.PL

mkdir build

cd build/

cmake .. -DCMAKE_BUILD_TYPE=Release -DSLIC3R_WX_STABLE=1

===== deb bauen =====

sudo checkinstall

===== starten =====

prusa-slicer


CategoryMember