mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
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:
parent
bc3347a538
commit
7c650c16f8
4 changed files with 138 additions and 135 deletions
|
@ -15,12 +15,12 @@
|
|||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"230x0",
|
||||
"230x230",
|
||||
"0x230"
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"nozzle_type": "brass",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000",
|
||||
|
@ -86,16 +86,19 @@
|
|||
],
|
||||
"printer_settings_id": "Artillery",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.2"
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
"4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"0"
|
||||
|
@ -111,4 +114,3 @@
|
|||
"layer_change_gcode": "",
|
||||
"scan_first_layer": "0"
|
||||
}
|
||||
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"230x0",
|
||||
"230x230",
|
||||
"0x230"
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"nozzle_type": "brass",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1000",
|
||||
|
@ -86,16 +86,19 @@
|
|||
],
|
||||
"printer_settings_id": "Artillery",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.2"
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
"4"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"0"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"0x300"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"nozzle_type": "brass",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
|
@ -79,10 +79,10 @@
|
|||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
"0.08"
|
||||
],
|
||||
"printer_settings_id": "Artillery",
|
||||
"retraction_minimum_travel": [
|
||||
|
@ -92,7 +92,7 @@
|
|||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"4"
|
||||
|
@ -115,4 +115,3 @@
|
|||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"0x300"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"nozzle_type": "brass",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_extruding": [
|
||||
"1250",
|
||||
|
@ -79,10 +79,10 @@
|
|||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
"0.08"
|
||||
],
|
||||
"printer_settings_id": "Artillery",
|
||||
"retraction_minimum_travel": [
|
||||
|
@ -92,7 +92,7 @@
|
|||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
"1"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"4"
|
||||
|
@ -115,4 +115,3 @@
|
|||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue