mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 15:25:18 -06:00
fix "exclude_object" for FlyingBear profiles (#6294)
* Update FlyingBear S1 0.4 nozzle.json * Update 0.16mm Optimal @FlyingBear Reborn3.json * Update 0.16mm Optimal @FlyingBear S1.json * Update fdm_process_common.json * Update fdm_klipper_common.json * Update fdm_machine_common.json * Update fdm_klipper_common.json * Update fdm_machine_common.json * Update fdm_process_common.json * Update fdm_process_common_S1.json fix some parameters * Update fdm_process_common.json * Update FlyingBear S1 0.4 nozzle.json * Update 0.08mm Extra Fine @FlyingBear S1.json * Update 0.12mm Fine @FlyingBear S1.json * Update 0.16mm Optimal @FlyingBear S1.json * Update 0.20mm Standard @FlyingBear S1.json * Update 0.24mm Draft @FlyingBear S1.json * Update 0.08mm Extra Fine @FlyingBear Reborn3.json * Update 0.12mm Fine @FlyingBear Reborn3.json * Update 0.16mm Optimal @FlyingBear Reborn3.json * Update 0.20mm Standard @FlyingBear Reborn3.json * Update 0.24mm Draft @FlyingBear Reborn3.json
This commit is contained in:
parent
74775c93b1
commit
ade20222a5
10 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@
|
|||
"layer_height": "0.08",
|
||||
"print_settings_id": "0.08mm Extra Fine @InfiMech TX",
|
||||
"sparse_infill_speed": "450",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"layer_height": "0.12",
|
||||
"print_settings_id": "0.12mm Fine @InfiMech TX",
|
||||
"sparse_infill_speed": "400",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"bottom_shell_layers": "4",
|
||||
"bridge_speed": "25",
|
||||
"brim_object_gap": "0.1",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"gap_infill_speed": "300",
|
||||
"inner_wall_speed": "300",
|
||||
"internal_bridge_speed": "50",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"layer_height": "0.2",
|
||||
"print_settings_id": "0.20mm Standard @InfiMech TX",
|
||||
"sparse_infill_speed": "270",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"initial_layer_speed": "25",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"layer_height": "0.24",
|
||||
"print_settings_id": "0.24mm Draft @InfiMech TX",
|
||||
"sparse_infill_speed": "230",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"layer_height": "0.08",
|
||||
"print_settings_id": "0.08mm Extra Fine @FlyingBear S1",
|
||||
"sparse_infill_speed": "450",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear S1 0.4 nozzle"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"layer_height": "0.12",
|
||||
"print_settings_id": "0.12mm Fine @FlyingBear S1",
|
||||
"sparse_infill_speed": "400",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear S1 0.4 nozzle"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"bottom_shell_layers": "4",
|
||||
"bridge_speed": "25",
|
||||
"brim_object_gap": "0.1",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"gap_infill_speed": "300",
|
||||
"inner_wall_speed": "300",
|
||||
"internal_bridge_speed": "50",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"layer_height": "0.2",
|
||||
"print_settings_id": "0.20mm Standard @FlyingBear S1",
|
||||
"sparse_infill_speed": "270",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"compatible_printers": [
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"layer_height": "0.24",
|
||||
"print_settings_id": "0.24mm Draft @FlyingBear S1",
|
||||
"sparse_infill_speed": "230",
|
||||
"exclude_object": "0",
|
||||
"exclude_object": "1",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear S1 0.4 nozzle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue