mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Add Dremel 3D40 & 3D45 and process
This commit is contained in:
parent
c22dbcf307
commit
64aa703e8c
29 changed files with 1346 additions and 665 deletions
|
@ -7,6 +7,14 @@
|
|||
{
|
||||
"name": "Dremel 3D20",
|
||||
"sub_path": "machine/Dremel 3D20.json"
|
||||
},
|
||||
{
|
||||
"name": "Dremel 3D40",
|
||||
"sub_path": "machine/Dremel 3D40.json"
|
||||
},
|
||||
{
|
||||
"name": "Dremel 3D45",
|
||||
"sub_path": "machine/Dremel 3D45.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
|
@ -19,8 +27,56 @@
|
|||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": ".20mm Standard @Dremel 3D20 0.4.json",
|
||||
"name": ".05mm Super Detail @Dremel 3D40 0.4",
|
||||
"sub_path": "process/.05mm Super Detail @Dremel 3D40 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".05mm Super Detail @Dremel 3D45 0.4",
|
||||
"sub_path": "process/.05mm Super Detail @Dremel 3D45 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".10mm Detail @Dremel 3D20 0.4",
|
||||
"sub_path": "process/.10mm Detail @Dremel 3D20 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".10mm Detail @Dremel 3D40 0.4",
|
||||
"sub_path": "process/.10mm Detail @Dremel 3D40 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".10mm Detail @Dremel 3D45 0.4",
|
||||
"sub_path": "process/.10mm Detail @Dremel 3D45 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".20mm Standard @Dremel 3D20 0.4",
|
||||
"sub_path": "process/.20mm Standard @Dremel 3D20 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".20mm Standard @Dremel 3D40 0.4",
|
||||
"sub_path": "process/.20mm Standard @Dremel 3D40 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".20mm Standard @Dremel 3D45 0.4",
|
||||
"sub_path": "process/.20mm Standard @Dremel 3D45 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".30mm Draft @Dremel 3D20 0.4",
|
||||
"sub_path": "process/.30mm Draft @Dremel 3D20 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".30mm Draft @Dremel 3D40 0.4",
|
||||
"sub_path": "process/.30mm Draft @Dremel 3D40 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".30mm Draft @Dremel 3D45 0.4",
|
||||
"sub_path": "process/.30mm Draft @Dremel 3D45 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".34mm SuperDraft @Dremel 3D40 0.4",
|
||||
"sub_path": "process/.34mm SuperDraft @Dremel 3D40 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": ".34mm SuperDraft @Dremel 3D45 0.4",
|
||||
"sub_path": "process/.34mm SuperDraft @Dremel 3D45 0.4.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
|
@ -31,6 +87,14 @@
|
|||
{
|
||||
"name": "Dremel Generic PLA @3D20 all",
|
||||
"sub_path": "filament/Dremel Generic PLA @3D20 all.json"
|
||||
},
|
||||
{
|
||||
"name": "Dremel Generic PLA @3D40 all",
|
||||
"sub_path": "filament/Dremel Generic PLA @3D40 all.json"
|
||||
},
|
||||
{
|
||||
"name": "Dremel Generic PLA @3D45 all",
|
||||
"sub_path": "filament/Dremel Generic PLA @3D45 all.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
|
@ -45,6 +109,14 @@
|
|||
{
|
||||
"name": "Dremel 3D20 0.4 nozzle",
|
||||
"sub_path": "machine/Dremel 3D20 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Dremel 3D40 0.4 nozzle",
|
||||
"sub_path": "machine/Dremel 3D40 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Dremel 3D45 0.4 nozzle",
|
||||
"sub_path": "machine/Dremel 3D45 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue