ASWX2 - Add TOC

This commit is contained in:
2024-01-23 18:55:49 +01:00
parent 3809a5a7ea
commit 2035bfa433

View File

@@ -1,20 +1,27 @@
# Artillery SideWinder X2
## Klipper Configuration
1. [Klipper Configuration](#klipper-configuration)
2. [Ultimaker Cura configuration](#ultimaker-cura-configuration)
3. [Octoprint specific configuration](#octoprint-specific-configuration)
4. [Filament set up](#filament-set-up)
5. [Klipper firmware update](#klipper-firmware-update)
6. [Resources / Links](#resources--links)
# Klipper Configuration
* Klipper [installation](https://www.klipper3d.org/Installation.html) documentation
* Klipper [printer.cfg](klipper-cfg-files/printer.cfg) file
* Klipper [macros.cfg](klipper-cfg-files/macros.cfg) file
## Ultimaker Cura configuration
# Ultimaker Cura configuration
### Cura Printer configuration
## Cura Printer configuration
| Printer | Extruder |
|---------|----------|
| ![printer profile](images/aswx2-cura-profile-printer.png) | ![extruder profile](images/aswx2-cura-profile-extruder.png) |
### Start G-code
## Start G-code
```
; Octolapse Plugin required parameters
; Script based on an original created by tjjfvi (https://github.com/tjjfvi)
@@ -40,20 +47,20 @@
START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}
```
### End G-code
## End G-code
```
END_PRINT
```
### Print profiles
## Print profiles
* [Standard Quality](cura-profile/ASWX2%20-%20Standard%20Quality.curaprofile)
* [Dynamic Quality](cura-profile/ASWX2%20-%20Dynamic%20Quality.curaprofile)
* [Low Quality](cura-profile/ASWX2%20-%20Low%20Quality.curaprofile)
* [Super Quality](cura-profile/ASWX2%20-%20Super%20Quality.curaprofile)
## Octoprint specific configuration
### Bed Visualizer plugin configuration
# Octoprint specific configuration
## Bed Visualizer plugin configuration
![Bed Visualizer plugin configuration](images/bed-visualizer-plugin-configuration.png)
```
@@ -63,23 +70,23 @@ BED_MESH_CALIBRATE
BED_MESH_OUTPUT
```
## Filament set up
### PLA
# Filament set up
## PLA
| Brand | Filament desc | Printing temp | Build Plate temp | Retractation Distance |
|-----------|---------------|---------------|------------------|-----------------------|
| Geeetech | Black | 205°C | 60°C | 0.75mm |
| Geeetech | Silk Silver | 205°C | 60°C | 0.75mm |
### PETG
## PETG
| Brand | Filament desc | Printing temp | Build Plate temp | Retractation Distance |
|-----------|---------------|---------------|------------------|-----------------------|
| Geeetech | -- | -- | -- | -- |
## Klipper firmware update
### Printer preparation
1. Shutdown the printer
# Klipper firmware update
## Printer preparation
1. Power off the printer
2. Unplug the electrical wall socket
@@ -91,7 +98,7 @@ BED_MESH_OUTPUT
5. Plug the USB cable labelled `UPDATE` to the printer
### Firmware build and update
## Firmware build and update
1. SSH to the ASWX2 Raspberry
2. Browse to Klipper directory:
@@ -129,7 +136,7 @@ BED_MESH_OUTPUT
```
![Klipper firmware flash outputs](images/aswx2-klipper-flash-output.png)
### Switch back printer to operation mode
## Switch back printer to operation mode
1. Unplug the USB cable labelled `UPDATE` from printer
2. Set the top switch to `OPERATION` position \
@@ -137,9 +144,9 @@ BED_MESH_OUTPUT
3. Plug the USB cable labelled `OPERATION` to the printer
4. Unplug the electrical wall socket
4. Plug the electrical wall socket
## Resources / Links
# Resources / Links
* [Runout sensor bracket SIDEWINDER X2 by LeLudoLAb - Thingiverse](https://www.thingiverse.com/thing:5027268)
* [Schéma pinout Artillery Ruby v1.2 (Genius Pro, Sidewinder X2, Hornet)](https://www.lesimprimantes3d.fr/forum/topic/48552-schéma-pinout-artillery-ruby-v12-genius-pro-sidewinder-x2-hornet/)