mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
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:
parent
321f1f38e0
commit
80b77a9c01
5 changed files with 100 additions and 20 deletions
|
@ -481,6 +481,10 @@
|
|||
"name": "Bambu Support For PA/PET @base",
|
||||
"sub_path": "filament/Bambu Support For PA PET @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PA6-CF @base",
|
||||
"sub_path": "filament/Bambu PA6-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic HIPS @base",
|
||||
"sub_path": "filament/Generic HIPS @base.json"
|
||||
|
@ -1037,6 +1041,10 @@
|
|||
"name": "Bambu Support For PA/PET @BBL X1C",
|
||||
"sub_path": "filament/Bambu Support For PA PET @BBL X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PA6-CF @BBL X1C",
|
||||
"sub_path": "filament/Bambu PA6-CF @BBL X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic HIPS @BBL X1C",
|
||||
"sub_path": "filament/Generic HIPS @BBL X1C.json"
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
22
resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json
Normal file
22
resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSN05_02",
|
||||
"name": "Bambu PA6-CF @BBL X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu PA6-CF @base",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.6 nozzle",
|
||||
"Bambu Lab P1S 0.8 nozzle"
|
||||
]
|
||||
}
|
44
resources/profiles/BBL/filament/Bambu PA6-CF @base.json
Normal file
44
resources/profiles/BBL/filament/Bambu PA6-CF @base.json
Normal 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"
|
||||
]
|
||||
}
|
|
@ -6,8 +6,8 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
|
@ -15,17 +15,20 @@
|
|||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"2"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"2"
|
||||
"temperature_vitrification": [
|
||||
"170"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue