mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-10 04:20:08 +00:00
Add Processes For CE5Pro 0.2mm Nozzle
This commit is contained in:
@@ -110,6 +110,10 @@
|
||||
"name": "0.08mm SuperDetail @Creality CR-6 0.2",
|
||||
"sub_path": "process/0.08mm SuperDetail @Creality CR-6 0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.2 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.2 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.5 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json"
|
||||
@@ -122,6 +126,10 @@
|
||||
"name": "0.10mm HighDetail @Creality CR-6 0.4.json",
|
||||
"sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.2 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.2 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.5 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json"
|
||||
@@ -146,6 +154,10 @@
|
||||
"name": "0.12mm Fine @Creality Ender3V2",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Detail @Creality Ender5Pro (2019) (0.2 nozzle)",
|
||||
"sub_path": "process/0.12mm Detail 0.2 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender5Pro (2019)",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender5Pro (2019).json"
|
||||
@@ -186,6 +198,10 @@
|
||||
"name": "0.16mm Optimal @Creality Ender5Plus",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender5Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender5Pro (2019) (0.2 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal 0.2 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Creality Ender5Pro (2019)",
|
||||
"sub_path": "process/0.15mm Optimal @Creality Ender5Pro (2019).json"
|
||||
|
||||
@@ -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