This repository contains necessary files to install Repetier for Emotion Tech printer uDelta rework. The software comes with full Repetier software and uDelta configuration for common slicers.
- Open a terminal
- Go to the directory, where you want to have the installation
- tar -xzf repetierHostLinux.tgz change tar file accordingly.
- cd RepetierHost
- sh configureFirst.sh
- Make sure your user has permission to use the serial port. On
Debian and Fedora this requires membership in group dialout, and to uucp on Arch. The script will try to add you to proper group automatically.
To add a user into this group enter:
usermod -a -G dialout yourUserName
- This directory will now contain a Repetier-Host.desktop file, that you can copy to your desktop to have a icon to start the host with.
After that, you have a link in /usr/bin so you can start the host from
everywhere with repetierHost
Known issues:
- You may see an OpenGL warning at startup. Ignore it.
- Sometimes the start fails. Just start again.
- Some mono versions seem to crash on exit. Ignore the messages as you are already leaving.
- You need a recent mono version like 3.2 or the host will crash sooner or later due to not implemented functions.