ENH: add preset for ender3 printer

As title.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2d9b1aaeadfe945a6a90f34cdb10a1f240a50ae4
(cherry picked from commit a223ab23605c3ef96ae878b9c4d2199520b4f201)
This commit is contained in:
salt.wei 2022-10-11 16:45:26 +08:00 committed by Lane.Wei
parent cd82f70002
commit d47d82bf43
30 changed files with 1100 additions and 9 deletions

View file

@ -0,0 +1,82 @@
{
"name": "Creality",
"version": "01.02.01.03",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [
{
"name": "Creality Ender-3 V2",
"sub_path": "machine/Creality Ender-3 V2.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "fdm_process_creality_common",
"sub_path": "process/fdm_process_creality_common.json"
},
{
"name": "0.12mm Fine @Creality",
"sub_path": "process/0.12mm Fine @Creality.json"
},
{
"name": "0.15mm Optimal @Creality",
"sub_path": "process/0.15mm Optimal @Creality.json"
},
{
"name": "0.20mm Standard @Creality",
"sub_path": "process/0.20mm Standard @Creality.json"
},
{
"name": "0.24mm Draft @Creality",
"sub_path": "process/0.24mm Draft @Creality.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "Generic PLA @Creality",
"sub_path": "filament/Generic PLA @Creality.json"
},
{
"name": "Generic PETG @Creality",
"sub_path": "filament/Generic PETG @Creality.json"
},
{
"name": "Generic ABS @Creality",
"sub_path": "filament/Generic ABS @Creality.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_creality_common",
"sub_path": "machine/fdm_creality_common.json"
},
{
"name": "Creality Ender-3 V2 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json"
}
]
}