mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Add Processes For CE5Pro 0.3mm Nozzle
This commit is contained in:
parent
5411272810
commit
98847fc173
7 changed files with 94 additions and 0 deletions
|
|
@ -118,6 +118,10 @@
|
|||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.25 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.25 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.3 @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"
|
||||
|
|
@ -138,6 +142,10 @@
|
|||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.25 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.25 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.3 @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"
|
||||
|
|
@ -170,6 +178,10 @@
|
|||
"name": "0.12mm Detail @Creality Ender5Pro (2019) (0.25 nozzle)",
|
||||
"sub_path": "process/0.12mm Detail 0.25 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Detail @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.12mm Detail 0.3 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender5Pro (2019)",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender5Pro (2019).json"
|
||||
|
|
@ -218,6 +230,10 @@
|
|||
"name": "0.16mm Optimal @Creality Ender5Pro (2019) (0.25 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal 0.25 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.16mm Optimal 0.3 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @Creality Ender5Pro (2019)",
|
||||
"sub_path": "process/0.15mm Optimal @Creality Ender5Pro (2019).json"
|
||||
|
|
@ -294,6 +310,10 @@
|
|||
"name": "0.20mm Standard @Creality Ender5Pro (2019) (0.25 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard 0.25 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard 0.3 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender5Pro (2019)",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender5Pro (2019).json"
|
||||
|
|
@ -350,6 +370,10 @@
|
|||
"name": "0.24mm Draft @Creality Ender3V2",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender3V2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft 0.3 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender5Pro (2019)",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019).json"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm SuperDetail 0.3 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_3",
|
||||
"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.3 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_3",
|
||||
"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.3 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_3",
|
||||
"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.3 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_3",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "7",
|
||||
"layer_height": "0.16",
|
||||
"bridge_flow": "0.85"
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard 0.3 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_3",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.20"
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft 0.3 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_3",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue