FIX: wrong filament vendor in profiles
1.Wrong filament vendor in Fiberon PA612-CF 2.Add filament vendor in pla dynamic base jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Id0b43098c591397e29485ef790784705a54780ef
This commit is contained in:
parent
419669f7b1
commit
19e602beea
|
@ -11,6 +11,9 @@
|
|||
"filament_density": [
|
||||
"1.26"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
|
||||
]
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"0.96"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
"Polymaker"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"2"
|
||||
|
|
Loading…
Reference in New Issue