Fix paramters of the process and machine files (#4246)

* Update fdm_process_common.json

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
FlyingbearOfficial 2024-02-28 22:05:45 +08:00 committed by GitHub
parent 0e1307ab83
commit 93714f834d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 80 additions and 78 deletions

View file

@ -2,33 +2,30 @@
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @FlyingBear Reborn3",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"bottom_shell_layers": "3",
"brim_width": "5",
"gap_infill_speed": "250",
"infill_wall_overlap": "25%",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "250",
"layer_height": "0.2",
"overhang_1_4_speed": "50",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_speed_classic": "0",
"print_flow_ratio": "0.95",
"print_settings_id": "0.20mm Standard @FlyingBear Reborn3",
"sparse_infill_speed": "270",
"support_line_width": "0.4",
"top_shell_layers": "3",
"top_shell_thickness": "0.6",
"top_surface_line_width": "0.4",
"tree_support_branch_angle_organic": "45",
"tree_support_branch_distance_organic": "3",
"top_shell_layers": "5",
"top_shell_thickness": "1",
"tree_support_wall_count": "1",
"compatible_printers": [
"FlyingBear Reborn3 0.4 nozzle"
"brim_width": "5",
"gap_infill_speed": "250",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "250",
"layer_height": "0.2",
"print_settings_id": "0.20mm Standard @InfiMech TX",
"sparse_infill_speed": "270",
"exclude_object": "0",
"internal_bridge_speed": "50",
"top_solid_infill_flow_ratio": "0.97",
"initial_layer_speed": "25",
"compatible_printers": [
"FlyingBear Reborn3 0.4 nozzle"
]