mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Add ender-3 printer (#2053)
* Add ender-3 printer option * Added image and standard 0.2mm process * Added Ender 3 * Removed a stray empty line * fix e3 --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
9efea02e3d
commit
f2d5cce8cf
8 changed files with 244 additions and 1 deletions
|
@ -20,6 +20,10 @@
|
|||
"name": "Creality Ender-3 S1",
|
||||
"sub_path": "machine/Creality Ender-3 S1.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3",
|
||||
"sub_path": "machine/Creality Ender-3.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 S1 Pro",
|
||||
"sub_path": "machine/Creality Ender-3 S1 Pro.json"
|
||||
|
@ -48,7 +52,6 @@
|
|||
"name": "Creality Ender-6",
|
||||
"sub_path": "machine/Creality Ender-6.json"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Creality K1 Max",
|
||||
"sub_path": "machine/Creality K1 Max.json"
|
||||
|
@ -139,6 +142,10 @@
|
|||
"name": "0.20mm Standard @Creality CR10Max",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR10Max.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3V2",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V2.json"
|
||||
|
@ -303,6 +310,10 @@
|
|||
"name": "Creality Ender-3 V2 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 S1 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 S1 0.4 nozzle.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue