mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-10 04:20:08 +00:00
Add Processes For CE5Pro 0.8mm Nozzle
This commit is contained in:
@@ -270,6 +270,10 @@
|
||||
"name": "0.20mm Standard @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender5Pro (2019) (0.8 nozzle)",
|
||||
"sub_path": "process/0.20mm Standard 0.8 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender5S",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender5S.json"
|
||||
@@ -322,6 +326,10 @@
|
||||
"name": "0.24mm Draft @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender5Pro (2019) (0.8 nozzle)",
|
||||
"sub_path": "process/0.24mm Draft 0.8 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm SuperDraft @Creality CR-6 0.4",
|
||||
"sub_path": "process/0.28mm SuperDraft @Creality CR-6 0.4.json"
|
||||
@@ -338,6 +346,10 @@
|
||||
"name": "0.28mm SuperDraft @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.28mm SuperDraft 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm SuperDraft @Creality Ender5Pro (2019) (0.8 nozzle)",
|
||||
"sub_path": "process/0.28mm SuperDraft 0.8 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm Chunky @Creality CR-6 0.6",
|
||||
"sub_path": "process/0.32mm Chunky @Creality CR-6 0.6.json"
|
||||
@@ -358,6 +370,10 @@
|
||||
"name": "0.36mm Chunky @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.36mm Chunky 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.36mm Chunky @Creality Ender5Pro (2019) (0.8 nozzle)",
|
||||
"sub_path": "process/0.36mm Chunky 0.8 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm Draft @Creality CR-6 0.8",
|
||||
"sub_path": "process/0.40mm Draft @Creality CR-6 0.8.json"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard 0.8 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_8",
|
||||
"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.8 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_8",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.24"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm SuperDraft 0.8 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_8",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.28"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.36mm Chunky 0.8 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_8",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.36"
|
||||
}
|
||||
@@ -13,6 +13,7 @@
|
||||
"support_line_width": "0.72",
|
||||
"top_surface_line_width": "0.8",
|
||||
"wall_loops": "2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
"compatible_printers": [
|
||||
"Creality Ender-5 Pro (2019) 0.8 nozzle"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user