mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07: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
7 changed files with 80 additions and 78 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
"z_hop": [
|
"z_hop": [
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
|
|
|
||||||
|
|
@ -16,11 +16,11 @@
|
||||||
"cooling_tube_length": "5",
|
"cooling_tube_length": "5",
|
||||||
"cooling_tube_retraction": "91.5",
|
"cooling_tube_retraction": "91.5",
|
||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"FlyingBear Generic PLA"
|
"FlyingBear PLA"
|
||||||
],
|
],
|
||||||
"default_print_profile": "0.20mm Standard @FlyingBear Reborn3",
|
"default_print_profile": "0.20mm Standard @FlyingBear Reborn3",
|
||||||
"deretraction_speed": [
|
"deretraction_speed": [
|
||||||
"40"
|
"30"
|
||||||
],
|
],
|
||||||
"enable_filament_ramming": "1",
|
"enable_filament_ramming": "1",
|
||||||
"extra_loading_move": "-2",
|
"extra_loading_move": "-2",
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
"20000"
|
"20000"
|
||||||
],
|
],
|
||||||
"machine_max_acceleration_z": [
|
"machine_max_acceleration_z": [
|
||||||
"30",
|
"500",
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_e": [
|
"machine_max_jerk_e": [
|
||||||
|
|
@ -85,11 +85,11 @@
|
||||||
"9"
|
"9"
|
||||||
],
|
],
|
||||||
"machine_max_jerk_z": [
|
"machine_max_jerk_z": [
|
||||||
"2",
|
"3",
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
"machine_max_speed_e": [
|
"machine_max_speed_e": [
|
||||||
"15",
|
"30",
|
||||||
"25"
|
"25"
|
||||||
],
|
],
|
||||||
"machine_max_speed_x": [
|
"machine_max_speed_x": [
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
"machine_max_speed_z": [
|
"machine_max_speed_z": [
|
||||||
"5",
|
"20",
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
"machine_min_extruding_rate": [
|
"machine_min_extruding_rate": [
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"machine_pause_gcode": "PAUSE",
|
"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": [
|
"max_layer_height": [
|
||||||
"0.28"
|
"0.28"
|
||||||
],
|
],
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"retract_lift_below": [
|
"retract_lift_below": [
|
||||||
"0"
|
"349"
|
||||||
],
|
],
|
||||||
"retract_lift_enforce": [
|
"retract_lift_enforce": [
|
||||||
"All Surfaces"
|
"All Surfaces"
|
||||||
|
|
@ -169,7 +169,7 @@
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"retract_when_changing_layer": [
|
"retract_when_changing_layer": [
|
||||||
"0"
|
"1"
|
||||||
],
|
],
|
||||||
"retraction_length": [
|
"retraction_length": [
|
||||||
"0.5"
|
"0.5"
|
||||||
|
|
@ -178,7 +178,7 @@
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"retraction_speed": [
|
"retraction_speed": [
|
||||||
"40"
|
"30"
|
||||||
],
|
],
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"silent_mode": "0",
|
"silent_mode": "0",
|
||||||
|
|
@ -198,9 +198,9 @@
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"z_hop": [
|
"z_hop": [
|
||||||
"0.2"
|
"0.4"
|
||||||
],
|
],
|
||||||
"z_hop_types": [
|
"z_hop_types": [
|
||||||
"Normal Lift"
|
"Auto Lift"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,21 @@
|
||||||
"inherits": "fdm_process_common",
|
"inherits": "fdm_process_common",
|
||||||
|
|
||||||
"bottom_shell_layers": "7",
|
"bottom_shell_layers": "7",
|
||||||
"inner_wall_speed": "350",
|
|
||||||
"internal_solid_infill_speed": "350",
|
|
||||||
|
|
||||||
"overhang_1_4_speed": "60",
|
"overhang_1_4_speed": "60",
|
||||||
"overhang_2_4_speed": "30",
|
"overhang_2_4_speed": "30",
|
||||||
"overhang_3_4_speed": "10",
|
"overhang_3_4_speed": "10",
|
||||||
"print_settings_id": "0.08mm Standard @FlyingBear Reborn3",
|
|
||||||
"sparse_infill_speed": "450",
|
|
||||||
"top_shell_layers": "9",
|
"top_shell_layers": "9",
|
||||||
"top_shell_thickness": "0.8",
|
"top_shell_thickness": "0.8",
|
||||||
"tree_support_wall_count": "1",
|
"tree_support_wall_count": "1",
|
||||||
|
"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": [
|
"compatible_printers": [
|
||||||
"FlyingBear Reborn3 0.4 nozzle"
|
"FlyingBear Reborn3 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -7,20 +7,21 @@
|
||||||
"inherits": "fdm_process_common",
|
"inherits": "fdm_process_common",
|
||||||
|
|
||||||
"bottom_shell_layers": "5",
|
"bottom_shell_layers": "5",
|
||||||
|
"overhang_1_4_speed": "50",
|
||||||
|
"overhang_2_4_speed": "30",
|
||||||
|
"overhang_3_4_speed": "10",
|
||||||
|
"top_shell_layers": "5",
|
||||||
|
"top_shell_thickness": "0.6",
|
||||||
|
"tree_support_wall_count": "0",
|
||||||
"brim_width": "5",
|
"brim_width": "5",
|
||||||
"gap_infill_speed": "350",
|
"gap_infill_speed": "350",
|
||||||
"inner_wall_speed": "350",
|
"inner_wall_speed": "350",
|
||||||
"internal_solid_infill_speed": "350",
|
"internal_solid_infill_speed": "350",
|
||||||
"layer_height": "0.12",
|
"layer_height": "0.12",
|
||||||
"overhang_1_4_speed": "60",
|
"print_settings_id": "0.12mm Fine @InfiMech TX",
|
||||||
"overhang_2_4_speed": "30",
|
|
||||||
"overhang_3_4_speed": "10",
|
|
||||||
"print_settings_id": "0.12mm Standard @FlyingBear Reborn3",
|
|
||||||
"sparse_infill_speed": "400",
|
"sparse_infill_speed": "400",
|
||||||
"top_shell_layers": "5",
|
"exclude_object": "0",
|
||||||
"top_shell_thickness": "0.6",
|
"internal_bridge_speed": "50",
|
||||||
"tree_support_wall_count": "0",
|
|
||||||
"wipe_on_loops": "0",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"FlyingBear Reborn3 0.4 nozzle"
|
"FlyingBear Reborn3 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -7,26 +7,23 @@
|
||||||
"inherits": "fdm_process_common",
|
"inherits": "fdm_process_common",
|
||||||
"bottom_shell_layers": "3",
|
"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_1_4_speed": "50",
|
||||||
"overhang_2_4_speed": "50",
|
"overhang_2_4_speed": "50",
|
||||||
"overhang_3_4_speed": "30",
|
"overhang_3_4_speed": "30",
|
||||||
"overhang_speed_classic": "0",
|
"top_shell_layers": "5",
|
||||||
"print_flow_ratio": "0.95",
|
"top_shell_thickness": "1",
|
||||||
"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",
|
|
||||||
"tree_support_wall_count": "1",
|
"tree_support_wall_count": "1",
|
||||||
|
"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": [
|
"compatible_printers": [
|
||||||
"FlyingBear Reborn3 0.4 nozzle"
|
"FlyingBear Reborn3 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -8,21 +8,22 @@
|
||||||
"inherits": "fdm_process_common",
|
"inherits": "fdm_process_common",
|
||||||
"bottom_shell_layers": "3",
|
"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",
|
"brim_width": "3",
|
||||||
"gap_infill_speed": "230",
|
"gap_infill_speed": "230",
|
||||||
"inner_wall_speed": "230",
|
"inner_wall_speed": "230",
|
||||||
"internal_solid_infill_speed": "230",
|
"internal_solid_infill_speed": "230",
|
||||||
"layer_height": "0.24",
|
"layer_height": "0.24",
|
||||||
"overhang_1_4_speed": "0",
|
"print_settings_id": "0.24mm Draft @InfiMech TX",
|
||||||
"overhang_2_4_speed": "50",
|
|
||||||
"overhang_3_4_speed": "30",
|
|
||||||
"print_settings_id": "0.24mm Draft @FlyingBear Reborn3",
|
|
||||||
"sparse_infill_speed": "230",
|
"sparse_infill_speed": "230",
|
||||||
"top_shell_layers": "3",
|
"exclude_object": "0",
|
||||||
"top_shell_thickness": "0.6",
|
"internal_bridge_speed": "50",
|
||||||
"top_surface_line_width": "0.45",
|
|
||||||
"tree_support_wall_count": "1",
|
|
||||||
"wipe_on_loops": "0",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"FlyingBear Reborn3 0.4 nozzle"
|
"FlyingBear Reborn3 0.4 nozzle"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
|
|
||||||
"accel_to_decel_enable": "1",
|
"accel_to_decel_enable": "0",
|
||||||
"accel_to_decel_factor": "50%",
|
"accel_to_decel_factor": "50%",
|
||||||
"bottom_shell_thickness": "0",
|
"bottom_shell_thickness": "0",
|
||||||
"bottom_solid_infill_flow_ratio": "1",
|
"bottom_solid_infill_flow_ratio": "1",
|
||||||
|
|
@ -14,10 +14,10 @@
|
||||||
"bridge_density": "100%",
|
"bridge_density": "100%",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"bridge_no_support": "0",
|
"bridge_no_support": "0",
|
||||||
"bridge_speed": "50",
|
"bridge_speed": "25",
|
||||||
"brim_ears_detection_length": "1",
|
"brim_ears_detection_length": "1",
|
||||||
"brim_ears_max_angle": "125",
|
"brim_ears_max_angle": "125",
|
||||||
"brim_object_gap": "0.2",
|
"brim_object_gap": "0.1",
|
||||||
"brim_type": "auto_brim",
|
"brim_type": "auto_brim",
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"default_acceleration": "10000",
|
"default_acceleration": "10000",
|
||||||
|
|
@ -33,9 +33,8 @@
|
||||||
"enable_support": "0",
|
"enable_support": "0",
|
||||||
"enforce_support_layers": "0",
|
"enforce_support_layers": "0",
|
||||||
"ensure_vertical_shell_thickness": "1",
|
"ensure_vertical_shell_thickness": "1",
|
||||||
"exclude_object": "0",
|
|
||||||
"extra_perimeters_on_overhangs": "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",
|
"filter_out_gap_fill": "0",
|
||||||
"flush_into_infill": "0",
|
"flush_into_infill": "0",
|
||||||
"flush_into_objects": "0",
|
"flush_into_objects": "0",
|
||||||
|
|
@ -60,13 +59,13 @@
|
||||||
"initial_layer_line_width": "0.5",
|
"initial_layer_line_width": "0.5",
|
||||||
"initial_layer_min_bead_width": "85%",
|
"initial_layer_min_bead_width": "85%",
|
||||||
"initial_layer_print_height": "0.2",
|
"initial_layer_print_height": "0.2",
|
||||||
"initial_layer_speed": "30",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_travel_speed": "100%",
|
"initial_layer_travel_speed": "100%",
|
||||||
"inner_wall_acceleration": "10000",
|
"inner_wall_acceleration": "10000",
|
||||||
"inner_wall_jerk": "9",
|
"inner_wall_jerk": "9",
|
||||||
"inner_wall_line_width": "0.45",
|
"inner_wall_line_width": "0.45",
|
||||||
"interface_shells": "0",
|
"interface_shells": "0",
|
||||||
"internal_bridge_speed": "150%",
|
"internal_bridge_speed": "50%",
|
||||||
"internal_bridge_support_thickness": "0.8",
|
"internal_bridge_support_thickness": "0.8",
|
||||||
"internal_solid_infill_acceleration": "100%",
|
"internal_solid_infill_acceleration": "100%",
|
||||||
"internal_solid_infill_line_width": "0.42",
|
"internal_solid_infill_line_width": "0.42",
|
||||||
|
|
@ -97,13 +96,12 @@
|
||||||
"outer_wall_speed": "200",
|
"outer_wall_speed": "200",
|
||||||
|
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"overhang_speed_classic": "1",
|
"overhang_speed_classic": "0",
|
||||||
"post_process": [],
|
"post_process": [],
|
||||||
"precise_outer_wall": "1",
|
"precise_outer_wall": "0",
|
||||||
"prime_tower_brim_width": "3",
|
"prime_tower_brim_width": "3",
|
||||||
"prime_tower_width": "35",
|
"prime_tower_width": "35",
|
||||||
"prime_volume": "45",
|
"prime_volume": "45",
|
||||||
"print_flow_ratio": "1",
|
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
|
|
||||||
"raft_contact_distance": "0.1",
|
"raft_contact_distance": "0.1",
|
||||||
|
|
@ -115,13 +113,13 @@
|
||||||
"reduce_infill_retraction": "1",
|
"reduce_infill_retraction": "1",
|
||||||
"resolution": "0.012",
|
"resolution": "0.012",
|
||||||
"role_based_wipe_speed": "1",
|
"role_based_wipe_speed": "1",
|
||||||
"seam_gap": "15%",
|
"seam_gap": "10%",
|
||||||
"seam_position": "aligned",
|
"seam_position": "aligned",
|
||||||
"single_extruder_multi_material_priming": "1",
|
"single_extruder_multi_material_priming": "1",
|
||||||
"skirt_distance": "2",
|
"skirt_distance": "2",
|
||||||
"skirt_height": "1",
|
"skirt_height": "1",
|
||||||
"skirt_loops": "0",
|
"skirt_loops": "0",
|
||||||
"skirt_speed": "0",
|
"skirt_speed": "50",
|
||||||
"slice_closing_radius": "0.049",
|
"slice_closing_radius": "0.049",
|
||||||
"slicing_mode": "regular",
|
"slicing_mode": "regular",
|
||||||
"slow_down_layers": "0",
|
"slow_down_layers": "0",
|
||||||
|
|
@ -219,5 +217,6 @@
|
||||||
"70"
|
"70"
|
||||||
],
|
],
|
||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"xy_hole_compensation": "0"
|
"xy_hole_compensation": "0",
|
||||||
|
"exclude_object": "1"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue