This commit is contained in:
2024-01-16 23:47:16 +01:00
parent 086e112bac
commit b0a57676c7

View File

@@ -4,6 +4,12 @@
# Ultimaker Cura Profile
## Cura Profile configuration
| Printer | Extruder |
|---------|----------|
| ![printer profile](cura-profile/aswx2-cura-profile-printer.png) | ![extruder profile](cura-profile/aswx2-cura-profile-extruder.png) |
## Start G-code
```
; Octolapse Plugin required parameters
@@ -33,10 +39,4 @@ START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_
## End G-code
```
END_PRINT
```
## Cura Profile configuration
| Printer | Extruder |
|---------|----------|
| ![printer profile](cura-profile/aswx2-cura-profile-printer.png) | ![extruder profile](cura-profile/aswx2-cura-profile-extruder.png) |
```