add Raise3D printer profiles (#1087)

* add Raise3D printer profiles

Raise3D Pro3
Raise3D Pro3 Plus

* add more Sovol profiles

Sovol SV06
Sovol SV06 Plus

* Add & modify Anycubic profiles

Anycubic Chiron
Anycubic Kobra Max

Anycubic Vyper process 0.15mm & 0.30mm
This commit is contained in:
fr3ak2402 2023-05-20 13:33:16 +02:00 committed by GitHub
parent 8d96c42a3e
commit 7809fabcbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
82 changed files with 4539 additions and 4 deletions

View file

@ -0,0 +1,123 @@
{
"name": "Raise3D",
"url": "",
"version": "01.00.00.00",
"force_update": "0",
"description": "Raise3D configurations",
"machine_model_list": [
{
"name": "Raise3D Pro3",
"sub_path": "machine/Raise3D Pro3.json"
},
{
"name": "Raise3D Pro3 Plus",
"sub_path": "machine/Raise3D Pro3 Plus.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.10mm Fine @Raise3D Pro3",
"sub_path": "process/0.10mm Fine @Raise3D Pro3.json"
},
{
"name": "0.10mm Fine @Raise3D Pro3Plus",
"sub_path": "process/0.10mm Fine @Raise3D Pro3Plus.json"
},
{
"name": "0.20mm Standard @Raise3D Pro3",
"sub_path": "process/0.20mm Standard @Raise3D Pro3.json"
},
{
"name": "0.20mm Standard @Raise3D Pro3Plus",
"sub_path": "process/0.20mm Standard @Raise3D Pro3Plus.json"
},
{
"name": "0.25mm Draft @Raise3D Pro3",
"sub_path": "process/0.25mm Draft @Raise3D Pro3.json"
},
{
"name": "0.25mm Draft @Raise3D Pro3Plus",
"sub_path": "process/0.25mm Draft @Raise3D Pro3Plus.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_pva",
"sub_path": "filament/fdm_filament_pva.json"
},
{
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "Raise3D Generic ASA",
"sub_path": "filament/Raise3D Generic ASA.json"
},
{
"name": "Raise3D Generic PETG",
"sub_path": "filament/Raise3D Generic PETG.json"
},
{
"name": "Raise3D Generic PLA",
"sub_path": "filament/Raise3D Generic PLA.json"
},
{
"name": "Raise3D Generic PVA",
"sub_path": "filament/Raise3D Generic PVA.json"
},
{
"name": "Raise3D Generic TPU",
"sub_path": "filament/Raise3D Generic TPU.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "Raise3D Pro3 0.4 nozzle (Dual)",
"sub_path": "machine/Raise3D Pro3 0.4 nozzle (Dual).json"
},
{
"name": "Raise3D Pro3 0.4 nozzle (Left)",
"sub_path": "machine/Raise3D Pro3 0.4 nozzle (Left).json"
},
{
"name": "Raise3D Pro3 0.4 nozzle (Right)",
"sub_path": "machine/Raise3D Pro3 0.4 nozzle (Right).json"
},
{
"name": "Raise3D Pro3 Plus 0.4 nozzle (Dual)",
"sub_path": "machine/Raise3D Pro3 Plus 0.4 nozzle (Dual).json"
},
{
"name": "Raise3D Pro3 Plus 0.4 nozzle (Left)",
"sub_path": "machine/Raise3D Pro3 Plus 0.4 nozzle (Left).json"
},
{
"name": "Raise3D Pro3 Plus 0.4 nozzle (Right)",
"sub_path": "machine/Raise3D Pro3 Plus 0.4 nozzle (Right).json"
}
]
}