Immutable Page History Attachments

Diff for "docviper"

Page name: Diff for "docviper"
Differences between revisions 5 and 6
Revision 5 as of 2019-11-09 13:45:53
Size: 1240
Editor: docviper
Comment:
Revision 6 as of 2019-11-09 13:47:27
Size: 1232
Editor: docviper
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:

{{{
Line 22: Line 24:
}}}
Line 24: Line 27:

Line 27: Line 32:

cd PrusaSlicer-version_2.1.0/
Line 28: Line 35:
cd PrusaSlicer-version_2.1.0/
Line 33: Line 38:
}}}
{{{
Line 36: Line 40:
}}}
{{{
Line 39: Line 42:
}}}
{{{

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