mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Add AnkerMake 0.6mm Nozzle Profiles (#4338)
* Correct consistency error in layer heights * Initial 0.6 settings * Set good retraction values --------- Co-authored-by: Geofrey Ward <Xelinor@mail.com>
This commit is contained in:
parent
394eddd650
commit
16164e99a9
28 changed files with 303 additions and 20 deletions
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP016",
|
||||
"name": "0.15mm Detail 0.6 nozzle @Anker",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_anker_common_0_6",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_print_height": "0.20",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"bridge_flow": "0.85"
|
||||
}
|
|
@ -5,8 +5,8 @@
|
|||
"from": "system",
|
||||
"inherits": "fdm_process_anker_fast_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"layer_height": "0.20",
|
||||
"initial_layer_print_height": "0.20",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP017",
|
||||
"name": "0.20mm Optimal 0.6 nozzle @Anker.json",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_anker_common_0_6",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"initial_layer_print_height": "0.20",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5"
|
||||
}
|
|
@ -5,8 +5,8 @@
|
|||
"from": "system",
|
||||
"inherits": "fdm_process_anker_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"layer_height": "0.20",
|
||||
"initial_layer_print_height": "0.20",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP018",
|
||||
"name": "0.30mm Standard 0.6mm nozzle @Anker",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_anker_common_0_6",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.30",
|
||||
"initial_layer_print_height": "0.30",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "3"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP019",
|
||||
"name": "0.35mm Draft 0.6mm nozzle @Anker",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_anker_common_0_6",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.35",
|
||||
"initial_layer_print_height": "0.35",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "3"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP020",
|
||||
"name": "0.40mm Superdraft 0.6mm nozzle @Anker",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_anker_common_0_6",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.40",
|
||||
"initial_layer_print_height": "0.40",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "2"
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_anker_common_0_6",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"line_width": "0.62",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"support_line_width": "0.62",
|
||||
"bridge_flow": "0.95",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.6 nozzle",
|
||||
"Anker M5 All-Metal 0.6 nozzle",
|
||||
"Anker M5C 0.6 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue