nebarnix / img2gco

Image to reprap gcode converter
GNU General Public License v3.0
56 stars 29 forks source link

Solid black line at the end of the image #3

Closed nebarnix closed 7 years ago

nebarnix commented 7 years ago

This is very weird. The nebarnix.com hosted php outputs a full power solid line at the very end.

The local copy I have running on my raspi doesn't do this, even though the code is 100% identical.

nebarnix commented 7 years ago

Discovered a rounding 'close comparison' that only fails under edge cases. Added a second check to the line for loop to make sure the linxindex doesn't overflow. Went ahead and did the same thing for the pixel loop just to be safe.