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"
@ -110,5 +113,4 @@
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z", "machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
"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"
@ -110,5 +113,5 @@
"machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z", "machine_end_gcode": "G91; Relative positionning\nG1 E-2 Z0.2 F2400; Retract and raise Z\nG1 X5 Y5 F3000; Wipe out\nG1 Z10; Raise Z more\nG90; Absolute positionning\nG1 X0 Y100; Present print\nM106 S0; Turn-off fan\nM104 S0; Turn-off hotend\nM140 S0; Turn-off bed\nM84 X Y E; Disable all steppers but Z",
"layer_change_gcode": "", "layer_change_gcode": "",
"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"
@ -114,5 +114,4 @@
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"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"
@ -114,5 +114,4 @@
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n",
"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"
} }