LaserWeb / deprecated-LaserWeb1

Deprecated: use http://github.com/openhardwarecoza/LaserWeb3 instead
186 stars 45 forks source link

Smoothie Rastering Error #99

Closed saskia-fabcreator closed 8 years ago

saskia-fabcreator commented 8 years ago

Am trying to raster engrave using smoothieboard, it worked happily before the weekend but coming up with an error after update:

Application Error: ReferenceError: intensity is not defined (from http://145.107.25.149:8000/raster/laserraster.js line 209

207   var speed = this.config.feedRate;
208   if (lastGrey != this.grayLevel) {
209   intensity = this.figureIntensity();
210   speed = this.figureSpeed(lastGrey);
211   lastGrey = this.grayLevel;
cojarbi commented 8 years ago

What kind of laser r u using?

saskia-fabcreator commented 8 years ago

40W self built smoothieboard controlled, connected to laptop

ghost commented 8 years ago

Just tested, on a smoothieboard, and working fine for me

Do a git pull if you havent yet (theres a few commits a day so probably already ahead of you)

saskia-fabcreator commented 8 years ago

Yes, it seems to be happy again