Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Supported Firmware - STM32 #612

Closed
choadalish opened this issue Sep 4, 2020 · 5 comments
Closed

No Supported Firmware - STM32 #612

choadalish opened this issue Sep 4, 2020 · 5 comments

Comments

@choadalish
Copy link

Hello,
I've been trying to get the Ortur Laser Master 2 to work with LaserWeb 4 but receiving the "No supported firmware" message. I worked through the issue "No supported firmware detected. - GRBL1.1f #584" but my .env file does not seem to be affecting LaserWeb and I'm wondering if I have it in the right place.

OS: Currently running Windows 10
.env File location: C:\Users\chkummro\AppData\Local\Programs\lw.comm-server.env
Ortur Board: STM32 MCU

When connecting with LaserGRBL I receive:
Ortur Laser Master 2 Ready!
OLF 137.
Grbl 1.1f ['$' for help]

@choadalish choadalish changed the title No Supported Firmware - STM No Supported Firmware - STM32 Sep 5, 2020
@mw75
Copy link

mw75 commented Nov 24, 2020

I don't know your runtime (Node on Windows), but i have the same Device running with resetOnConnect set to one. I just have the setting in my config.js, but you can also set it by RESET_ON_CONNECT in the .env-File.
config.resetOnConnect = process.env.RESET_ON_CONNECT || 1;

@cprezzi
Copy link
Member

cprezzi commented Nov 25, 2020

@choadalish The ENV file must not have anything in front of the dot. The filename should be ".env" only. Did you eventually forgot the backslash \ between lw.comm-server and .env?

@cprezzi
Copy link
Member

cprezzi commented Nov 25, 2020

@mw75 Please be aware that the normal usecase with the installer exe can only be configured by the .env file. The config.js file is only avalable when you run the source code direclty with nodejs.

@SKucharski
Copy link

Where is config.js in ubuntu? I get LaserWeb Appimage. My machine is ortur laser master 2.

@cprezzi
Copy link
Member

cprezzi commented Feb 10, 2021

Where is config.js in ubuntu? I get LaserWeb Appimage. My machine is ortur laser master 2.

As I wrote in the last post, config.js is only available if you run from scource code with nodejs. Follow the Raspbery Pi installation instructions.

@cprezzi cprezzi closed this as completed Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants