mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Add Sovol printer profiles (#963)
* Adding the Qidi X-Plus Qidi X-Plus profile Qidi X-Plus image * Revision of the pressure plate model Qidi X-Plus * Add Artillery Profiles Artillery Genius Artillery Hornet * Adds Elepoo Neptune 3 profiles Elepoo Neptune 3 Elepoo Neptune 3 Pro Elepoo Neptune 3 Plus Elepoo Neptune 3 Max * Revision of the Qidi profiles Adjustments of the speeds: Qidi X-Plus Qidi X-Max Qidi X-CF Pro * Revision of the Qidi profiles Qidi X-Smart 3 Qidi X-Plus 3 Qidi X-Max 3 * Add Voxelab Aquila X2 Profile * Revision of the Voxelab Processes Changing the Aquila X2 process names * Acceleration adjustment Voxelab Voxelab Aquila X2 * Adjustment of the printing area * Add Sovol printer profiles
This commit is contained in:
parent
244aa466f9
commit
d6290fdbbb
31 changed files with 1830 additions and 0 deletions
99
resources/profiles/Sovol.json
Normal file
99
resources/profiles/Sovol.json
Normal file
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"name": "Sovol",
|
||||
"url": "",
|
||||
"version": "01.00.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Sovol configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Sovol SV01 Pro",
|
||||
"sub_path": "machine/Sovol SV01 Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV02",
|
||||
"sub_path": "machine/Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV05",
|
||||
"sub_path": "machine/Sovol SV05.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV01Pro",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV01Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV02",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV05",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV01Pro",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV01Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV02",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV05",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV05.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic ABS",
|
||||
"sub_path": "filament/Sovol Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic PETG",
|
||||
"sub_path": "filament/Sovol Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic PLA",
|
||||
"sub_path": "filament/Sovol Generic PLA.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV01 Pro 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV01 Pro 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV02 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV02 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV05 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV05 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue