diff --git a/docs/ConnectTethered.md b/docs/ConnectTethered.md new file mode 100644 index 0000000..e55b1b1 --- /dev/null +++ b/docs/ConnectTethered.md @@ -0,0 +1,27 @@ +# Connect to terraPen via USB-C + +It is possible to control the terraPen using software such as LightBurn over USB-C. This page will outline the steps required. + +- Plug in terraPen to a wall outlet +- Plug in USB-C to desktop / laptop +- Check Device Manager for available ports + +![Screenshot](img/DeviceManagerCOMPort.png) + +- Connect to port in Lightburn + +![Screenshot](img/LightburnConnectedTethered.png) + +- Check serial port for connect and status + +![Screenshot](img/LightburnConsoleLocked.png) + +- If in alarm state, type $X to remove alarm + +![Screenshot](img/AlarmOff$X.png) + +- The move commands move the axis incorrectly, and the penup/down does not work correctly + +> [!Note] +> The move commands move the axis incorrectly, and the penup/down does not work correctly +> Additional details to connect FLuidNC (the firmware terraPen utilises) with Lightburn [here](). diff --git a/docs/img/AlarmOff$X.png b/docs/img/AlarmOff$X.png new file mode 100644 index 0000000..52a0172 Binary files /dev/null and b/docs/img/AlarmOff$X.png differ diff --git a/docs/img/DeviceManagerCOMPort.png b/docs/img/DeviceManagerCOMPort.png new file mode 100644 index 0000000..36b2c12 Binary files /dev/null and b/docs/img/DeviceManagerCOMPort.png differ diff --git a/docs/img/LightburnConnectedTethered.png b/docs/img/LightburnConnectedTethered.png new file mode 100644 index 0000000..8c3903f Binary files /dev/null and b/docs/img/LightburnConnectedTethered.png differ diff --git a/docs/img/LightburnConsoleLocked.png b/docs/img/LightburnConsoleLocked.png new file mode 100644 index 0000000..0f1d352 Binary files /dev/null and b/docs/img/LightburnConsoleLocked.png differ diff --git a/docs/img/Screenshot 2024-09-08 212100.png b/docs/img/Screenshot 2024-09-08 212100.png deleted file mode 100644 index 8992899..0000000 Binary files a/docs/img/Screenshot 2024-09-08 212100.png and /dev/null differ diff --git a/docs/img/Screenshot 2024-09-09 151525.png b/docs/img/Screenshot 2024-09-09 151525.png deleted file mode 100644 index 385cb94..0000000 Binary files a/docs/img/Screenshot 2024-09-09 151525.png and /dev/null differ diff --git a/docs/img/Screenshot 2024-09-09 153809.png b/docs/img/Screenshot 2024-09-09 153809.png deleted file mode 100644 index 42ac4ad..0000000 Binary files a/docs/img/Screenshot 2024-09-09 153809.png and /dev/null differ diff --git a/docs/img/Screenshot 2024-09-09 154325.png b/docs/img/Screenshot 2024-09-09 154325.png deleted file mode 100644 index 83c5868..0000000 Binary files a/docs/img/Screenshot 2024-09-09 154325.png and /dev/null differ diff --git a/mkdocs.yml b/mkdocs.yml index b623ab5..d366a5e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -97,5 +97,6 @@ nav: - Connect to a personal network: connectToPersonalNetwork.md - Re-starting terraPen: restartTerraPen.md - Lightburn Profiles and settings: LightburnProfilesAndSettings.md + - Connect to terraPen via USB-C: ConnectTethered.md - YAML Configuration Settings: YAMLConfigurationSettings.md - FAQ (Frequently Asked Questions): FAQ.md