LaserWeb / deprecated-LaserWeb3

Open Source Laser Cutter / Engraver software. Supports gcode, svg, dxf, stl, png, jpg, bmp
265 stars 68 forks source link

Minor error on connecting to Smoothieboard #201

Closed funinthefalls closed 7 years ago

funinthefalls commented 7 years ago

When I connect to my Smoothieboard with LW3, I get the following in the console:

Version currently Installed : 30476 : Version available online on Github : 30476 : Your version of LaserWeb is Up To Date! : Build version: edge-dcf0252, Build date: Nov 27 2016 14:18:23, MCU: LPC1768, System Clock: 100MHz : CNC Build : error:Invalid statement

It does not seem to cause any issues, just wondering why it gives the invalid statement error?

cprezzi commented 7 years ago

Yes, I know. On connection we send several commands to find out which firmware it is. What you see is Smoothie complaining about a command for TinyG. I will try to hide such error if possible...

funinthefalls commented 7 years ago

OK, that makes sense. Thank you.

funinthefalls commented 7 years ago

I will close this off now, since it really does not impact things at all.

cprezzi commented 7 years ago

The "false" error message should be gone with the new push from today.

funinthefalls commented 7 years ago

Thanks @cprezzi . Will test and report back in a few minutes.

funinthefalls commented 7 years ago

WooHoo! minor error is gone. Thanks for fixing this @cprezzi