3D printing and laser cutting are all-the-rage right now. So, I was wondering if any forum members do it on FreeBSD. For people who are doing this using FreeBSD, what tool-chains are you using? What hardware?
Fedora had a live spin for CAD that started in version 19 but is not currently maintained. They had a fair amount of documentation. You also may be able to find the liveCD archived for some preliminary testing.[/URL]
I don't know. We have 3 Ultimakers, all three sees much use, two of them are older than the third, the oldest ones are between 4.5 - 5 years now. The microSD card slot still works on all three.I have a few uSD ports, and also USB ports, that won't hold a plug anymore. With so many people using the uSD to direct print, I wonder how long the port will last? You could buy a little 2 inch extender or hub I suppose.
Well, we now have an answer; another member of our makerspace recently replaced the panel of one of the Ultimakers because the SDcard slot on it was unstable. Yes, it is SDcard slots, not microSD. My fault, sorry.I don't know. We have 3 Ultimakers, all three sees much use, two of them are older than the third, the oldest ones are between 4.5 - 5 years now. The microSD card slot still works on all three.
This is very interesting. Well done! Did you write up the steps / changes you needed somewhere?Slic3r - just managed to get it work:
https://yadi.sk/i/2FR6UUxm3RvzYT
https://yadi.sk/i/cBiISQaz3RvzcX
Source:
https://github.com/alexrj/Slic3r
...and a lot of chaotic "crafting" (I'm ashamed)
pkg install p5-App-cpanminus
pkg install p5-App-local-lib-helper
pkg install p5-Wx
pkg install p5-Wx-Perl-ProcessStream
pkg install freeglut
pkg install p5-Gtk-Perl
perl -MCPAN -Mlocal::lib -e 'CPAN::install(LWP)'
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib )
cd /usr/ports/graphics/p5-OpenGL
make MAKE_JOBS_UNSAFE=yes install
fetch http://www.cpan.org/authors/id/M/MB/MBARBON/Wx-GLCanvas-0.09.tar.gz
tar -xvjf Wx-GLCanvas-0.09.tar.gz
cd Wx-GLCanvas-0.09/
perl Makefile.PL
make
make install
make MAKE_JOBS_UNSAFE=yes install
cd work/OpenGL-0.66/
perl Makefile.PL
make
make install
perl Build.PL
perl Build.PL --gui --force
perl slic3r.pl --gui
pkg install p5-App-cpanminus
pkg install p5-Wx
cd Slic3r
perl Build.PL
cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib )
perl -MCPAN -Mlocal::lib -e 'CPAN::install(LWP)'
perl Build.PL
perl Build.PL --gui
pushd /usr/ports/graphics/p5-OpenGL
make install
(sudo worked!) popd
perl slic3r.pl --gui