mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 17:10:43 +08:00
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:
parent
0e1307ab83
commit
93714f834d
@ -10,7 +10,7 @@
|
||||
"0.4"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
|
@ -16,11 +16,11 @@
|
||||
"cooling_tube_length": "5",
|
||||
"cooling_tube_retraction": "91.5",
|
||||
"default_filament_profile": [
|
||||
"FlyingBear Generic PLA"
|
||||
"FlyingBear PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @FlyingBear Reborn3",
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
"30"
|
||||
],
|
||||
"enable_filament_ramming": "1",
|
||||
"extra_loading_move": "-2",
|
||||
@ -69,7 +69,7 @@
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"30",
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
@ -85,11 +85,11 @@
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"2",
|
||||
"3",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"15",
|
||||
"30",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
@ -101,7 +101,7 @@
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"5",
|
||||
"20",
|
||||
"12"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
@ -113,7 +113,7 @@
|
||||
"0"
|
||||
],
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"machine_start_gcode": "M140 S40\nG28\nG4 P200\nG90\nG1 Z4\nZ_TILT_ADJUST\nM140 [bed_temperature_initial_layer_single] \nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-3 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START", "machine_unload_filament_time": "0",
|
||||
"machine_start_gcode": "M140 S[bed_temperature_initial_layer_single] \nG28\nG4 P200\nG90\nG1 Z4\nZ_TILT_ADJUST\nM140 S[bed_temperature_initial_layer_single] \nG90\nG1 X150 Y150 F3000\nG28 Z\nG1 X50 Y-3 F2500\nM109 S[nozzle_temperature_initial_layer]\nM190 S[bed_temperature_initial_layer_single] \nPRINT_START",
|
||||
"max_layer_height": [
|
||||
"0.28"
|
||||
],
|
||||
@ -157,7 +157,7 @@
|
||||
"0"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"0"
|
||||
"349"
|
||||
],
|
||||
"retract_lift_enforce": [
|
||||
"All Surfaces"
|
||||
@ -169,7 +169,7 @@
|
||||
"0"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"0"
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
@ -178,7 +178,7 @@
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
"30"
|
||||
],
|
||||
"scan_first_layer": "0",
|
||||
"silent_mode": "0",
|
||||
@ -198,9 +198,9 @@
|
||||
"2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
"0.4"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Normal Lift"
|
||||
"Auto Lift"
|
||||
]
|
||||
}
|
||||
|
@ -1,24 +1,28 @@
|
||||
{
|
||||
"type": "process",
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @FlyingBear Reborn3",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"bottom_shell_layers": "7",
|
||||
"inner_wall_speed": "350",
|
||||
"internal_solid_infill_speed": "350",
|
||||
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"print_settings_id": "0.08mm Standard @FlyingBear Reborn3",
|
||||
"sparse_infill_speed": "450",
|
||||
"top_shell_layers": "9",
|
||||
"top_shell_thickness": "0.8",
|
||||
"tree_support_wall_count": "1",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
"brim_width": "5",
|
||||
"gap_infill_speed": "350",
|
||||
"inner_wall_speed": "350",
|
||||
"internal_solid_infill_speed": "350",
|
||||
"layer_height": "0.08",
|
||||
"print_settings_id": "0.08mm Extra Fine @InfiMech TX",
|
||||
"sparse_infill_speed": "450",
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -7,20 +7,21 @@
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"bottom_shell_layers": "5",
|
||||
"brim_width": "5",
|
||||
"gap_infill_speed": "350",
|
||||
"inner_wall_speed": "350",
|
||||
"internal_solid_infill_speed": "350",
|
||||
"layer_height": "0.12",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"print_settings_id": "0.12mm Standard @FlyingBear Reborn3",
|
||||
"sparse_infill_speed": "400",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.6",
|
||||
"tree_support_wall_count": "0",
|
||||
"wipe_on_loops": "0",
|
||||
"brim_width": "5",
|
||||
"gap_infill_speed": "350",
|
||||
"inner_wall_speed": "350",
|
||||
"internal_solid_infill_speed": "350",
|
||||
"layer_height": "0.12",
|
||||
"print_settings_id": "0.12mm Fine @InfiMech TX",
|
||||
"sparse_infill_speed": "400",
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
]
|
||||
|
@ -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"
|
||||
]
|
||||
|
||||
|
||||
|
@ -8,21 +8,22 @@
|
||||
"inherits": "fdm_process_common",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
"bottom_shell_layers": "3",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "1",
|
||||
"tree_support_wall_count": "1",
|
||||
"brim_width": "3",
|
||||
"gap_infill_speed": "230",
|
||||
"inner_wall_speed": "230",
|
||||
"internal_solid_infill_speed": "230",
|
||||
"layer_height": "0.24",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"print_settings_id": "0.24mm Draft @FlyingBear Reborn3",
|
||||
"print_settings_id": "0.24mm Draft @InfiMech TX",
|
||||
"sparse_infill_speed": "230",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.6",
|
||||
"top_surface_line_width": "0.45",
|
||||
"tree_support_wall_count": "1",
|
||||
"wipe_on_loops": "0",
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"FlyingBear Reborn3 0.4 nozzle"
|
||||
]
|
||||
|
@ -4,7 +4,7 @@
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_enable": "0",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
@ -14,10 +14,10 @@
|
||||
"bridge_density": "100%",
|
||||
"bridge_flow": "1",
|
||||
"bridge_no_support": "0",
|
||||
"bridge_speed": "50",
|
||||
"bridge_speed": "25",
|
||||
"brim_ears_detection_length": "1",
|
||||
"brim_ears_max_angle": "125",
|
||||
"brim_object_gap": "0.2",
|
||||
"brim_object_gap": "0.1",
|
||||
"brim_type": "auto_brim",
|
||||
"compatible_printers_condition": "",
|
||||
"default_acceleration": "10000",
|
||||
@ -33,9 +33,8 @@
|
||||
"enable_support": "0",
|
||||
"enforce_support_layers": "0",
|
||||
"ensure_vertical_shell_thickness": "1",
|
||||
"exclude_object": "0",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"filter_out_gap_fill": "0",
|
||||
"flush_into_infill": "0",
|
||||
"flush_into_objects": "0",
|
||||
@ -60,13 +59,13 @@
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_min_bead_width": "85%",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_travel_speed": "100%",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"inner_wall_jerk": "9",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"interface_shells": "0",
|
||||
"internal_bridge_speed": "150%",
|
||||
"internal_bridge_speed": "50%",
|
||||
"internal_bridge_support_thickness": "0.8",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
@ -97,13 +96,12 @@
|
||||
"outer_wall_speed": "200",
|
||||
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_speed_classic": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"post_process": [],
|
||||
"precise_outer_wall": "1",
|
||||
"precise_outer_wall": "0",
|
||||
"prime_tower_brim_width": "3",
|
||||
"prime_tower_width": "35",
|
||||
"prime_volume": "45",
|
||||
"print_flow_ratio": "1",
|
||||
"print_sequence": "by layer",
|
||||
|
||||
"raft_contact_distance": "0.1",
|
||||
@ -115,13 +113,13 @@
|
||||
"reduce_infill_retraction": "1",
|
||||
"resolution": "0.012",
|
||||
"role_based_wipe_speed": "1",
|
||||
"seam_gap": "15%",
|
||||
"seam_gap": "10%",
|
||||
"seam_position": "aligned",
|
||||
"single_extruder_multi_material_priming": "1",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"skirt_speed": "0",
|
||||
"skirt_speed": "50",
|
||||
"slice_closing_radius": "0.049",
|
||||
"slicing_mode": "regular",
|
||||
"slow_down_layers": "0",
|
||||
@ -198,7 +196,7 @@
|
||||
"wall_transition_angle": "10",
|
||||
"wall_transition_filter_deviation": "25%",
|
||||
"wall_transition_length": "100%",
|
||||
"wipe_on_loops": "0",
|
||||
"wipe_on_loops": "0",
|
||||
"wipe_speed": "80%",
|
||||
"wipe_tower_bridging": "10",
|
||||
"wipe_tower_cone_angle": "0",
|
||||
@ -219,5 +217,6 @@
|
||||
"70"
|
||||
],
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0"
|
||||
}
|
||||
"xy_hole_compensation": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user