Add Processes For CE5Pro 1.0mm Nozzle

This commit is contained in:
Paul Schattenberg
2023-11-20 19:37:15 +01:00
parent 5a1f9b81d7
commit 1fe3a1bcf2
4 changed files with 31 additions and 1 deletions

View File

@@ -350,6 +350,10 @@
"name": "0.28mm SuperDraft @Creality Ender5Pro (2019) (0.8 nozzle)",
"sub_path": "process/0.28mm SuperDraft 0.8 @Creality Ender5Pro (2019).json"
},
{
"name": "0.28mm SuperDraft @Creality Ender5Pro (2019) (1.0 nozzle)",
"sub_path": "process/0.28mm SuperDraft 1.0 @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"
@@ -374,6 +378,10 @@
"name": "0.36mm Chunky @Creality Ender5Pro (2019) (0.8 nozzle)",
"sub_path": "process/0.36mm Chunky 0.8 @Creality Ender5Pro (2019).json"
},
{
"name": "0.36mm Chunky @Creality Ender5Pro (2019) (1.0 nozzle)",
"sub_path": "process/0.36mm Chunky 1.0 @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"

View File

@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.28mm SuperDraft 1.0 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_1_0",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.28"
}

View File

@@ -0,0 +1,11 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.36mm Chunky 1.0 nozzle @Creality Ender5Pro (2019)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common_1_0",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"layer_height": "0.36"
}

View File

@@ -12,7 +12,7 @@
"internal_solid_infill_line_width": "1.10",
"support_line_width": "0.9",
"top_surface_line_width": "1.0",
"initial_layer_print_height": "0.3",
"initial_layer_print_height": "0.32",
"wall_loops": "1",
"compatible_printers": [
"Creality Ender-5 Pro (2019) 1.0 nozzle"