mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Reduce size by Json Fromatting (#13163)
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces. This effectively reduces the size by almost 20 MB. | Current | New | |---|---| | 85.2 Mib | 67 Mib | Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON. > [!NOTE] > Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.06",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.06",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.06",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.06",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"top_surface_line_width": "0.22",
|
||||
"support_line_width": "0.3",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"top_surface_line_width": "0.22",
|
||||
"support_line_width": "0.3",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.25",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.28",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.22",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.22",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.28",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.22",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.22",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.28",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.22",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.22",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.28",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.22",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.22",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"top_surface_line_width": "0.22",
|
||||
"support_line_width": "0.3",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"top_surface_line_width": "0.22",
|
||||
"support_line_width": "0.3",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"top_surface_line_width": "0.22",
|
||||
"support_line_width": "0.3",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.16",
|
||||
"initial_layer_line_width": "0.3",
|
||||
"internal_solid_infill_line_width": "0.3",
|
||||
"inner_wall_line_width": "0.3",
|
||||
"sparse_infill_line_width": "0.3",
|
||||
"line_width": "0.22",
|
||||
"outer_wall_line_width": "0.22",
|
||||
"top_surface_line_width": "0.22",
|
||||
"support_line_width": "0.3",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.2mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.1",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.1",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.1",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.1",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"top_surface_line_width": "0.32",
|
||||
"support_line_width": "0.4",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_print_height": "0.35",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_print_height": "0.35",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_print_height": "0.35",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.25",
|
||||
"initial_layer_print_height": "0.35",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "0",
|
||||
"print_settings_id": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "0",
|
||||
"print_settings_id": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"internal_solid_infill_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.5",
|
||||
"sparse_infill_line_width": "0.5",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"top_surface_line_width": "0.42",
|
||||
"support_line_width": "0.5",
|
||||
"thick_bridges": "1",
|
||||
"print_settings_id": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.48",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.42",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.4mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.48",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.48",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.48",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"print_settings_id": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.48",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"print_settings_id": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.4",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.4",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.4",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.4",
|
||||
"initial_layer_print_height": "0.48",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"internal_solid_infill_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.7",
|
||||
"sparse_infill_line_width": "0.7",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"support_line_width": "0.7",
|
||||
"thick_bridges": "0",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.6mm nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,124 +1,117 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "8",
|
||||
"top_shell_layers": "7",
|
||||
"bottom_shell_layers": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers": [],
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "2000",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1500",
|
||||
"travel_acceleration": "3000",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"slow_down_layers": "2",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "1",
|
||||
"enable_arc_fitting": "1",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"top_bottom_infill_wall_overlap": "35%",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"line_width": "110%",
|
||||
"inner_wall_line_width": "110%",
|
||||
"outer_wall_line_width": "100%",
|
||||
"top_surface_line_width": "93.75%",
|
||||
"sparse_infill_line_width": "110%",
|
||||
"initial_layer_line_width": "120%",
|
||||
"internal_solid_infill_line_width": "120%",
|
||||
"support_line_width": "96%",
|
||||
"wall_generator": "classic",
|
||||
"thic_birdges": "1",
|
||||
"thick_internal_bridges": "1",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"min_skirt_length": "4",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
|
||||
"support_filament": "0",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_base_pattern": "honeycomb",
|
||||
"support_base_pattern_spacing": "5",
|
||||
"support_bottom_z_distance": "0.275",
|
||||
"support_interface_pattern": "rectilinear",
|
||||
"support_object_xy_distance": "0.8",
|
||||
"support_style": "snug",
|
||||
"support_top_z_distance": "0.275",
|
||||
"tree_support_branch_angle": "30",
|
||||
"tree_support_wall_count": "0",
|
||||
"tree_support_with_infill": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_shell_thickness": "0.8",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"layer_height": "0.2",
|
||||
|
||||
"bridge_flow": "1",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_infill_speed": "45",
|
||||
"outer_wall_speed": "200",
|
||||
"inner_wall_speed": "150",
|
||||
"sparse_infill_speed": "250",
|
||||
"internal_solid_infill_speed": "250",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "150",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
|
||||
"seam_position": "aligned_back"
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "8",
|
||||
"top_shell_layers": "7",
|
||||
"bottom_shell_layers": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers": [],
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "2000",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1500",
|
||||
"travel_acceleration": "3000",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"slow_down_layers": "2",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "1",
|
||||
"enable_arc_fitting": "1",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"top_bottom_infill_wall_overlap": "35%",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"line_width": "110%",
|
||||
"inner_wall_line_width": "110%",
|
||||
"outer_wall_line_width": "100%",
|
||||
"top_surface_line_width": "93.75%",
|
||||
"sparse_infill_line_width": "110%",
|
||||
"initial_layer_line_width": "120%",
|
||||
"internal_solid_infill_line_width": "120%",
|
||||
"support_line_width": "96%",
|
||||
"wall_generator": "classic",
|
||||
"thic_birdges": "1",
|
||||
"thick_internal_bridges": "1",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"min_skirt_length": "4",
|
||||
"skirt_loops": "1",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_filament": "0",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_base_pattern": "honeycomb",
|
||||
"support_base_pattern_spacing": "5",
|
||||
"support_bottom_z_distance": "0.275",
|
||||
"support_interface_pattern": "rectilinear",
|
||||
"support_object_xy_distance": "0.8",
|
||||
"support_style": "snug",
|
||||
"support_top_z_distance": "0.275",
|
||||
"tree_support_branch_angle": "30",
|
||||
"tree_support_wall_count": "0",
|
||||
"tree_support_with_infill": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_shell_thickness": "0.8",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"layer_height": "0.2",
|
||||
"bridge_flow": "1",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_infill_speed": "45",
|
||||
"outer_wall_speed": "200",
|
||||
"inner_wall_speed": "150",
|
||||
"sparse_infill_speed": "250",
|
||||
"internal_solid_infill_speed": "250",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "150",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"seam_position": "aligned_back"
|
||||
}
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_phoenixProV1_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode"
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_phoenixProV1_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode"
|
||||
}
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_tinyBotV1_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "3000",
|
||||
"top_surface_acceleration": "3500",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "3500",
|
||||
"outer_wall_acceleration": "3000",
|
||||
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode"
|
||||
|
||||
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_tinyBotV1_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "3000",
|
||||
"top_surface_acceleration": "3500",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "3500",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user