mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-19 17:02:08 +00:00
Add Processes For CE5Pro 1.0mm Nozzle
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user