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

@ -0,0 +1,44 @@
{
"type": "filament",
"filament_id": "GFN05",
"name": "Bambu PA6-CF @base",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_pa",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_density": [
"1.10"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"170"
]
}