ASWX2 - Add TOC
This commit is contained in:
@@ -1,20 +1,27 @@
|
|||||||
# Artillery SideWinder X2
|
# 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 [installation](https://www.klipper3d.org/Installation.html) documentation
|
||||||
* Klipper [printer.cfg](klipper-cfg-files/printer.cfg) file
|
* Klipper [printer.cfg](klipper-cfg-files/printer.cfg) file
|
||||||
* Klipper [macros.cfg](klipper-cfg-files/macros.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 | Extruder |
|
||||||
|---------|----------|
|
|---------|----------|
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
### Start G-code
|
## Start G-code
|
||||||
```
|
```
|
||||||
; Octolapse Plugin required parameters
|
; Octolapse Plugin required parameters
|
||||||
; Script based on an original created by tjjfvi (https://github.com/tjjfvi)
|
; 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}
|
START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}
|
||||||
```
|
```
|
||||||
|
|
||||||
### End G-code
|
## End G-code
|
||||||
```
|
```
|
||||||
END_PRINT
|
END_PRINT
|
||||||
```
|
```
|
||||||
|
|
||||||
### Print profiles
|
## Print profiles
|
||||||
|
|
||||||
* [Standard Quality](cura-profile/ASWX2%20-%20Standard%20Quality.curaprofile)
|
* [Standard Quality](cura-profile/ASWX2%20-%20Standard%20Quality.curaprofile)
|
||||||
* [Dynamic Quality](cura-profile/ASWX2%20-%20Dynamic%20Quality.curaprofile)
|
* [Dynamic Quality](cura-profile/ASWX2%20-%20Dynamic%20Quality.curaprofile)
|
||||||
* [Low Quality](cura-profile/ASWX2%20-%20Low%20Quality.curaprofile)
|
* [Low Quality](cura-profile/ASWX2%20-%20Low%20Quality.curaprofile)
|
||||||
* [Super Quality](cura-profile/ASWX2%20-%20Super%20Quality.curaprofile)
|
* [Super Quality](cura-profile/ASWX2%20-%20Super%20Quality.curaprofile)
|
||||||
|
|
||||||
## Octoprint specific configuration
|
# Octoprint specific configuration
|
||||||
### Bed Visualizer plugin configuration
|
## Bed Visualizer plugin configuration
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -63,23 +70,23 @@ BED_MESH_CALIBRATE
|
|||||||
BED_MESH_OUTPUT
|
BED_MESH_OUTPUT
|
||||||
```
|
```
|
||||||
|
|
||||||
## Filament set up
|
# Filament set up
|
||||||
### PLA
|
## PLA
|
||||||
|
|
||||||
| Brand | Filament desc | Printing temp | Build Plate temp | Retractation Distance |
|
| Brand | Filament desc | Printing temp | Build Plate temp | Retractation Distance |
|
||||||
|-----------|---------------|---------------|------------------|-----------------------|
|
|-----------|---------------|---------------|------------------|-----------------------|
|
||||||
| Geeetech | Black | 205°C | 60°C | 0.75mm |
|
| Geeetech | Black | 205°C | 60°C | 0.75mm |
|
||||||
| Geeetech | Silk Silver | 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 |
|
| Brand | Filament desc | Printing temp | Build Plate temp | Retractation Distance |
|
||||||
|-----------|---------------|---------------|------------------|-----------------------|
|
|-----------|---------------|---------------|------------------|-----------------------|
|
||||||
| Geeetech | -- | -- | -- | -- |
|
| Geeetech | -- | -- | -- | -- |
|
||||||
|
|
||||||
## Klipper firmware update
|
# Klipper firmware update
|
||||||
### Printer preparation
|
## Printer preparation
|
||||||
1. Shutdown the printer
|
1. Power off the printer
|
||||||
|
|
||||||
2. Unplug the electrical wall socket
|
2. Unplug the electrical wall socket
|
||||||
|
|
||||||
@@ -91,7 +98,7 @@ BED_MESH_OUTPUT
|
|||||||
5. Plug the USB cable labelled `UPDATE` to the printer
|
5. Plug the USB cable labelled `UPDATE` to the printer
|
||||||
|
|
||||||
|
|
||||||
### Firmware build and update
|
## Firmware build and update
|
||||||
1. SSH to the ASWX2 Raspberry
|
1. SSH to the ASWX2 Raspberry
|
||||||
|
|
||||||
2. Browse to Klipper directory:
|
2. Browse to Klipper directory:
|
||||||
@@ -129,7 +136,7 @@ BED_MESH_OUTPUT
|
|||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
### Switch back printer to operation mode
|
## Switch back printer to operation mode
|
||||||
1. Unplug the USB cable labelled `UPDATE` from printer
|
1. Unplug the USB cable labelled `UPDATE` from printer
|
||||||
|
|
||||||
2. Set the top switch to `OPERATION` position \
|
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
|
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)
|
* [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/)
|
* [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/)
|
||||||
|
|||||||
Reference in New Issue
Block a user