Permalink
Please
sign in to comment.
Browse files
added ned folder for functional modules
created new file for perl based print engine and configuration for that engine
- Loading branch information...
Showing
with
16 additions
and 0 deletions.
- +7 −0 modules/printengine.cfg
- +9 −0 modules/printengine.pl
@@ -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 |
@@ -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