Files
3d-printers/artillery-sidewinder-x2/README.md

42 lines
1.4 KiB
Markdown
Raw Normal View History

2024-01-16 23:31:17 +01:00
# Configuration
2024-01-16 23:35:21 +01:00
* Klipper [printer.cfg](conf/printer.cfg) file
* Klipper [macros.cfg](conf/macros.cfg) file
2024-01-16 23:31:17 +01:00
# Ultimaker Cura Profile
## Start G-code
```
; Octolapse Plugin required parameters
; Script based on an original created by tjjfvi (https://github.com/tjjfvi)
; An up-to-date version of the tjjfvi's original script can be found
; here: https://csi.t6.fyi/
; Note - This script will only work in Cura V4.2 and above!
; --- Global Settings
; layer_height = {layer_height}
; smooth_spiralized_contours = {smooth_spiralized_contours}
; magic_mesh_surface_mode = {magic_mesh_surface_mode}
; machine_extruder_count = {machine_extruder_count}
; --- Single Extruder Settings
; speed_z_hop = {speed_z_hop}
; retraction_amount = {retraction_amount}
; retraction_hop = {retraction_hop}
; retraction_hop_enabled = {retraction_hop_enabled}
; retraction_enable = {retraction_enable}
; retraction_speed = {retraction_speed}
; retraction_retract_speed = {retraction_retract_speed}
; retraction_prime_speed = {retraction_prime_speed}
; speed_travel = {speed_travel}
START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}
```
## End G-code
```
END_PRINT
2024-01-16 23:41:08 +01:00
```
## Cura Profile configuration
2024-01-16 23:41:49 +01:00
| Printer | Extruder |
2024-01-16 23:43:45 +01:00
|---------|----------|
2024-01-16 23:41:08 +01:00
| ![printer profile](cura-profile/aswx2-cura-profile-printer.png) | ![extruder profile](cura-profile/aswx2-cura-profile-extruder.png) |