mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 15:22:21 +00:00
Add Processes For CE5Pro 0.8mm Nozzle
This commit is contained in:
@@ -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