mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 05:42:33 +00:00
Add Processes For CE5Pro 0.2mm Nozzle
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm SuperDetail 0.2 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_2",
|
||||
"bottom_shell_layers": "9",
|
||||
"top_shell_layers": "11",
|
||||
"layer_height": "0.08",
|
||||
"bridge_flow": "0.7"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.10mm HighDetail 0.2 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_2",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9",
|
||||
"layer_height": "0.1",
|
||||
"bridge_flow": "0.7"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Detail 0.2 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_2",
|
||||
"bottom_shell_layers": "6",
|
||||
"top_shell_layers": "7",
|
||||
"layer_height": "0.12",
|
||||
"bridge_flow": "0.7"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal 0.2 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_2",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "7",
|
||||
"layer_height": "0.16",
|
||||
"bridge_flow": "0.85"
|
||||
}
|
||||
@@ -12,7 +12,8 @@
|
||||
"internal_solid_infill_line_width": "0.22",
|
||||
"support_line_width": "0.18",
|
||||
"top_surface_line_width": "0.2",
|
||||
"wall_loops": "2",
|
||||
"initial_layer_print_height": "0.12",
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Creality Ender-5 Pro (2019) 0.2 nozzle"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user