Publish "app-less line-us plotter setup"

This commit is contained in:
arne 2022-12-11 20:55:52 +01:00
commit 1f4e31fdd7

View file

@ -0,0 +1,22 @@
---
title: App-less Line-us plotter setup
---
# App-less Line-us plotter setup
I have bought a [Line-us plotter](https://www.line-us.com/) a while ago and had some trouble setting it up using the official app using anything other than a borrowed Apple Macbook. I just had to set it up again and, not having access to a Macbook, I consulted the documentation to see whether there was a method to set up the plotter that bypasses using the app altogether, so I could complete the process on my Linux laptop.
The Line-us has [really good documentation on how to program it](https://github.com/Line-us/Line-us-Programming/blob/85f0c07516337a71be38675f635e6eede61d092d/Documentation/GCodeSpec.md), and it turns out this possible and easy once you know how. This method can be used on macOS as well, and probably on other operating systems with only slight modifications. All you need is:
- One Line-us
- One device with wifi and a tool to establish TCP connections
## Setup instructions
1. Connect the micro USB cable to power on the plotter
1. Put the Line-us into setup mode by long-pressing the button on its upside
1. Connect your device to the "Line-us setup" wifi network that should have appeared as a result of the previous step
1. Open a terminal and establish a TCP connection via `telnet 192.168.4.1 1337`
1. Type `M587 S"your ssid" P"your password"` and submit using your enter key. Place the actual values for your network between the quotes, which allow you to enter values containing whitespace.
1. Line-us will try to connect to the network.
If the submitted credentials are correct, you will be disconnected from Line-us' wifi network and the button will turn blue and blink red every 5 seconds, which shows that it is waiting for connections.