This supercedes 3D_printing.txt
mUVe3D 1.5 w/ Flex Vat and Uber-Z upgrade.
http://www.muve3d.net/press/product/muve-1-dlp/
Documentation:
http://www.muve3d.net/press/muve-1-documentation/
Support forums:
https://groups.google.com/forum/#!forum/muve-3d-support-group
Full setup documentation for the below software:
https://drive.google.com/file/d/0B8xCOdl2soS-UDQ1ckE3SEZvVnM/view
Need to install arduino to work on or upload printer firmware.
The version in the repos is old. Download latest from https://www.arduino.cc
Raspberry Pi 2:
(Buy it from amazon).
https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit
Basically, just unzip it and ddrescue it into the SD card, e.g:
sudo ddrescue --synchronous --force 2021-10-30-raspios-bullseye-armhf-lite.img /dev/sdg
NanoDLP
Note that this takes SVGs generated by the slicing software.
This gets installed on top of Rasbpian. which was installed above.
Note that the filesystem is automatically expanded on first boot.
In addition to those instructions, do the following:
-
default login is pi/raspberry
-
run:
sudo raspi-config
and:
- set up all the localization, keyboard, etc.
- set the hostname to muve3d
- enable SSH
-
as pi, change the password to something random (we'll add another user later)
-
Let it reboot, log in as pi, then fix up users.
-
Add me:
sudo adduser matt sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi matt
-
Make sure to copy over my pub key into
.ssh/authorized_keys
. -
Log out as pi, log in as me, then lock pi.
sudo usermod -L pi
-
Edit /etc/ssh/sshd_config
- Set "PermitRootLogin" to no
- Set "PasswordAuthentication" to no
-
Install upgrades
sudo apt-get update sudo apt-get dist-upgrade
-
Add some useful things:
sudo apt-get install emacs-nox git
-
Bullseye video driver fixup
- Ref: https://www.nanodlp.com/forum/viewtopic.php?pid=14124
- Edit
/boot/config.txt
:- find
dtoverlay=vc4-fkms-v3d
- change to
dtoverlay=vc4-fkms-v3d
- find
-
Reboot again, then proceed on and install all the NanoDLP bits per the instructions.. more or less. However, we need to do it as pi, not as me:
sudo -u pi -i
(and then do the install process).
The TL:DR and update is:
(wget https://www.nanodlp.com/download/nanodlp.linux.arm.rpi.stable.tar.gz --no-check-certificate -O - | tar -C /home/pi -xz --warning=no-timestamp);cd /home/pi/printer;sudo ./setup.sh cd .. && sudo chown -R pi:pi printer
the answers are:
Are you using shutter and it is wired to Raspberry Pi? [Y/n] n Do you want to optimize Raspberry Pi settings for nanoDLP automatically? [Y/n] Y Do you see black border around display output? (disable overscan) [Y/n] Y Do you want to enable i2c to enable communication with LCD and other hardware with i2c connectivity? [Y/n] n To expand file system, enable SSH server and camera module you need to use raspi-config. Do you want to use it now? [Y/n] n
-
Once that's done, go to:
- Click setup. On the "Hardware Setup" tab.
- Set Printer Name to "mUVe3D"
- Change "Shutter" to "Disabled"
- Click Password Protection
- add user "muve3d" and generic password
- Go into printer profiles and add as necessary.
- Go into the setup and make sure to delete the mask (current bulb is quite good)
- Click setup. On the "Hardware Setup" tab.
-
Slicing software
ChiTuBox: https://www.chitubox.com/