update snapmaker profiles

- add BracingKit for Snapmaker 2
- add Artisan profiles
This commit is contained in:
dylan
2024-05-08 13:02:24 +08:00
parent 0c62acd4ed
commit 058dde29bc
270 changed files with 5211 additions and 954 deletions

View File

@@ -42,7 +42,7 @@
"bridge_density": "100%",
"thick_bridges": "1",
"top_solid_infill_flow_ratio": "1",
"bottom_solid_infill_flow_ratio": "1",
"bottom_solid_infill_flow_ratio": "1.2",
"only_one_wall_top": "0",
"only_one_wall_first_layer": "0",
"detect_overhang_wall": "1",
@@ -56,14 +56,14 @@
"print_flow_ratio": "1",
"wall_loops": "3",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonicline",
"top_surface_pattern": "monotonic",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"sparse_infill_pattern": "cubic",
"filter_out_gap_fill": "0",
"infill_wall_overlap": "15%",
"infill_direction": "45",
@@ -84,7 +84,7 @@
"gap_infill_speed": "100",
"support_speed": "80",
"support_interface_speed": "50",
"ironing_speed": "50",
"ironing_speed": "35",
"enable_overhang_speed": "1",
"overhang_speed_classic": "0",
"overhang_1_4_speed": "35",
@@ -93,15 +93,15 @@
"overhang_4_4_speed": "10",
"bridge_speed": "50",
"travel_speed": "120",
"default_acceleration": "2000",
"default_acceleration": "1100",
"outer_wall_acceleration": "1000",
"inner_wall_acceleration": "2000",
"inner_wall_acceleration": "1100",
"bridge_acceleration": "1000",
"sparse_infill_acceleration": "2000",
"internal_solid_infill_acceleration": "2000",
"sparse_infill_acceleration": "1100",
"internal_solid_infill_acceleration": "1100",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "1000",
"travel_acceleration": "2000",
"travel_acceleration": "1100",
"default_jerk": "0",
"infill_jerk": "4",
"initial_layer_jerk": "4",
@@ -124,7 +124,7 @@
"support_interface_filament": "0",
"tree_support_branch_distance": "5",
"tree_support_branch_diameter": "5",
"tree_support_branch_angle": "30",
"tree_support_branch_angle": "15",
"tree_support_wall_count": "2",
"tree_support_adaptive_layer_height": "1",
"tree_support_auto_brim": "1",
@@ -149,7 +149,7 @@
"skirt_height": "1",
"brim_type": "auto_brim",
"brim_width": "5",
"brim_object_gap": "0.1",
"brim_object_gap": "0",
"enable_prime_tower": "1",
"prime_tower_width": "25",
"prime_volume": "7.3",
@@ -158,6 +158,7 @@
"flush_into_infill": "0",
"flush_into_support": "1",
"flush_into_objects": "0",
"flush_multiplier": "0.05",
"slicing_mode": "regular",
"print_sequence": "by layer",
"spiral_mode": "0",
@@ -167,13 +168,13 @@
"reduce_infill_retraction": "1",
"gcode_comments": "0",
"gcode_add_line_number": "0",
"gcode_label_objects": "0",
"gcode_label_objects": "1",
"filename_format": "{input_filename_base}_{layer_height}mm_{print_time}.gcode",
"post_process": "",
"enforce_support_layers": "0",
"exclude_object": "1",
"exclude_object": "0",
"standby_temperature_delta": "-45",
"timelapse_type": "0",
"single_extruder_multi_material_priming": "0",
"gap_fill_enabled": "0"
"gap_fill_enabled": "0",
"single_extruder_multi_material_priming": "0"
}