Update Artillery Genius & Sidewinder profiles (#8673)

* Update Artillery Genius & Sidewinder profiles

- Fixed bed-size of Genius (Pro) profile.
- Fixed default retraction values for the Artillery Genius (Pro) 0.4 profile,
  which were set too high for this direct-drive machine.
- Slightly increased default retraction value for Sidewinder X1 & X2, to match
  the Genius profiles. Tested values on all machines.
- Matching minimum layer height for Genius & Sidewinder profiles.
- Fixed line endings & indentation.
This commit is contained in:
Christian Muehlhaeuser 2025-03-07 12:18:00 +01:00 committed by GitHub
parent bc3347a538
commit 7c650c16f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 138 additions and 135 deletions

View file

@ -15,12 +15,12 @@
], ],
"printable_area": [ "printable_area": [
"0x0", "0x0",
"230x0", "220x0",
"230x230", "220x220",
"0x230" "0x220"
], ],
"printable_height": "250", "printable_height": "250",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"auxiliary_fan": "0", "auxiliary_fan": "0",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [
"1000", "1000",
@ -86,16 +86,19 @@
], ],
"printer_settings_id": "Artillery", "printer_settings_id": "Artillery",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
"2" "1"
], ],
"retract_before_wipe": [ "retract_before_wipe": [
"0%" "0%"
], ],
"retraction_length": [ "retraction_length": [
"2.2" "1"
], ],
"retract_length_toolchange": [ "retract_length_toolchange": [
"10" "4"
],
"retraction_speed": [
"35"
], ],
"deretraction_speed": [ "deretraction_speed": [
"0" "0"
@ -111,4 +114,3 @@
"layer_change_gcode": "", "layer_change_gcode": "",
"scan_first_layer": "0" "scan_first_layer": "0"
} }

View file

@ -15,12 +15,12 @@
], ],
"printable_area": [ "printable_area": [
"0x0", "0x0",
"230x0", "220x0",
"230x230", "220x220",
"0x230" "0x220"
], ],
"printable_height": "250", "printable_height": "250",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"auxiliary_fan": "0", "auxiliary_fan": "0",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [
"1000", "1000",
@ -86,16 +86,19 @@
], ],
"printer_settings_id": "Artillery", "printer_settings_id": "Artillery",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
"2" "1"
], ],
"retract_before_wipe": [ "retract_before_wipe": [
"0%" "0%"
], ],
"retraction_length": [ "retraction_length": [
"2.2" "1"
], ],
"retract_length_toolchange": [ "retract_length_toolchange": [
"10" "4"
],
"retraction_speed": [
"35"
], ],
"deretraction_speed": [ "deretraction_speed": [
"0" "0"

View file

@ -20,7 +20,7 @@
"0x300" "0x300"
], ],
"printable_height": "400", "printable_height": "400",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"auxiliary_fan": "0", "auxiliary_fan": "0",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [
"1250", "1250",
@ -79,10 +79,10 @@
"0.4" "0.4"
], ],
"max_layer_height": [ "max_layer_height": [
"0.25" "0.32"
], ],
"min_layer_height": [ "min_layer_height": [
"0.07" "0.08"
], ],
"printer_settings_id": "Artillery", "printer_settings_id": "Artillery",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
@ -92,7 +92,7 @@
"0%" "0%"
], ],
"retraction_length": [ "retraction_length": [
"0.8" "1"
], ],
"retract_length_toolchange": [ "retract_length_toolchange": [
"4" "4"
@ -115,4 +115,3 @@
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0" "scan_first_layer": "0"
} }

View file

@ -20,7 +20,7 @@
"0x300" "0x300"
], ],
"printable_height": "400", "printable_height": "400",
"nozzle_type": "hardened_steel", "nozzle_type": "brass",
"auxiliary_fan": "0", "auxiliary_fan": "0",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [
"1250", "1250",
@ -79,10 +79,10 @@
"0.4" "0.4"
], ],
"max_layer_height": [ "max_layer_height": [
"0.25" "0.32"
], ],
"min_layer_height": [ "min_layer_height": [
"0.07" "0.08"
], ],
"printer_settings_id": "Artillery", "printer_settings_id": "Artillery",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
@ -92,7 +92,7 @@
"0%" "0%"
], ],
"retraction_length": [ "retraction_length": [
"0.8" "1"
], ],
"retract_length_toolchange": [ "retract_length_toolchange": [
"4" "4"
@ -115,4 +115,3 @@
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"scan_first_layer": "0" "scan_first_layer": "0"
} }