mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
New generic profile for Ender 3 V2 Neo (#3434)
* Added generic profile for Ender 3 V2 Neo * Disable skirt, because a purge line is drawn * Added printer_structure
This commit is contained in:
parent
b7b22eb78f
commit
ff291a4ab8
15 changed files with 561 additions and 1 deletions
|
@ -24,6 +24,10 @@
|
|||
"name": "Creality Ender-3 V2",
|
||||
"sub_path": "machine/Creality Ender-3 V2.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 V2 Neo",
|
||||
"sub_path": "machine/Creality Ender-3 V2 Neo.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 S1",
|
||||
"sub_path": "machine/Creality Ender-3 S1.json"
|
||||
|
@ -166,6 +170,10 @@
|
|||
"name": "0.12mm Fine @Creality Ender3V2",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender3V2Neo",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V2Neo.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE.json"
|
||||
|
@ -206,6 +214,10 @@
|
|||
"name": "0.15mm Optimal @Creality Ender3V2",
|
||||
"sub_path": "process/0.15mm Optimal @Creality Ender3V2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender3V2Neo",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V2Neo.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender3S1",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3S1.json"
|
||||
|
@ -298,6 +310,10 @@
|
|||
"name": "0.20mm Standard @Creality Ender3V2",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3V2Neo",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V2Neo.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3S1",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3S1.json"
|
||||
|
@ -386,6 +402,10 @@
|
|||
"name": "0.24mm Draft @Creality Ender3V2",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender3V2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender3V2Neo",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender3V2Neo.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender5Pro (2019) 0.3",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender5Pro (2019) 0.3.json"
|
||||
|
@ -678,6 +698,10 @@
|
|||
"name": "Creality Ender-3 V2 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 V2 Neo 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 V2 Neo 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 0.4 nozzle.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue