Compare commits

...

2 Commits

Author SHA1 Message Date
8d14030fc5 ASWX2 - Update README 2025-01-02 10:27:16 +01:00
50732d342a General - Update README 2025-01-02 10:24:33 +01:00
2 changed files with 27 additions and 7 deletions

View File

@@ -1,5 +1,13 @@
# Summary
Everything related to my 3D printers
# Table of content
1. [What contains this repository](#what-contains-this-repository)
2. [Printers](#printers)
3. [Octoprint](#octoprint)
4. [Slicers](#slicers)
5. [General guides / documentation](#genanral-guides--documentation)
# What contains this repository
Everything related to my 3D printers (config, personal documentation, links to useful resources, ...)
# Printers
| Model | |
@@ -8,7 +16,16 @@ Everything related to my 3D printers
| [Artillery SideWinder X2](artillery-sidewinder-x2/README.md) | [![Artillery SideWinder X2](images/artillery-sidewinder-x2.jpeg)](artillery-sidewinder-x2/README.md) |
# Octoprint
[Octoprint](octoprint/README.Md) documentation
My [Octoprint](octoprint/README.Md) documentation.
# Ultimaker Cura Slicer
[Cura Slicer](ultimaker-cura-slicer/README.md) documentation
# Slicers
## Ultimaker Cura Slicer
[Download link](https://ultimaker.com/fr/software/ultimaker-cura/).
My [Cura Slicer](ultimaker-cura-slicer/README.md) documentation.
## OrcaSlicer
[OrcaSlicer](https://github.com/SoftFever/OrcaSlicer) Github page.
# Genanral guides / documentation
[Ellis' Print Tuning Guide](https://ellis3dp.com/Print-Tuning-Guide/)

View File

@@ -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
```