ENH: add filament PA6-CF

As title. Also modify temperature_vitrification for PA-CF

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I8bc577267652be294ebe01f015b0502070c68dbe
This commit is contained in:
xun.zhang 2023-08-29 16:52:15 +08:00 committed by Lane.Wei
parent 321f1f38e0
commit 80b77a9c01
5 changed files with 100 additions and 20 deletions

View file

@ -5,8 +5,8 @@
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_pa",
"filament_vendor": [
"Bambu Lab"
"filament_cost": [
"84.99"
],
"filament_density": [
"1.09"
@ -14,22 +14,25 @@
"filament_flow_ratio": [
"0.96"
],
"nozzle_temperature_initial_layer": [
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"overhang_fan_threshold": [
"0%"
"nozzle_temperature_initial_layer": [
"280"
],
"overhang_fan_speed": [
"40"
],
"filament_type": [
"PA-CF"
"overhang_fan_threshold": [
"0%"
],
"filament_cost": [
"84.99"
],
"nozzle_temperature": [
"280"
"temperature_vitrification": [
"170"
]
}