ENH: add profiles for H2D

This commit is contained in:
Noisyfox
2025-09-05 17:37:14 +08:00
parent 9fc3b38da8
commit 4120c64c5e
327 changed files with 16141 additions and 699 deletions

View File

@@ -7,8 +7,9 @@
"instantiation": "true",
"description": "Compared with the default profile of 0.2 mm nozzle, it has a smaller layer height, and results in minimal layer lines and higher printing quality, but shorter printing time.",
"default_acceleration": "6000",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"initial_layer_infill_speed": "28",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"

View File

@@ -7,10 +7,11 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in minimal layer lines and much higher printing quality, but much longer printing time.",
"default_acceleration": "3000",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"outer_wall_acceleration": "2000",
"initial_layer_infill_speed": "28",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"prime_tower_width": "40",
"sparse_infill_pattern": "gyroid",
"travel_speed": "700",
"compatible_printers": [

View File

@@ -8,6 +8,7 @@
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -6,8 +6,8 @@
"setting_id": "GP001",
"instantiation": "true",
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"smooth_coefficient": "150",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",

View File

@@ -7,10 +7,11 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost invisible layer lines and much higher printing quality, but much longer printing time.",
"default_acceleration": "3000",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"outer_wall_acceleration": "2000",
"initial_layer_infill_speed": "28",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"prime_tower_width": "40",
"sparse_infill_pattern": "gyroid",
"travel_speed": "700",
"compatible_printers": [

View File

@@ -11,8 +11,9 @@
"gap_infill_speed": "210",
"inner_wall_speed": "120",
"internal_solid_infill_speed": "150",
"outer_wall_acceleration": "2000",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"prime_tower_width": "40",
"sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "150",
"top_surface_speed": "150",

View File

@@ -7,8 +7,9 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer height, and results in almost invisible layer lines and higher printing quality, but shorter printing time.",
"default_acceleration": "6000",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"initial_layer_infill_speed": "28",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"

View File

@@ -8,10 +8,11 @@
"description": "Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in much higher printing quality, but a much longer printing time.",
"default_acceleration": "3000",
"elefant_foot_compensation": "0",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"outer_wall_acceleration": "2000",
"initial_layer_infill_speed": "28",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"prime_tower_width": "40",
"sparse_infill_pattern": "gyroid",
"travel_speed": "700",
"compatible_printers": [

View File

@@ -8,8 +8,9 @@
"description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"initial_layer_infill_speed": "28",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"

View File

@@ -0,0 +1,16 @@
{
"type": "process",
"name": "0.10mm Standard @BBL H2D 0.2 nozzle",
"inherits": "fdm_process_dual_0.10_nozzle_0.2",
"from": "system",
"setting_id": "GP123",
"instantiation": "true",
"description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.",
"prime_tower_width": "60",
"prime_tower_brim_width": "8",
"prime_tower_outer_first": "1",
"travel_speed": "1000",
"compatible_printers": [
"Bambu Lab H2D 0.2 nozzle"
]
}

View File

@@ -7,8 +7,9 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a slightly bigger layer height, and results in almost negligible layer lines, and slightly shorter printing time.",
"default_acceleration": "6000",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"initial_layer_infill_speed": "28",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"

View File

@@ -8,6 +8,7 @@
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -11,8 +11,8 @@
"gap_infill_speed": "230",
"inner_wall_speed": "150",
"internal_solid_infill_speed": "180",
"outer_wall_acceleration": "2000",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "180",
"top_surface_speed": "150",

View File

@@ -7,8 +7,9 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer height, and results in slightly visible layer lines, but shorter printing time.",
"default_acceleration": "6000",
"initial_layer_infill_speed": "28",
"initial_layer_speed": "16",
"initial_layer_infill_speed": "28",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"

View File

@@ -11,8 +11,9 @@
"gap_infill_speed": "250",
"inner_wall_speed": "150",
"internal_solid_infill_speed": "200",
"outer_wall_acceleration": "2000",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"prime_tower_width": "40",
"sparse_infill_pattern": "gyroid",
"sparse_infill_speed": "200",
"top_surface_speed": "150",

View File

@@ -8,6 +8,7 @@
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle"

View File

@@ -8,6 +8,7 @@
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -0,0 +1,29 @@
{
"type": "process",
"name": "0.20mm Standard @BBL H2D",
"inherits": "fdm_process_dual_0.20_nozzle_0.4",
"from": "system",
"setting_id": "GP124",
"instantiation": "true",
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
"bridge_speed": "50",
"default_acceleration": "8000",
"enable_overhang_speed": "1",
"gap_infill_speed": "250",
"initial_layer_speed": "50",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "250",
"outer_wall_speed": "200",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"prime_tower_width": "60",
"prime_tower_brim_width": "8",
"prime_tower_outer_first": "1",
"sparse_infill_speed": "270",
"top_surface_speed": "200",
"travel_speed": "1000",
"compatible_printers": [
"Bambu Lab H2D 0.4 nozzle"
]
}

View File

@@ -8,6 +8,7 @@
"description": "Compared with the default profile of a 0.4 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.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -7,9 +7,9 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.4 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.",
"outer_wall_speed": "60",
"sparse_infill_density": "25%",
"smooth_coefficient": "150",
"overhang_totally_speed": "50",
"sparse_infill_density": "25%",
"wall_loops": "6",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",

View File

@@ -8,6 +8,7 @@
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.8 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle"

View File

@@ -8,6 +8,7 @@
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle"

View File

@@ -8,6 +8,7 @@
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle"

View File

@@ -0,0 +1,16 @@
{
"type": "process",
"name": "0.30mm Standard @BBL H2D 0.6 nozzle",
"inherits": "fdm_process_dual_0.30_nozzle_0.6",
"from": "system",
"setting_id": "GP125",
"instantiation": "true",
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
"prime_tower_width": "60",
"prime_tower_brim_width": "8",
"prime_tower_outer_first": "1",
"travel_speed": "1000",
"compatible_printers": [
"Bambu Lab H2D 0.6 nozzle"
]
}

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"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.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.8 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle"

View File

@@ -8,6 +8,7 @@
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
"default_acceleration": "6000",
"elefant_foot_compensation": "0",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.8 nozzle"

View File

@@ -0,0 +1,16 @@
{
"type": "process",
"name": "0.40mm Standard @BBL H2D 0.8 nozzle",
"inherits": "fdm_process_dual_0.40_nozzle_0.8",
"from": "system",
"setting_id": "GP126",
"instantiation": "true",
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
"prime_tower_width": "60",
"prime_tower_brim_width": "8",
"prime_tower_outer_first": "1",
"travel_speed": "1000",
"compatible_printers": [
"Bambu Lab H2D 0.8 nozzle"
]
}

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.8 nozzle"

View File

@@ -7,6 +7,7 @@
"instantiation": "true",
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger layer height, and results in extremely apparent layer lines and much lower printing quality, but much shorter printing time in some printing cases.",
"default_acceleration": "6000",
"prime_tower_width": "40",
"travel_speed": "700",
"compatible_printers": [
"Bambu Lab A1 mini 0.8 nozzle"

View File

@@ -49,9 +49,11 @@
"outer_wall_line_width": "0.42",
"outer_wall_speed": "120",
"overhang_totally_speed": "19",
"prime_tower_width": "35",
"prime_tower_width": "50",
"print_sequence": "by layer",
"print_settings_id": "",
"prime_tower_brim_width": "5",
"prime_tower_outer_first": "0",
"raft_layers": "0",
"reduce_crossing_wall": "0",
"reduce_infill_retraction": "1",

View File

@@ -0,0 +1,33 @@
{
"type": "process",
"name": "fdm_process_dual_0.10_nozzle_0.2",
"inherits": "fdm_process_dual_common",
"from": "system",
"instantiation": "false",
"bottom_shell_layers": "5",
"bridge_flow": "1",
"compatible_printers_condition": "",
"elefant_foot_compensation": "0.15",
"initial_layer_infill_speed": "70",
"initial_layer_line_width": "0.25",
"initial_layer_print_height": "0.1",
"initial_layer_speed": "20",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"layer_height": "0.1",
"line_width": "0.22",
"max_bridge_length": "0",
"minimum_sparse_infill_area": "15",
"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",
"support_line_width": "0.22",
"support_top_z_distance": "0.1",
"top_shell_layers": "7",
"top_surface_line_width": "0.22",
"top_surface_speed": "150",
"travel_speed_z": "0",
"wall_loops": "4"
}

View File

@@ -0,0 +1,23 @@
{
"type": "process",
"name": "fdm_process_dual_0.20_nozzle_0.4",
"inherits": "fdm_process_dual_common",
"from": "system",
"instantiation": "false",
"bridge_flow": "1",
"compatible_printers_condition": "",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "250",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "20",
"inner_wall_speed": "300",
"internal_solid_infill_line_width": "0.42",
"internal_solid_infill_speed": "250",
"line_width": "0.42",
"max_bridge_length": "0",
"minimum_sparse_infill_area": "15",
"sparse_infill_speed": "270",
"top_shell_layers": "5",
"top_shell_thickness": "1.0",
"travel_speed_z": "0"
}

View File

@@ -0,0 +1,30 @@
{
"type": "process",
"name": "fdm_process_dual_0.30_nozzle_0.6",
"inherits": "fdm_process_dual_common",
"from": "system",
"instantiation": "false",
"bridge_flow": "1",
"bridge_speed": "30",
"compatible_printers_condition": "",
"elefant_foot_compensation": "0.15",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.62",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "20",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"layer_height": "0.3",
"line_width": "0.62",
"max_bridge_length": "0",
"minimum_sparse_infill_area": "15",
"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",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"top_surface_speed": "150",
"travel_speed_z": "0"
}

View File

@@ -0,0 +1,32 @@
{
"type": "process",
"name": "fdm_process_dual_0.40_nozzle_0.8",
"inherits": "fdm_process_dual_common",
"from": "system",
"instantiation": "false",
"bridge_flow": "1",
"bridge_speed": "30",
"compatible_printers_condition": "",
"elefant_foot_compensation": "0.15",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.82",
"initial_layer_print_height": "0.4",
"initial_layer_speed": "20",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"layer_height": "0.4",
"line_width": "0.82",
"max_bridge_length": "0",
"minimum_sparse_infill_area": "15",
"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",
"sparse_infill_speed": "100",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"top_surface_pattern": "monotonic",
"top_surface_speed": "150",
"travel_speed_z": "0"
}

View File

@@ -0,0 +1,47 @@
{
"type": "process",
"name": "fdm_process_dual_common",
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "false",
"bridge_speed": "50",
"default_acceleration": "10000",
"enable_overhang_speed":"1",
"gap_infill_speed": "50",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "60",
"initial_layer_speed": "30",
"inner_wall_acceleration": "0",
"inner_wall_speed": "150",
"internal_solid_infill_speed": "150",
"outer_wall_acceleration": "5000",
"outer_wall_speed": "120",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"overhang_totally_speed": "26",
"print_extruder_id": [
"1",
"1",
"2",
"2"
],
"print_extruder_variant": [
"Direct Drive Standard",
"Direct Drive High Flow",
"Direct Drive Standard",
"Direct Drive High Flow"
],
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"smooth_coefficient": "2",
"sparse_infill_acceleration": "100%",
"sparse_infill_speed": "250",
"support_interface_speed": "80",
"support_speed": "150",
"top_surface_acceleration": "2000",
"top_surface_speed": "200",
"travel_speed": "500",
"travel_speed_z": "0"
}

View File

@@ -4,25 +4,25 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.06",
"initial_layer_print_height": "0.1",
"wall_loops": "4",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"bridge_flow": "1",
"initial_layer_infill_speed": "70",
"initial_layer_line_width": "0.25",
"initial_layer_print_height": "0.1",
"initial_layer_speed": "40",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"layer_height": "0.06",
"line_width": "0.22",
"outer_wall_line_width": "0.22",
"ironing_inset": "0.11",
"initial_layer_line_width": "0.25",
"sparse_infill_line_width": "0.22",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"support_line_width": "0.22",
"top_surface_line_width": "0.22",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "70",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"support_bottom_z_distance": "0.06",
"support_line_width": "0.22",
"support_top_z_distance": "0.06",
"support_bottom_z_distance": "0.06"
"top_shell_layers": "7",
"top_surface_line_width": "0.22",
"top_surface_speed": "150",
"wall_loops": "4"
}

View File

@@ -4,23 +4,23 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.08",
"elefant_foot_compensation": "0.15",
"bottom_shell_layers": "7",
"top_shell_layers": "9",
"bridge_flow": "1",
"ironing_flow": "8%",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "350",
"sparse_infill_speed": "450",
"internal_solid_infill_speed": "350",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "350",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"inner_wall_speed": "350",
"internal_solid_infill_speed": "350",
"ironing_flow": "8%",
"layer_height": "0.08",
"outer_wall_speed": "200",
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10",
"sparse_infill_speed": "450",
"support_bottom_z_distance": "0.08",
"support_threshold_angle": "15",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08"
"top_shell_layers": "9"
}

View File

@@ -4,25 +4,25 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.08",
"initial_layer_print_height": "0.1",
"wall_loops": "4",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"bridge_flow": "1",
"initial_layer_infill_speed": "70",
"initial_layer_line_width": "0.25",
"initial_layer_print_height": "0.1",
"initial_layer_speed": "40",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"layer_height": "0.08",
"line_width": "0.22",
"outer_wall_line_width": "0.22",
"ironing_inset": "0.11",
"initial_layer_line_width": "0.25",
"sparse_infill_line_width": "0.22",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"support_line_width": "0.22",
"top_surface_line_width": "0.22",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "70",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"support_bottom_z_distance": "0.08",
"support_line_width": "0.22",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08"
"top_shell_layers": "7",
"top_surface_line_width": "0.22",
"top_surface_speed": "150",
"wall_loops": "4"
}

View File

@@ -4,25 +4,25 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.1",
"initial_layer_print_height": "0.1",
"wall_loops": "4",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"bridge_flow": "1",
"initial_layer_infill_speed": "70",
"initial_layer_line_width": "0.25",
"initial_layer_print_height": "0.1",
"initial_layer_speed": "40",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"layer_height": "0.1",
"line_width": "0.22",
"outer_wall_line_width": "0.22",
"ironing_inset": "0.11",
"initial_layer_line_width": "0.25",
"sparse_infill_line_width": "0.22",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"support_line_width": "0.22",
"top_surface_line_width": "0.22",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "70",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"support_bottom_z_distance": "0.1",
"support_line_width": "0.22",
"support_top_z_distance": "0.1",
"support_bottom_z_distance": "0.1"
"top_shell_layers": "7",
"top_surface_line_width": "0.22",
"top_surface_speed": "150",
"wall_loops": "4"
}

