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
|
@ -38,6 +38,10 @@
|
|||
"name": "fdm_process_anker_fast_common",
|
||||
"sub_path": "process/fdm_process_anker_fast_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_anker_common_0_6",
|
||||
"sub_path": "process/fdm_process_anker_common_0_6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.05mm Optimal 0.2 nozzle @Anker",
|
||||
"sub_path": "process/0.05mm Optimal 0.2 nozzle @Anker.json"
|
||||
|
@ -78,6 +82,10 @@
|
|||
"name": "0.15mm Fast @Anker",
|
||||
"sub_path": "process/0.15mm Fast @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Detail 0.6 nozzle @Anker",
|
||||
"sub_path": "process/0.15mm Detail 0.6 nozzle @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Anker",
|
||||
"sub_path": "process/0.20mm Standard @Anker.json"
|
||||
|
@ -86,6 +94,10 @@
|
|||
"name": "0.20mm Fast @Anker",
|
||||
"sub_path": "process/0.20mm Fast @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Optimal 0.6 nozzle @Anker",
|
||||
"sub_path": "process/0.20mm Optimal 0.6 nozzle @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm Draft @Anker",
|
||||
"sub_path": "process/0.25mm Draft @Anker.json"
|
||||
|
@ -97,6 +109,18 @@
|
|||
{
|
||||
"name": "0.30mm Superdraft @Anker",
|
||||
"sub_path": "process/0.30mm Superdraft @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Standard 0.6mm nozzle @Anker",
|
||||
"sub_path": "process/0.30mm Standard 0.6mm nozzle @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.35mm Draft 0.6mm nozzle @Anker",
|
||||
"sub_path": "process/0.35mm Draft 0.6mm nozzle @Anker.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm Superdraft 0.6mm nozzle @Anker",
|
||||
"sub_path": "process/0.40mm Superdraft 0.6mm nozzle @Anker.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
|
@ -326,6 +350,10 @@
|
|||
"name": "Anker M5 0.4 nozzle",
|
||||
"sub_path": "machine/Anker M5 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anker M5 0.6 nozzle",
|
||||
"sub_path": "machine/Anker M5 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anker M5 All-Metal 0.2 nozzle",
|
||||
"sub_path": "machine/Anker M5 All-Metal 0.2 nozzle.json"
|
||||
|
@ -338,6 +366,10 @@
|
|||
"name": "Anker M5 All-Metal 0.4 nozzle",
|
||||
"sub_path": "machine/Anker M5 All-Metal 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anker M5 All-Metal 0.6 nozzle",
|
||||
"sub_path": "machine/Anker M5 All-Metal 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anker M5C 0.2 nozzle",
|
||||
"sub_path": "machine/Anker M5C 0.2 nozzle.json"
|
||||
|
@ -349,6 +381,10 @@
|
|||
{
|
||||
"name": "Anker M5C 0.4 nozzle",
|
||||
"sub_path": "machine/Anker M5C 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Anker M5C 0.6 nozzle",
|
||||
"sub_path": "machine/Anker M5C 0.6 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue