Permalink
Browse files

added ned folder for functional modules

created new file for perl based print engine and configuration for that engine
  • Loading branch information...
1 parent ee50e51 commit 61dce302bc3dd0c89bd13375f1b65c67567692ae @rkoeppl rkoeppl committed Apr 18, 2016
Showing with 16 additions and 0 deletions.
  1. +7 −0 modules/printengine.cfg
  2. +9 −0 modules/printengine.pl
View
@@ -0,0 +1,7 @@
+#Configuration file for printengine.pl to be called by SLAcer.js and other printer services
+#Copyright 2016 Robert Koeppl, Fablab Leoben robert.koeppl@fablab-leoben.at
+#http://www.fablab-leoben.at
+#http://www.github.com/fablab-leoben
+#released under the MIT License
+#this piece of software is provided with absolutely no warranty
+#use at your own risk
View
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+#print engine to be called by SLAcer.js and other printer services
+#Copyright 2016 Robert Koeppl, Fablab Leoben robert.koeppl@fablab-leoben.at
+#http://www.fablab-leoben.at
+#http://www.github.com/fablab-leoben
+#released under the MIT License
+#this piece of software is provided with absolutely no warranty
+#use at your own risk
+#configuration is stored in printengine.cfg, do not use hardcoded configuration in ths per script, that is bad practice.

0 comments on commit 61dce30

Please sign in to comment.