View File

@@ -4,23 +4,23 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"elefant_foot_compensation": "0.15",
"top_shell_layers": "5",
"top_shell_thickness": "0.6",
"bridge_flow": "1",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "350",
"sparse_infill_speed": "430",
"internal_solid_infill_speed": "350",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "350",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"inner_wall_speed": "350",
"internal_solid_infill_speed": "350",
"layer_height": "0.12",
"outer_wall_speed": "200",
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10",
"sparse_infill_speed": "430",
"support_bottom_z_distance": "0.12",
"support_threshold_angle": "20",
"support_top_z_distance": "0.12",
"support_bottom_z_distance": "0.12"
"top_shell_layers": "5",
"top_shell_thickness": "0.6"
}

View File

@@ -4,25 +4,25 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.12",
"initial_layer_print_height": "0.1",
"wall_loops": "4",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"bridge_flow": "1",
"initial_layer_infill_speed": "70",
"initial_layer_line_width": "0.25",
"initial_layer_print_height": "0.1",
"initial_layer_speed": "40",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"layer_height": "0.12",
"line_width": "0.22",
"outer_wall_line_width": "0.22",
"ironing_inset": "0.11",
"initial_layer_line_width": "0.25",
"sparse_infill_line_width": "0.22",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"support_line_width": "0.22",
"top_surface_line_width": "0.22",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "70",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"support_bottom_z_distance": "0.12",
"support_line_width": "0.22",
"support_top_z_distance": "0.12",
"support_bottom_z_distance": "0.12"
"top_shell_layers": "7",
"top_surface_line_width": "0.22",
"top_surface_speed": "150",
"wall_loops": "4"
}

