hrc determine which filament could be printed by the nozzle if the filament required hrc smaller than the nozzle hrc the fillament could be printed either of it be zero means use other printers or user want to print it anyway Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ic32dfaed4f9c80774a670c362de612254f3a5ed0
29 lines
556 B
JSON
29 lines
556 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFT00",
|
|
"name": "Bambu PET-CF @base",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_filament_pet",
|
|
"required_nozzle_HRC": [
|
|
"55"
|
|
],
|
|
"filament_vendor": [
|
|
"Bambu Lab"
|
|
],
|
|
"filament_type": [
|
|
"PET-CF"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"270"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"300"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"280"
|
|
],
|
|
"nozzle_temperature": [
|
|
"280"
|
|
]
|
|
}
|