LaserWeb / deprecated-LaserWeb1

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

Raster strange engraving paths #113

Closed nextime closed 8 years ago

nextime commented 8 years ago

Hello, i'm trying to rasterize some images, and then engraving them, but i get unexpected results.

On the 3d view it seems ok, but when i engrave it, there are some paths added.

Any idea on why does that? i'm not sure if it's a bug or something i'm doing wrong...

rasky-640

img_20160223_123904

ghost commented 8 years ago

Which firmware are you using? Looks like the grbl bug. If its marlin, print from SD On 23 Feb 2016 13:45, "Franco (nextime) Lanza" notifications@github.com wrote:

Hello, i'm trying to rasterize some images, and then engraving them, but i get unexpected results.

On the 3d view it seems ok, but when i engrave it, there are some paths added.

Any idea on why does that? i'm not sure if it's a bug or something i'm doing wrong...

[image: rasky-640] https://cloud.githubusercontent.com/assets/3410003/13250567/0221726e-da2b-11e5-9a32-10ad1d73e0a9.jpg

[image: img_20160223_123904] https://cloud.githubusercontent.com/assets/3410003/13250601/39875926-da2b-11e5-9c5a-85a8c8387fcb.jpg

— Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/113.

nextime commented 8 years ago

It's marlin, i don't have any sd attached :|

nextime commented 8 years ago

So, do you think it can be something related to how laserweb send gcode?

Maybe i can try to send it by using pronterface...

nextime commented 8 years ago

Confirmed, using pronterface to send gcode it works like a charm, so, it seems to be an issue with the serial implementation in laserweb/node.js?

ghost commented 8 years ago

Marlin cant keep its serial buffer full.. Upgrade to a smoothie or add an SD Card On 23 Feb 2016 14:07, "Franco (nextime) Lanza" notifications@github.com wrote:

So, do you think it can be something related to how laserweb send gcode?

Maybe i can try to send it by using pronterface...

— Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/113#issuecomment-187674494 .

ghost commented 8 years ago

Also, see the other open issues here On 23 Feb 2016 16:29, "Peter van der Walt (Gmail)" < peter.plaaswerf@gmail.com> wrote:

Marlin cant keep its serial buffer full.. Upgrade to a smoothie or add an SD Card On 23 Feb 2016 14:07, "Franco (nextime) Lanza" notifications@github.com wrote:

So, do you think it can be something related to how laserweb send gcode?

Maybe i can try to send it by using pronterface...

— Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/113#issuecomment-187674494 .

nextime commented 8 years ago

I don't think it's a marlin issue as using another host ( pronterface ) the issue disappear, seems more between node.js and serial

ghost commented 8 years ago

Thats why i say, look at the other open issues here... Instead of opening a duplicate to argue (; On 23 Feb 2016 16:35, "Franco (nextime) Lanza" notifications@github.com wrote:

I don't think it's a marlin issue as using another host ( pronterface ) the issue disappear, seems more between node.js a serial

— Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/113#issuecomment-187721632 .

ghost commented 8 years ago

See

https://github.com/openhardwarecoza/LaserWeb/issues/94

And here where i escalated to node-serialport

https://github.com/voodootikigod/node-serialport/issues/663

And this (just one of several posts on the matter on g+)

The past week worth of work busy porting to chilipeppr https://plus.google.com/+PetervanderWalt/posts/19Qz4QowESa

A whole community https://www.google.co.za/url?sa=t&source=web&rct=j&url=https://plus.google.com/communities/118113483589382049502&ved=0ahUKEwjtgLGukI7LAhUC1hQKHRQGCnIQFggYMAA&usg=AFQjCNEZwbWNPiy0I7Jh525hnMYD81dxRA&sig2=sxjco0bEOSrX8rGyA5CJQQ

Yet, you rather user your effort to complain than to contribute (;

On 23 Feb 2016 16:39, "Peter van der Walt (Gmail)" < peter.plaaswerf@gmail.com> wrote:

Thats why i say, look at the other open issues here... Instead of opening a duplicate to argue (; On 23 Feb 2016 16:35, "Franco (nextime) Lanza" notifications@github.com wrote:

I don't think it's a marlin issue as using another host ( pronterface ) the issue disappear, seems more between node.js a serial

— Reply to this email directly or view it on GitHub https://github.com/openhardwarecoza/LaserWeb/issues/113#issuecomment-187721632 .

nextime commented 8 years ago

sorry if it seems to be a complain, it isn't really, probably a language barrier ( i'm not native english ), but i was just trying to understand and investigate to eventually, if i will be able to, even contribute with patches.

Thanks anyway for your pointers

ghost commented 8 years ago

(: cool. Goodluck!