Claudio Prezzi

Results 284 comments of Claudio Prezzi
trafficstars

It doesn't matter if it works with other gcode sender or CAM as they probably don't rely on the welcome message. The test with the Arduino IDE would help me...

@mkeyno You realy MUST be EXACT if you like to get support. Do you realy get the welcome message when connecting with the serial monitor of the Arduino IDE WITHOUT...

The next binary will read the FIRMWARE_WAIT_TIME from an environment variable so you can place a .env file to the installation folder with `FIRMWARE_WAIT_TIME=10` to extend the timeout to 10s.

Did you know that you can also reset the board by pressing `CTRL-x` in LaserWeb?

It will be comming with the next binary version. There will be no .env file created automatically. You have to create a text-file in the LW4 installation folder with the...

Yes, ...-79 has the FIRMWARE_WAIT_TIME feature.

@funinthefalls All available params of the ".env" file are: - WEB_PORT={IP port of server} //default: 8000 - VERBOSE_LEVEL={0..3} //default: 1 - LOG_LEVEL={0..3} //default: 0 - DRO_DECIMALS={0..4} //default: 2 - RESET_ON_CONNECT={0..1]...

@mkeyno Disabling the timeout would not help as the server needs the welcome string to select the right firmware protocoll. You only get this problem, because you use the bluetooth...

@mkeyno Ok, I have added a new environment variable 'RESET_ON_CONNECT'. The server sends a ctrl-x (reset) command to the board, if this variable is set to 1. This feature will...

@mkeyno Uhh, that is a lot to explain! It's a whole chain of requirements you have to fulfill (git, node.js with npm, multiple git repositories...). If you are an experienced...