mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
parent
60111eaa16
commit
6f3045b3e5
12 changed files with 220 additions and 1157 deletions
|
@ -3,27 +3,24 @@
|
|||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers": [],
|
||||
"compatible_printers_condition": "",
|
||||
"default_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"tree_support_with_infill": "0",
|
||||
"bottom_shell_layers": "3",
|
||||
"accel_to_decel_enable": "0",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bridge_acceleration": "50%",
|
||||
"adaptive_layer_height": "0",
|
||||
"bridge_flow": "0.9",
|
||||
"brim_object_gap": "0.1",
|
||||
"brim_type": "auto_brim",
|
||||
"brim_width": "5",
|
||||
"bridge_no_support": "0",
|
||||
"bridge_speed": "50",
|
||||
"bridge_angle": "0",
|
||||
"bridge_density": "100%",
|
||||
"bridge_flow": "0.95",
|
||||
"brim_type": "auto_brim",
|
||||
"compatible_printers_condition": "",
|
||||
"default_acceleration": "3000",
|
||||
"default_jerk": "0",
|
||||
"detect_narrow_internal_solid_infill": "1",
|
||||
"detect_overhang_wall": "1",
|
||||
|
@ -34,6 +31,7 @@
|
|||
"enable_overhang_speed": "1",
|
||||
"enable_prime_tower": "0",
|
||||
"enable_support": "1",
|
||||
"compatible_printers": [],
|
||||
"enforce_support_layers": "0",
|
||||
"ensure_vertical_shell_thickness": "1",
|
||||
"exclude_object": "1",
|
||||
|
@ -46,6 +44,11 @@
|
|||
"fuzzy_skin_point_distance": "0.8",
|
||||
"fuzzy_skin_thickness": "0.3",
|
||||
"gap_infill_speed": "100",
|
||||
"tree_support_with_infill": "0",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "40",
|
||||
"overhang_3_4_speed": "20",
|
||||
"overhang_4_4_speed": "10",
|
||||
"gcode_add_line_number": "0",
|
||||
"gcode_comments": "0",
|
||||
"gcode_label_objects": "1",
|
||||
|
@ -60,7 +63,6 @@
|
|||
"initial_layer_infill_speed": "105",
|
||||
"initial_layer_jerk": "9",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_travel_speed": "100%",
|
||||
"inner_wall_acceleration": "300",
|
||||
|
@ -76,9 +78,7 @@
|
|||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"line_width": "0.42",
|
||||
"max_bridge_length": "10",
|
||||
"max_bridge_length": "30",
|
||||
"max_travel_detour_distance": "0",
|
||||
"min_bead_width": "85%",
|
||||
"min_feature_size": "25%",
|
||||
|
@ -90,10 +90,6 @@
|
|||
"outer_wall_jerk": "9",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "80",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_speed_classic": "0",
|
||||
"post_process": [],
|
||||
"precise_outer_wall": "0",
|
||||
|
@ -111,6 +107,7 @@
|
|||
"reduce_infill_retraction": "1",
|
||||
"resolution": "0.012",
|
||||
"role_based_wipe_speed": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"seam_gap": "15%",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
|
@ -174,7 +171,7 @@
|
|||
"tree_support_branch_distance": "5",
|
||||
"tree_support_brim_width": "3",
|
||||
"tree_support_wall_count": "0",
|
||||
"version": "1.6.0.0",
|
||||
"version": "1.6.4.0",
|
||||
"wall_distribution_count": "1",
|
||||
"wall_filament": "1",
|
||||
"wall_generator": "arachne",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue