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,21 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSL99_Anker_00",
"name": "Anker Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"Anker M5 0.4 nozzle"
]
}