mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Add Ultimaker 2 profile (#1003)
* Adding more Elegoo printer profiles Elegoo Neptune X Elegoo Neptune 2 Elegoo Neptune 2S Elegoo Neptune 2D * add ultimaker 2 profile
This commit is contained in:
parent
aeb2b0e41d
commit
ef370bf6f1
19 changed files with 1208 additions and 0 deletions
71
resources/profiles/UltiMaker.json
Normal file
71
resources/profiles/UltiMaker.json
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"name": "UltiMaker",
|
||||
"url": "",
|
||||
"version": "01.01.00.00",
|
||||
"force_update": "0",
|
||||
"description": "UltiMaker configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "UltiMaker 2",
|
||||
"sub_path": "machine/UltiMaker 2.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @UltiMaker 2",
|
||||
"sub_path": "process/0.12mm Fine @UltiMaker 2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Standard @UltiMaker 2",
|
||||
"sub_path": "process/0.18mm Standard @UltiMaker 2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.25mm Draft @UltiMaker 2",
|
||||
"sub_path": "process/0.25mm Darft @UltiMaker 2.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": "UltiMaker Generic ABS",
|
||||
"sub_path": "filament/UltiMaker Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "UltiMaker Generic PETG",
|
||||
"sub_path": "filament/UltiMaker Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "UltiMaker Generic PLA",
|
||||
"sub_path": "filament/UltiMaker Generic PLA.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "UltiMaker 2 0.4 nozzle",
|
||||
"sub_path": "machine/UltiMaker 2 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue