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:
parent
b2fbd6b09a
commit
4c41f46163
|
@ -12,7 +12,7 @@
|
|||
"3"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
"0.98"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.32"
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
],
|
||||
"filament_cost": [
|
||||
"34.99"
|
||||
],
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"75"
|
||||
],
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"name": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"filament_is_support": [
|
||||
"0"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"3"
|
||||
],
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"20"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"45"
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"0"
|
||||
|
@ -32,7 +32,7 @@
|
|||
"55"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
|
|
Loading…
Reference in New Issue