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
44 lines
879 B
JSON
44 lines
879 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFN98",
|
|
"setting_id": "GFSN99",
|
|
"name": "Generic PA-CF",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_pa",
|
|
"required_nozzle_HRC": [
|
|
"55"
|
|
],
|
|
"filament_type": [
|
|
"PA-CF"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"290"
|
|
],
|
|
"nozzle_temperature": [
|
|
"290"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"8"
|
|
],
|
|
"fan_max_speed": [
|
|
"40"
|
|
],
|
|
"fan_min_speed": [
|
|
"10"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"6"
|
|
],
|
|
"full_fan_speed_layer": [
|
|
"2"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
|
"Bambu Lab X1 Carbon 0.8 nozzle",
|
|
"Bambu Lab X1 0.4 nozzle",
|
|
"Bambu Lab X1 0.6 nozzle",
|
|
"Bambu Lab X1 0.8 nozzle"
|
|
]
|
|
}
|