ENH: Thanks @just-trey for updating Anker profiles

Update Anker profiles and includes the new AnkerMake M5C printer.

github pull request: 2125

Change-Id: I961976420d0352a460e6ac79cc107a27aed83b62
This commit is contained in:
just-trey 2023-08-15 10:05:44 +08:00 committed by lane.wei
parent c330dbe27a
commit 8567812fdc
39 changed files with 579 additions and 246 deletions

View file

@ -6,6 +6,12 @@
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
@ -21,6 +27,12 @@
"fan_min_speed": [
"40"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.95"
],
@ -28,6 +40,7 @@
"10"
],
"compatible_printers": [
"Anker M5 0.4 nozzle"
"Anker M5 0.4 nozzle",
"Anker M5C 0.4 nozzle"
]
}
}