mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 06:47:41 -07:00
ENH:[filament/process] batch modify h2 process params
Change-Id: I4f7d306ef33ac7f72abbba47b07b82d54d4b49da jira: None (cherry picked from commit bbbbde3e741d6e0a821d0529848022e8ae8d4efd)
This commit is contained in:
parent
ed13861cfd
commit
e5221592a8
12 changed files with 127 additions and 68 deletions
|
|
@ -7,8 +7,8 @@
|
|||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.2mm nozzle, prioritizing print quality.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
|
|
|
|||
|
|
@ -139,5 +139,6 @@
|
|||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000"
|
||||
]
|
||||
],
|
||||
"smooth_coefficient": "4"
|
||||
}
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
"setting_id": "GP233",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.16mm layer height, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
|
|
|
|||
|
|
@ -34,15 +34,15 @@
|
|||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"250"
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"270",
|
||||
"270"
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"setting_id": "GP241",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
|
|
|
|||
|
|
@ -17,36 +17,36 @@
|
|||
"Bambu Lab H2 0.6 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"55",
|
||||
"55"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"35",
|
||||
"35"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"15",
|
||||
"15"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"100",
|
||||
"100"
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150"
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50"
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
|
|
@ -57,12 +57,12 @@
|
|||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150"
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150"
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
|
|
@ -108,6 +108,34 @@
|
|||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400",
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0"
|
||||
|
|
@ -139,5 +167,6 @@
|
|||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000"
|
||||
]
|
||||
],
|
||||
"smooth_coefficient": "4"
|
||||
}
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000"
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
|
|
|
|||
|
|
@ -17,40 +17,40 @@
|
|||
"Bambu Lab H2 0.8 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"55",
|
||||
"55"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"35",
|
||||
"35"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"25",
|
||||
"25"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"5",
|
||||
"5"
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"100",
|
||||
"100"
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150"
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50"
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
|
|
@ -61,12 +61,12 @@
|
|||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150"
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150"
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
|
|
@ -108,6 +108,34 @@
|
|||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400",
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000",
|
||||
"100000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0"
|
||||
|
|
@ -139,5 +167,6 @@
|
|||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000"
|
||||
]
|
||||
],
|
||||
"smooth_coefficient": "4"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue