From 8d14030fc51ed96f8dc3c641bf10263c28ed4e59 Mon Sep 17 00:00:00 2001 From: iGoX Date: Thu, 2 Jan 2025 10:27:16 +0100 Subject: [PATCH] ASWX2 - Update README --- artillery-sidewinder-x2/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/artillery-sidewinder-x2/README.md b/artillery-sidewinder-x2/README.md index 1bf3981..6c75757 100644 --- a/artillery-sidewinder-x2/README.md +++ b/artillery-sidewinder-x2/README.md @@ -110,7 +110,10 @@ Installed version: commit 08a1c9f12760ee6d89db2b82e76c7d93453212db ### Firmware build and update -1. SSH to the ASWX2 Raspberry +1. Access Octopi using ssh +``` +ssh aswx2 +``` 2. Stop Klipper service ``` @@ -225,7 +228,7 @@ Once flashed, the board will automatically reboot and goes back in operation mod Start off by accessing Octopi using ssh. \ Then create the `98-klipper.rules` file in the /etc/udev/rules.d/ folder: ``` -ssh octoprint +ssh aswx2 sudo touch /etc/udev/rules.d/98-klipper.rules ```