Add new filaments and fix some params (#11042)

* ADD NEW FILAMENTS

* Update 0.20mm Standard @FlyingBear Ghost7.json

fix exclude_object param

* Update fdm_process_common_Ghost7.json

* Update FlyingBear PLA Basic profile to include renamed_from field

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
FlyingbearOfficial
2025-10-25 22:52:48 +08:00
committed by GitHub
parent 026499c5b7
commit fda946918a
19 changed files with 861 additions and 30 deletions

View File

@@ -6,8 +6,8 @@
"setting_id": "GP004",
"instantiation": "true",
"bottom_shell_layers": "3",
"overhang_1_4_speed": "50",
"overhang_2_4_speed": "50",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "40",
"overhang_3_4_speed": "30",
"top_shell_layers": "5",
"top_shell_thickness": "1",
@@ -19,10 +19,10 @@
"layer_height": "0.2",
"print_settings_id": "0.20mm Standard @FlyingBear Ghost7",
"sparse_infill_speed": "270",
"exclude_object": "1",
"exclude_object": "0",
"internal_bridge_speed": "50",
"top_solid_infill_flow_ratio": "0.97",
"top_solid_infill_flow_ratio": "1",
"compatible_printers": [
"FlyingBear Ghost7 0.4 nozzle"
]
}
}

View File

@@ -52,7 +52,7 @@
"infill_jerk": "9",
"infill_wall_overlap": "15%",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "50",
"initial_layer_infill_speed": "75",
"initial_layer_jerk": "9",
"initial_layer_line_width": "0.5",
"initial_layer_min_bead_width": "85%",
@@ -90,7 +90,7 @@
"outer_wall_acceleration": "5000",
"outer_wall_jerk": "9",
"outer_wall_line_width": "0.42",
"outer_wall_speed": "200",
"outer_wall_speed": "150",
"overhang_4_4_speed": "10",
"overhang_speed_classic": "0",
"post_process": [],
@@ -126,7 +126,7 @@
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "crosshatch",
"sparse_infill_pattern": "grid",
"spiral_mode": "0",
"staggered_inner_seams": "0",
"standby_temperature_delta": "-5",
@@ -210,5 +210,5 @@
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0",
"exclude_object": "1"
}
"exclude_object": "0"
}