Off-Line Interactor Printing is used to specify and generate printer-ready 3D models for an off-line sensor.

Martin Schmitz 9e66168074 Dateien hochladen nach 'misc' há 6 anos atrás
.idea d0f79ae66c jar dependency upload? há 6 anos atrás
jars d0f79ae66c jar dependency upload? há 6 anos atrás
misc 9e66168074 Dateien hochladen nach 'misc' há 6 anos atrás
src 01b50f86ee Linux path added há 6 anos atrás
.gitignore d0f79ae66c jar dependency upload? há 6 anos atrás
LICENSE ec7ecb45cd Initial commit há 6 anos atrás
OLIP2.0.iml 036b2ce91b First Project Upload há 6 anos atrás
README.md 4f664dee9f Readme update há 6 anos atrás

README.md

OLIP

Off-Line Interactor Printing

Compiling and Building OLIP

This project was build with the IntelliJ Idea IDE. For compiling and building we recommend to use it.

Compiling

To compile the project, clone or download the zip file from the git repository and open the project folder from IntelliJ Idea. The main class is located under /olip/src/ui/Main.java.

Building

To set up the executable jar artifact, go to Project Structure or push Ctrl + Alt + Shift + S. Go to Artifacts and push the green plus symbol. There choose Jar -> From modules with dependencies.... Leave the field for Main Class blank as it produces errors. Make sure the Jar files from libraries settings is set to extract to the target JAR. Click OK on both windows.

To build the executable jar artifact, go to Build -> Build Artifacts... -> OLIP.jar -> Build. After building the jar, it will be located under /olip/out/artifacts/OLIP_jar/OLIP.jar