View File

@@ -4,25 +4,25 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.14",
"initial_layer_print_height": "0.1",
"wall_loops": "4",
"bottom_shell_layers": "5",
"top_shell_layers": "7",
"bridge_flow": "1",
"initial_layer_infill_speed": "70",
"initial_layer_line_width": "0.25",
"initial_layer_print_height": "0.1",
"initial_layer_speed": "40",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"layer_height": "0.14",
"line_width": "0.22",
"outer_wall_line_width": "0.22",
"ironing_inset": "0.11",
"initial_layer_line_width": "0.25",
"sparse_infill_line_width": "0.22",
"inner_wall_line_width": "0.22",
"internal_solid_infill_line_width": "0.22",
"support_line_width": "0.22",
"top_surface_line_width": "0.22",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "70",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"support_bottom_z_distance": "0.14",
"support_line_width": "0.22",
"support_top_z_distance": "0.14",
"support_bottom_z_distance": "0.14"
"top_shell_layers": "7",
"top_surface_line_width": "0.22",
"top_surface_speed": "150",
"wall_loops": "4"
}

View File

@@ -4,23 +4,23 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.16",
"elefant_foot_compensation": "0.15",
"bottom_shell_layers": "4",
"top_shell_layers": "6",
"top_shell_thickness": "1.0",
"bridge_flow": "1",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"sparse_infill_speed": "330",
"internal_solid_infill_speed": "300",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "300",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "300",
"layer_height": "0.16",
"outer_wall_speed": "200",
"overhang_1_4_speed": "60",
"overhang_2_4_speed": "30",
"overhang_3_4_speed": "10",
"sparse_infill_speed": "330",
"support_bottom_z_distance": "0.16",
"support_threshold_angle": "25",
"support_top_z_distance": "0.16",
"support_bottom_z_distance": "0.16"
"top_shell_layers": "6",
"top_shell_thickness": "1.0"
}

View File

@@ -4,24 +4,24 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.18",
"initial_layer_print_height": "0.3",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.62",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"layer_height": "0.18",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
"ironing_inset": "0.31",
"initial_layer_line_width": "0.62",
"sparse_infill_line_width": "0.62",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "15",
"sparse_infill_line_width": "0.62",
"sparse_infill_speed": "100",
"support_bottom_z_distance": "0.18",
"support_line_width": "0.62",
"support_top_z_distance": "0.18",
"support_bottom_z_distance": "0.18"
"top_surface_line_width": "0.62",
"top_surface_speed": "150"
}

View File

@@ -4,15 +4,15 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"elefant_foot_compensation": "0.15",
"top_shell_thickness": "1.0",
"bridge_flow": "1",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "300",
"sparse_infill_speed": "270",
"internal_solid_infill_speed": "250",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "250",
"top_shell_layers": "5"
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"inner_wall_speed": "300",
"internal_solid_infill_speed": "250",
"outer_wall_speed": "200",
"sparse_infill_speed": "270",
"top_shell_layers": "5",
"top_shell_thickness": "1.0"
}

View File

@@ -4,18 +4,18 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.24",
"elefant_foot_compensation": "0.15",
"top_surface_line_width": "0.45",
"top_shell_thickness": "1.0",
"bridge_flow": "1",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "230",
"sparse_infill_speed": "230",
"internal_solid_infill_speed": "230",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "230",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"inner_wall_speed": "230",
"internal_solid_infill_speed": "230",
"layer_height": "0.24",
"outer_wall_speed": "200",
"sparse_infill_speed": "230",
"support_threshold_angle": "35",
"top_shell_layers": "4"
"top_shell_layers": "4",
"top_shell_thickness": "1.0",
"top_surface_line_width": "0.45"
}

