ENH: add filament_is_support to all files

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I439ef9a2902563874d748be9aa9fe067e99588e6
This commit is contained in:
qing.zhang 2023-04-12 18:13:57 +08:00 committed by Lane.Wei
parent b2fbd6b09a
commit 4c41f46163
6 changed files with 21 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"3" "3"
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.95" "0.98"
], ],
"filament_density": [ "filament_density": [
"1.32" "1.32"

View File

@ -8,6 +8,12 @@
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],
"cool_plate_temp" : [
"45"
],
"cool_plate_temp_initial_layer" : [
"45"
],
"filament_cost": [ "filament_cost": [
"34.99" "34.99"
], ],

View File

@ -5,6 +5,9 @@
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"filament_flow_ratio": [
"0.95"
],
"temperature_vitrification": [ "temperature_vitrification": [
"75" "75"
], ],

View File

@ -8,6 +8,12 @@
"required_nozzle_HRC": [ "required_nozzle_HRC": [
"40" "40"
], ],
"cool_plate_temp" : [
"45"
],
"cool_plate_temp_initial_layer" : [
"45"
],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.95" "0.95"
], ],

View File

@ -3,6 +3,9 @@
"name": "fdm_filament_common", "name": "fdm_filament_common",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"filament_is_support": [
"0"
],
"required_nozzle_HRC": [ "required_nozzle_HRC": [
"3" "3"
], ],

View File

@ -20,7 +20,7 @@
"20" "20"
], ],
"cool_plate_temp" : [ "cool_plate_temp" : [
"45" "35"
], ],
"eng_plate_temp" : [ "eng_plate_temp" : [
"0" "0"
@ -32,7 +32,7 @@
"55" "55"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer" : [
"45" "35"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer" : [
"0" "0"