ENH: pick Anker printer from orca

Thanks OrcaSlicer. Also fix the wrong
setting id.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If70c1bebb853a2f2f9b90e7c66e886af0432b52a
This commit is contained in:
salt.wei 2023-06-13 21:07:22 +08:00 committed by Lane.Wei
parent eccc479199
commit 4a3464243c
26 changed files with 1456 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFSU99_Anker_00",
"name": "Anker Generic TPU",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"3.2"
],
"compatible_printers": [
"Anker M5 0.4 nozzle"
]
}