-
Notifications
You must be signed in to change notification settings - Fork 194
2.0 connecting to machine
Go to the Comms
Tab to open the connection to your machine:
- By default, the server connection is
localhost:8000
. You only need to change this, if you have lw.comm-server installed on a separate PC (or Raspi). In this case changelocalhost
to the IP of that PC. - After server connection, the available interfaces will be shown in the machine connection dropdown. Selct the one you need (mostly USB). Also select USB if you connected the machine controller via the Raspberry Pi RX/TX pins.
- Next select the correct
serial port
for your machine. - Set the baudrate according to your machine controller.
- Click
connect
(below machine connection)
If everything works correctly, you will see the following green lines in the bottom right window area:
- Server connected
- Firmware xxx detected
- Machine connected
If you get a red line Machine disconnected
this means one of the following:
- you have selected the wrong serial port
- your firmware is not supported
- your firmware doesn't automatically send the welcome string (firmware version)
For the 3. case, one possible solution is:
Add a textfile called .env
with the line RESET_ON_CONNECT=1
to the LaserWeb installation folder. For Windows, download this zip file (https://github.com/LaserWeb/LaserWeb4/files/3972810/create_env.zip) to the installation folder, unzip it and run the bat file.
This project is maintained by volunteers. I am sure the developers would be thankful for any sort of donation, they put in an incredible amount of effort into this project.
Home
Installation:
|– Windows
|– Mac OSX
|– Linux (x86/x64)
|– RaspberryPi
Connecting to machine:
|– Connecting to Machine
Initial Firmware Config:
|– GRBL 1.1
|– GRBL-LPC
|– Smoothieware
Settings:
|– Machine Profiles
|– Machine
|– File Settings
|– GCode
|– Application
Usage:
|– Working with Files
|– Working with Images
Appendix:
|– Materials and Feeds
|– How to Contribute
|- How-to-compile