add Anker M5 printer

This commit is contained in:
SoftFever 2022-12-30 18:11:57 +08:00
parent ca7000a659
commit 69a21f09c4
26 changed files with 1459 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSA04",
"name": "Anker Generic PVA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Anker M5 0.4 nozzle"
]
}