mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
CONSTRUCT3D Construct 1 & Construct 1 XL print profiles (#4187)
* First stage addition of C1 printers * More updates * Create Construct 1 XL 0.6 nozzle.json * More updates * Updated image format * Added C1 printer * Update CONSTRUCT3D.json * Adding CONSTRUCT3D Printer Files * Update Construct 1 0.4 nozzle.json * Slight formatting change * More Typo Fixes * Even more typo fixes * Fixed Error with nozzle variants * Reversion of accidental changes
This commit is contained in:
parent
0f6cbace22
commit
01b0c87471
25 changed files with 1394 additions and 0 deletions
94
resources/profiles/CONSTRUCT3D.json
Normal file
94
resources/profiles/CONSTRUCT3D.json
Normal file
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"name": "CONSTRUCT3D",
|
||||
"version": "01.09.00.02",
|
||||
"force_update": "0",
|
||||
"description": "Construct3D configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Construct 1 XL",
|
||||
"sub_path": "machine/Construct 1 XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Construct 1",
|
||||
"sub_path": "machine/Construct 1.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Quality @Construct 1 XL",
|
||||
"sub_path": "process/0.20mm Quality @Construct 1 XL.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Industrial @Construct 1 XL",
|
||||
"sub_path": "process/0.30mm Industrial @Construct 1 XL.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Standard @Construct 1 XL",
|
||||
"sub_path": "process/0.30mm Standard @Construct 1 XL.json"
|
||||
},
|
||||
{
|
||||
"name": "0.38mm Draft @Construct 1 XL",
|
||||
"sub_path": "process/0.38mm Draft @Construct 1 XL.json"
|
||||
},
|
||||
{
|
||||
"name": "0.14mm Quality @Construct 1",
|
||||
"sub_path": "process/0.14mm Quality @Construct 1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm Industrial @Construct 1",
|
||||
"sub_path": "process/0.25mm Industrial @Construct 1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.22mm Standard @Construct 1",
|
||||
"sub_path": "process/0.22mm Standard @Construct 1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Draft @Construct 1 XL",
|
||||
"sub_path": "process/0.30mm Draft @Construct 1.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "C1 Generic PLA",
|
||||
"sub_path": "filament/C1 Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "C1 Generic PETG",
|
||||
"sub_path": "filament/C1 Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "C1 Generic High Flow PETG",
|
||||
"sub_path": "filament/C1 Generic High Flow PETG.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Construct 1 XL 0.6 nozzle",
|
||||
"sub_path": "machine/Construct 1 XL 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Construct 1 0.4 nozzle",
|
||||
"sub_path": "machine/Construct 1 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue