ENH:[filament/process] format bbl process file

Change-Id: I1bf9983e4ed046c5f1b4b8b18c8f756dac8709bc
(cherry picked from commit 0317857fd5d9ddf0c71b53c68308415a0a06c891)
This commit is contained in:
qian.wang
2025-06-26 12:11:56 +08:00
committed by Noisyfox
parent a42c933756
commit 0f96e397f5
24 changed files with 59 additions and 39 deletions

View File

@@ -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"
}