View File

@@ -4,22 +4,22 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.24",
"initial_layer_print_height": "0.3",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.62",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"layer_height": "0.24",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
"ironing_inset": "0.31",
"initial_layer_line_width": "0.62",
"overhang_3_4_speed": "15",
"sparse_infill_line_width": "0.62",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"sparse_infill_speed": "100",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "15"
"top_surface_speed": "150"
}

View File

@@ -4,24 +4,24 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.24",
"initial_layer_print_height": "0.4",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.82",
"initial_layer_print_height": "0.4",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"layer_height": "0.24",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
"ironing_inset": "0.41",
"initial_layer_line_width": "0.82",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5",
"sparse_infill_line_width": "0.82",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"sparse_infill_speed": "100",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"top_surface_pattern": "monotonic",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"top_surface_speed": "150"
}

View File

@@ -4,18 +4,18 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.28",
"elefant_foot_compensation": "0.15",
"top_surface_line_width": "0.45",
"top_shell_thickness": "1.0",
"bridge_flow": "1",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "200",
"inner_wall_speed": "200",
"sparse_infill_speed": "200",
"internal_solid_infill_speed": "200",
"elefant_foot_compensation": "0.15",
"gap_infill_speed": "200",
"initial_layer_infill_speed": "105",
"initial_layer_speed": "50",
"inner_wall_speed": "200",
"internal_solid_infill_speed": "200",
"layer_height": "0.28",
"outer_wall_speed": "200",
"sparse_infill_speed": "200",
"support_threshold_angle": "40",
"top_shell_layers": "4"
"top_shell_layers": "4",
"top_shell_thickness": "1.0",
"top_surface_line_width": "0.45"
}

View File

