mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Add Creality CR-10 SE (#4757)
* Add CR-10 SE and standard profiles * Misc Add more perimeters to CR-10 SE profiles Add printer to filament profiles Link everything in Creality.json * Fix two bugs * Forgot this
This commit is contained in:
parent
6ae128b9e7
commit
64d0c324c1
19 changed files with 766 additions and 8 deletions
|
@ -12,6 +12,10 @@
|
|||
"name": "Creality CR-10 Max",
|
||||
"sub_path": "machine/Creality CR-10 Max.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality CR-10 SE",
|
||||
"sub_path": "machine/Creality CR-10 SE.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality CR-6 SE",
|
||||
"sub_path": "machine/Creality CR-6 SE.json"
|
||||
|
@ -454,6 +458,22 @@
|
|||
"name": "0.20mm Standard @Creality CR10Max",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR10Max.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality CR10SE 0.2",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR10SE 0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality CR10SE 0.4",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR10SE 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality CR10SE 0.6",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR10SE 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality CR10SE 0.8",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR10SE 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality CR-6 0.4",
|
||||
"sub_path": "process/0.20mm Standard @Creality CR-6 0.4.json"
|
||||
|
@ -994,6 +1014,22 @@
|
|||
"name": "Creality CR-10 Max 0.4 nozzle",
|
||||
"sub_path": "machine/Creality CR-10 Max 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality CR-10 SE 0.2 nozzle",
|
||||
"sub_path": "machine/Creality CR-10 SE 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality CR-10 SE 0.4 nozzle",
|
||||
"sub_path": "machine/Creality CR-10 SE 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality CR-10 SE 0.6 nozzle",
|
||||
"sub_path": "machine/Creality CR-10 SE 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality CR-10 SE 0.8 nozzle",
|
||||
"sub_path": "machine/Creality CR-10 SE 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-6 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-6 0.4 nozzle.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue