Skip to content
Permalink
Browse files

fixes

  • Loading branch information...
rkoeppl committed Jun 26, 2016
1 parent a946c69 commit 45fd1c25cab1e5b2f29bc7b114b3779a7b6e7526
Showing with 3 additions and 3 deletions.
  1. +3 −3 js/main.js
@@ -457,10 +457,10 @@ function startSlicing() {
ontime = parseInt(times.on);
offtime = parseInt(times.off);
layerheight=settings.get('slicer.layers.height');
ziptext1= '#Generated by SLAcer.js\r\n#http://lautr3k.github.io/SLAcer.js/\r\nlayer_height=\"'+layerheight;
ziptext2='\r\nexposure_time=\"'+ontime;
ziptext3= '\r\nresin_settling_time=\"'+offtime;
zipdelimiter='\"'
ziptext1= '#Generated by SLAcer.js\r\n#http://lautr3k.github.io/SLAcer.js/\r\nlayer_height='+zipdelimiter+layerheight;
ziptext2='\r\nexposure_time='+zipdelimiter+ontime;
ziptext3= '\r\nresin_settling_time='+zipdelimiter+offtime;
ziptext= ziptext1+zipdelimiter+ziptext2+zipdelimiter+ziptext3+zipdelimiter;

zipFile.file("README.txt",ziptext);

0 comments on commit 45fd1c2

Please sign in to comment.
You can’t perform that action at this time.