@@ -4,22 +4,22 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.3",
"initial_layer_print_height": "0.3",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.62",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"layer_height": "0.3",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
"ironing_inset": "0.31",
"initial_layer_line_width": "0.62",
"overhang_3_4_speed": "15",
"sparse_infill_line_width": "0.62",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"sparse_infill_speed": "100",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "15"
"top_surface_speed": "150"
}

View File

@@ -4,24 +4,24 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.32",
"initial_layer_print_height": "0.4",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.82",
"initial_layer_print_height": "0.4",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"layer_height": "0.32",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
"ironing_inset": "0.41",
"initial_layer_line_width": "0.82",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5",
"sparse_infill_line_width": "0.82",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"sparse_infill_speed": "100",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"top_surface_pattern": "monotonic",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"top_surface_speed": "150"
}

View File

@@ -4,22 +4,22 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.36",
"initial_layer_print_height": "0.3",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.62",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"layer_height": "0.36",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
"ironing_inset": "0.31",
"initial_layer_line_width": "0.62",
"overhang_3_4_speed": "15",
"sparse_infill_line_width": "0.62",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"sparse_infill_speed": "100",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "15"
"top_surface_speed": "150"
}

View File

@@ -4,24 +4,24 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.4",
"initial_layer_print_height": "0.4",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.82",
"initial_layer_print_height": "0.4",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"layer_height": "0.4",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
"ironing_inset": "0.41",
"initial_layer_line_width": "0.82",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5",
"sparse_infill_line_width": "0.82",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"sparse_infill_speed": "100",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"top_surface_pattern": "monotonic",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"top_surface_speed": "150"
}

View File

@@ -4,22 +4,22 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.42",
"initial_layer_print_height": "0.3",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.62",
"initial_layer_print_height": "0.3",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"layer_height": "0.42",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
"ironing_inset": "0.31",
"initial_layer_line_width": "0.62",
"overhang_3_4_speed": "15",
"sparse_infill_line_width": "0.62",
"inner_wall_line_width": "0.62",
"internal_solid_infill_line_width": "0.62",
"sparse_infill_speed": "100",
"support_line_width": "0.62",
"top_surface_line_width": "0.62",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "15"
"top_surface_speed": "150"
}

View File

@@ -4,24 +4,24 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.48",
"initial_layer_print_height": "0.4",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.82",
"initial_layer_print_height": "0.4",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"layer_height": "0.48",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
"ironing_inset": "0.41",
"initial_layer_line_width": "0.82",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5",
"sparse_infill_line_width": "0.82",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"sparse_infill_speed": "100",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"top_surface_pattern": "monotonic",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"top_surface_speed": "150"
}

View File

@@ -4,24 +4,24 @@
"inherits": "fdm_process_single_common",
"from": "system",
"instantiation": "false",
"layer_height": "0.56",
"initial_layer_print_height": "0.4",
"bridge_flow": "1",
"bridge_speed": "30",
"initial_layer_infill_speed": "55",
"initial_layer_line_width": "0.82",
"initial_layer_print_height": "0.4",
"initial_layer_speed": "35",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"layer_height": "0.56",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
"ironing_inset": "0.41",
"initial_layer_line_width": "0.82",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5",
"sparse_infill_line_width": "0.82",
"inner_wall_line_width": "0.82",
"internal_solid_infill_line_width": "0.82",
"sparse_infill_speed": "100",
"support_line_width": "0.82",
"top_surface_line_width": "0.82",
"top_surface_pattern": "monotonic",
"initial_layer_speed": "35",
"initial_layer_infill_speed": "55",
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"top_surface_speed": "150"
}

View File

@@ -5,10 +5,12 @@
"from": "system",
"instantiation": "false",
"bridge_speed": "50",
"enable_overhang_speed": "1",
"gap_infill_speed": "50",
"initial_layer_acceleration": "500",
"initial_layer_infill_speed": "60",
"initial_layer_speed": "30",
"inner_wall_acceleration": "0",
"inner_wall_speed": "150",
"internal_solid_infill_speed": "150",
"outer_wall_acceleration": "5000",
@@ -16,10 +18,19 @@
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"print_extruder_id": [
"1"
],
"print_extruder_variant": [
"Direct Drive Standard"
],
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"sparse_infill_acceleration": "100%",
"sparse_infill_speed": "250",
"support_speed": "150",
"top_surface_acceleration": "2000",
"top_surface_speed": "200",
"travel_speed": "500",
"compatible_printers": []
"travel_speed_z": "0"
}