nebbian / RoboxSlicerExtension

Allows the use of different slicers when using the CEL Robox printer.
GNU General Public License v3.0
3 stars 2 forks source link

Initial version #4

Closed natdan closed 7 years ago

natdan commented 7 years ago

Here it is:

java/robox-slicer-extension robox-slicer-control - control jar - something to be invoked outside of the AM flow robox-slicer-flow - flow jar - something to be invoked by CuraEngine (or CuraEngine.exe)

Run mvn clean install from java/robox-slicer-extension to build all and find jar files in:

java/robox-slicer-extension/robox-slicer-control/target/robox-slicer-control-1.0-SNAPSHOT.jar java/robox-slicer-extension/robox-slicer-flow/target/robox-slicer-flow-1.0-SNAPSHOT.jar

... ready to be run with java -jar option!