mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Adds printer profile for Qidi X-Plus printer (#915)
* Adding the Qidi X-Plus Qidi X-Plus profile Qidi X-Plus image * Revision of the pressure plate model Qidi X-Plus
This commit is contained in:
parent
1463f1ae9e
commit
774c0bc1ad
23 changed files with 702 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
|||
"description": "Qidi configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Qidi X-Plus",
|
||||
"sub_path": "machine/Qidi X-Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "Qidi X-Max",
|
||||
"sub_path": "machine/Qidi X-Max.json"
|
||||
},
|
||||
|
@ -33,6 +37,10 @@
|
|||
{
|
||||
"name": "fdm_process_qidi_common",
|
||||
"sub_path": "process/fdm_process_qidi_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Qidi XMPlus",
|
||||
"sub_path": "process/0.12mm Fine @Qidi XPlus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Qidi XMax",
|
||||
|
@ -53,6 +61,10 @@
|
|||
{
|
||||
"name": "0.12mm Fine @Qidi XMax3",
|
||||
"sub_path": "process/0.12mm Fine @Qidi XMax3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Qidi XPlus",
|
||||
"sub_path": "process/0.16mm Optimal @Qidi XPlus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Qidi XMax",
|
||||
|
@ -73,6 +85,10 @@
|
|||
{
|
||||
"name": "0.16mm Optimal @Qidi XMax3",
|
||||
"sub_path": "process/0.16mm Optimal @Qidi XMax3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Qidi XPlus",
|
||||
"sub_path": "process/0.20mm Standard @Qidi XPlus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Qidi XMax",
|
||||
|
@ -93,6 +109,10 @@
|
|||
{
|
||||
"name": "0.20mm Standard @Qidi XMax3",
|
||||
"sub_path": "process/0.20mm Standard @Qidi XMax3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm Draft @Qidi XPlus",
|
||||
"sub_path": "process/0.25mm Draft @Qidi XPlus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm Draft @Qidi XMax",
|
||||
|
@ -113,6 +133,10 @@
|
|||
{
|
||||
"name": "0.25mm Draft @Qidi XMax3",
|
||||
"sub_path": "process/0.25mm Draft @Qidi XMax3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Extra Draft @Qidi XPlus",
|
||||
"sub_path": "process/0.30mm Extra Draft @Qidi XPlus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Extra Draft @Qidi XMax",
|
||||
|
@ -229,6 +253,10 @@
|
|||
{
|
||||
"name": "fdm_qidi_common",
|
||||
"sub_path": "machine/fdm_qidi_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Qidi X-Plus 0.4 nozzle",
|
||||
"sub_path": "machine/Qidi X-Plus 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Qidi X-Max 0.4 nozzle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue