mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-27 06:45:26 -07:00
ENH:[filament/process] format bbl process file
Change-Id: I1bf9983e4ed046c5f1b4b8b18c8f756dac8709bc (cherry picked from commit 0317857fd5d9ddf0c71b53c68308415a0a06c891)
This commit is contained in:
parent
a42c933756
commit
0f96e397f5
24 changed files with 59 additions and 39 deletions
|
|
@ -14,8 +14,8 @@
|
|||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "150",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"top_surface_speed": "150",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "180",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"top_surface_speed": "150",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@
|
|||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab O1C 0.4 nozzle"
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"top_surface_speed": "150",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@
|
|||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle",
|
||||
"Bambu Lab O1C 0.4 nozzle"
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"wall_loops": "4",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"brim_object_gap": "0.1",
|
||||
"brim_width": "5",
|
||||
"compatible_printers_condition": "",
|
||||
"circle_compensation_manual_offset": "0",
|
||||
"default_acceleration": "10000",
|
||||
"detect_overhang_wall": "1",
|
||||
"detect_thin_wall": "0",
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
"enable_arc_fitting": "1",
|
||||
"enable_prime_tower": "1",
|
||||
"enable_support": "0",
|
||||
"enable_circle_compensation": "0",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "0",
|
||||
|
|
@ -40,8 +42,14 @@
|
|||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"infill_lock_depth": "1.0",
|
||||
"initial_layer_travel_acceleration": "6000",
|
||||
"infill_shift_step": "0.4",
|
||||
"infill_rotate_step": "0",
|
||||
"layer_height": "0.2",
|
||||
"line_width": "0.42",
|
||||
"locked_skin_infill_pattern": "crosszag",
|
||||
"locked_skeleton_infill_pattern": "zigzag",
|
||||
"max_bridge_length": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
|
|
@ -49,6 +57,7 @@
|
|||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "120",
|
||||
"overhang_totally_speed": "10",
|
||||
"override_filament_scarf_seam_setting": "0",
|
||||
"pre_start_fan_time": [
|
||||
"0"
|
||||
],
|
||||
|
|
@ -56,6 +65,11 @@
|
|||
"print_sequence": "by layer",
|
||||
"print_settings_id": "",
|
||||
"prime_tower_brim_width": "3",
|
||||
"prime_tower_enable_framework": "0",
|
||||
"prime_tower_lift_speed": "90",
|
||||
"prime_tower_lift_height": "-1",
|
||||
"prime_tower_max_speed": "90",
|
||||
"prime_tower_flat_ironing": "0",
|
||||
"raft_layers": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"reduce_infill_retraction": "1",
|
||||
|
|
@ -92,6 +106,11 @@
|
|||
"support_threshold_angle": "30",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_type": "normal(auto)",
|
||||
"seam_slope_type": "none",
|
||||
"seam_slope_start_height": "10%",
|
||||
"seam_slope_gap": "0",
|
||||
"seam_slope_min_length": "10",
|
||||
"symmetric_infill_y_axis": "0",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"top_surface_line_width": "0.42",
|
||||
|
|
@ -107,16 +126,5 @@
|
|||
"wipe_tower_no_sparse_layers": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"compatible_printers": [],
|
||||
"smooth_coefficient": "80",
|
||||
"overhang_totally_speed": "19",
|
||||
"scarf_angle_threshold": "155",
|
||||
"infill_shift_step": "0.4",
|
||||
"infill_rotate_step": "0",
|
||||
"prime_tower_enable_framework": "0",
|
||||
"symmetric_infill_y_axis": "0",
|
||||
"prime_tower_lift_speed": "90",
|
||||
"prime_tower_lift_height": "-1",
|
||||
"prime_tower_max_speed": "90",
|
||||
"prime_tower_flat_ironing":"0"
|
||||
"z_direction_outwall_speed_continuous": "0"
|
||||
}
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
"default_acceleration": "10000",
|
||||
"enable_overhang_speed":"1",
|
||||
"gap_infill_speed": "50",
|
||||
"initial_layer_travel_acceleration": "6000",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_speed": "30",
|
||||
|
|
@ -33,6 +34,13 @@
|
|||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"prime_tower_flat_ironing": "1",
|
||||
"slowdown_start_height": "0",
|
||||
"slowdown_start_speed": "1000",
|
||||
"slowdown_start_acc": "100000",
|
||||
"slowdown_end_height": "400",
|
||||
"slowdown_end_speed": "1000",
|
||||
"slowdown_end_acc": "100000",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"smooth_coefficient": "2",
|
||||
|
|
@ -40,10 +48,10 @@
|
|||
"sparse_infill_speed": "250",
|
||||
"support_interface_speed": "80",
|
||||
"support_speed": "150",
|
||||
"travel_acceleration": "10000",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"travel_speed_z": "0",
|
||||
"z_direction_outwall_speed_continuous": "1",
|
||||
"prime_tower_flat_ironing":"1"
|
||||
"z_direction_outwall_speed_continuous": "1"
|
||||
}
|
||||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "40",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.06",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_bottom_z_distance": "0.06",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "40",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.08",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_bottom_z_distance": "0.08",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "40",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.1",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_bottom_z_distance": "0.1",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "40",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.12",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_bottom_z_distance": "0.12",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "40",
|
||||
"inner_wall_line_width": "0.22",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"layer_height": "0.14",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"ironing_inset": "0.11",
|
||||
"sparse_infill_line_width": "0.22",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_bottom_z_distance": "0.14",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.18",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"sparse_infill_speed": "100",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"sparse_infill_speed": "100",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.82",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.3",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"sparse_infill_speed": "100",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.32",
|
||||
"line_width": "0.82",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.36",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"sparse_infill_speed": "100",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.4",
|
||||
"line_width": "0.82",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.42",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"ironing_inset": "0.31",
|
||||
"overhang_3_4_speed": "15",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"sparse_infill_speed": "100",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.31",
|
||||
"layer_height": "0.48",
|
||||
"line_width": "0.82",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
"initial_layer_speed": "35",
|
||||
"inner_wall_line_width": "0.82",
|
||||
"internal_solid_infill_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"layer_height": "0.56",
|
||||
"line_width": "0.82",
|
||||
"outer_wall_line_width": "0.82",
|
||||
"ironing_inset": "0.41",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "5",
|
||||
"sparse_infill_line_width": "0.82",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@
|
|||
"print_extruder_variant": [
|
||||
"Direct Drive Standard"
|
||||
],
|
||||
"slowdown_start_height": "0",
|
||||
"slowdown_start_speed": "1000",
|
||||
"slowdown_start_acc": "100000",
|
||||
"slowdown_end_height": "400",
|
||||
"slowdown_end_speed": "1000",
|
||||
"slowdown_end_acc": "100000",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue