mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +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,20 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP002",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP002",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.15mm Optimal @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP003",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.15mm Optimal @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP003",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"inner_wall_line_width": "0.60",
|
||||
"outer_wall_line_width": "0.58",
|
||||
"sparse_infill_line_width": "0.60",
|
||||
"internal_solid_infill_line_width": "0.60",
|
||||
"top_surface_line_width": "0.60",
|
||||
"support_line_width": "0.60",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"inner_wall_line_width": "0.60",
|
||||
"outer_wall_line_width": "0.58",
|
||||
"sparse_infill_line_width": "0.60",
|
||||
"internal_solid_infill_line_width": "0.60",
|
||||
"top_surface_line_width": "0.60",
|
||||
"support_line_width": "0.60",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,48 +1,48 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.4",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.4",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,68 +1,68 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,47 +1,47 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"inner_wall_line_width": "0.60",
|
||||
"outer_wall_line_width": "0.58",
|
||||
"sparse_infill_line_width": "0.60",
|
||||
"internal_solid_infill_line_width": "0.60",
|
||||
"top_surface_line_width": "0.60",
|
||||
"support_line_width": "0.60",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.8",
|
||||
"inner_wall_line_width": "0.60",
|
||||
"outer_wall_line_width": "0.58",
|
||||
"sparse_infill_line_width": "0.60",
|
||||
"internal_solid_infill_line_width": "0.60",
|
||||
"top_surface_line_width": "0.60",
|
||||
"support_line_width": "0.60",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP005",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP005",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,62 +1,62 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,48 +1,48 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.4",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,68 +1,68 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.55",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.55",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,68 +1,68 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "4",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "400",
|
||||
"small_perimeter_speed": "350",
|
||||
"outer_wall_speed": "400",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "400",
|
||||
"small_perimeter_speed": "350",
|
||||
"outer_wall_speed": "400",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "400",
|
||||
"small_perimeter_speed": "350",
|
||||
"outer_wall_speed": "400",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "400",
|
||||
"small_perimeter_speed": "350",
|
||||
"outer_wall_speed": "400",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "400",
|
||||
"small_perimeter_speed": "350",
|
||||
"outer_wall_speed": "400",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.85",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.60",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "400",
|
||||
"small_perimeter_speed": "350",
|
||||
"outer_wall_speed": "400",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.85",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.60",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.4",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.5",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.9",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.60",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.9",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.60",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,60 +1,60 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.8",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 HYBRID 0.8",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.4",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.4",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.45",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"top_surface_line_width": "0.45",
|
||||
"support_line_width": "0.45",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.4 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,66 +1,66 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.5",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.5",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.55",
|
||||
"initial_layer_line_width": "0.7",
|
||||
"inner_wall_line_width": "0.55",
|
||||
"outer_wall_line_width": "0.52",
|
||||
"sparse_infill_line_width": "0.55",
|
||||
"internal_solid_infill_line_width": "0.55",
|
||||
"top_surface_line_width": "0.55",
|
||||
"support_line_width": "0.55",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.5 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,66 +1,66 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.9",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.60",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.9",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.60",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,66 +1,66 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.25",
|
||||
"inital_layer_height": "0.3",
|
||||
"wall_count": "2",
|
||||
"top_shell_layers": "3",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "10%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "500",
|
||||
"small_perimeter_speed": "500",
|
||||
"outer_wall_speed": "500",
|
||||
"sparse_infill_speed": "500",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "150",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "800",
|
||||
"initial_layer_speed": "200",
|
||||
"outer_wall_acceleration": "15000",
|
||||
"inner_wall_acceleration": "20000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "20000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "20000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP007",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @RatRig",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP007",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"travel_acceleration": "10000",
|
||||
"default_acceleration": "10000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.6",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.8",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 HYBRID 0.8",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,73 +1,73 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.6",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.65",
|
||||
"initial_layer_line_width": "0.84",
|
||||
"inner_wall_line_width": "0.65",
|
||||
"outer_wall_line_width": "0.65",
|
||||
"sparse_infill_line_width": "0.65",
|
||||
"internal_solid_infill_line_width": "0.65",
|
||||
"top_surface_line_width": "0.65",
|
||||
"support_line_width": "0.65",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.6 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,73 +1,73 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"inital_layer_height": "0.35",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "25%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.35",
|
||||
"inital_layer_height": "0.4",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "30%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.35mm Extra Big @RatRig V-Core 4 HYBRID 0.8",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.35",
|
||||
"inital_layer_height": "0.4",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "30%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 HYBRID 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 HYBRID 500 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,73 +1,73 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.35",
|
||||
"inital_layer_height": "0.4",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "30%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8",
|
||||
"inherits": "fdm_process_ratrig_idex",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.35",
|
||||
"inital_layer_height": "0.4",
|
||||
"wall_count": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"sparse_infill_density": "30%",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "5",
|
||||
"infill_combination": "1",
|
||||
"skirt_loops": "2",
|
||||
"skirt_distance": "10",
|
||||
"support_threshold_angle": "65",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_on_build_plate_only": "1",
|
||||
"support_object_xy_distance": "60%",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"support_speed": "50",
|
||||
"support_interface_speed": "100%",
|
||||
"bridge_speed": "50",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "600",
|
||||
"initial_layer_speed": "80",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "45",
|
||||
"overhang_3_4_speed": "80",
|
||||
"overhang_4_4_speed": "100",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "15000",
|
||||
"bridge_acceleration": "5000",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"travel_acceleration": "15000",
|
||||
"default_acceleration": "15000",
|
||||
"line_width": "0.75",
|
||||
"initial_layer_line_width": "1.1",
|
||||
"inner_wall_line_width": "0.75",
|
||||
"outer_wall_line_width": "0.70",
|
||||
"sparse_infill_line_width": "0.75",
|
||||
"internal_solid_infill_line_width": "0.75",
|
||||
"top_surface_line_width": "0.75",
|
||||
"support_line_width": "0.75",
|
||||
"infill_wall_overlap": "18%",
|
||||
"bridge_flow": "0.85",
|
||||
"resolution": "0.0125",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 4 IDEX 300 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 COPY MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 300 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 400 MIRROR MODE 0.8 nozzle",
|
||||
"RatRig V-Core 4 IDEX 500 MIRROR MODE 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,70 +1,70 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"outer_wall_speed": "120",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "20",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"sparse_infill_speed": "50",
|
||||
"interface_shells": "0",
|
||||
"detect_overhang_wall": "0",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "40",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "2",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.42",
|
||||
"support_interface_filament": "0",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "30",
|
||||
"travel_speed": "400",
|
||||
"enable_prime_tower": "1",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"outer_wall_speed": "120",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "20",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"sparse_infill_speed": "50",
|
||||
"interface_shells": "0",
|
||||
"detect_overhang_wall": "0",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "40",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "2",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.42",
|
||||
"support_interface_filament": "0",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "30",
|
||||
"travel_speed": "400",
|
||||
"enable_prime_tower": "1",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0"
|
||||
}
|
||||
|
||||
@@ -1,115 +1,115 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_ratrig_common",
|
||||
"inherits": "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_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.80",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "5000",
|
||||
"top_surface_acceleration": "3000",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "5000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"inital_layer_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.40",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"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_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "105",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "100",
|
||||
"sparse_infill_speed": "200",
|
||||
"travel_speed": "350",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
],
|
||||
"exclude_object": "1"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_ratrig_common",
|
||||
"inherits": "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_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.80",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "5000",
|
||||
"top_surface_acceleration": "3000",
|
||||
"travel_acceleration": "5000",
|
||||
"inner_wall_acceleration": "5000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"inital_layer_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.40",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"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_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "105",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "100",
|
||||
"sparse_infill_speed": "200",
|
||||
"travel_speed": "350",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
],
|
||||
"exclude_object": "1"
|
||||
}
|
||||
|
||||
@@ -1,109 +1,109 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_ratrig_common_idex",
|
||||
"inherits": "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_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.80",
|
||||
"bridge_speed": "50",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"travel_acceleration": "10000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"inital_layer_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.40",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"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": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_ratrig_common_idex",
|
||||
"inherits": "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_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.80",
|
||||
"bridge_speed": "50",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"travel_acceleration": "10000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"inital_layer_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.40",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"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": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "100%",
|
||||
"top_surface_speed": "100%",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
|
||||
@@ -1,109 +1,109 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_ratrig_idex",
|
||||
"inherits": "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_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.80",
|
||||
"bridge_speed": "50",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"travel_acceleration": "10000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"inital_layer_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.40",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"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": "50",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "400",
|
||||
"top_surface_speed": "160",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_ratrig_idex",
|
||||
"inherits": "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_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.80",
|
||||
"bridge_speed": "50",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"top_surface_acceleration": "0",
|
||||
"travel_acceleration": "10000",
|
||||
"inner_wall_acceleration": "8000",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"inital_layer_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.40",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"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": "50",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "50",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"inner_wall_speed": "350",
|
||||
"small_perimeter_speed": "250",
|
||||
"outer_wall_speed": "250",
|
||||
"sparse_infill_speed": "400",
|
||||
"internal_solid_infill_speed": "400",
|
||||
"top_surface_speed": "160",
|
||||
"gap_infill_speed": "200",
|
||||
"travel_speed": "500",
|
||||
"initial_layer_speed": "50",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"sparse_infill_acceleration": "10000",
|
||||
"bridge_acceleration": "2500",
|
||||
"enable_prime_tower": "1",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user