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,18 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSB99_CREALITY_00",
"name": "Generic ABS @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
}