FIX: correct strength_z for filaments

jira: none
Change-Id: I5ac7677ad992bc8cbd66af8dadaa04f1887747da
This commit is contained in:
jiaxi.chen 2025-03-04 11:29:11 +08:00 committed by lane.wei
parent 130904f7c9
commit 85840593fc
14 changed files with 26 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "02.00.00.49",
"version": "02.00.00.50",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [

View File

@ -50,5 +50,8 @@
],
"textured_plate_temp_initial_layer": [
"100"
],
"impact_strength_z": [
"4.9"
]
}

View File

@ -59,5 +59,8 @@
],
"filament_scarf_seam_type": [
"none"
],
"impact_strength_z": [
"3.4"
]
}

View File

@ -58,5 +58,8 @@
],
"textured_plate_temp_initial_layer": [
"100"
],
"impact_strength_z": [
"9.4"
]
}

View File

@ -16,5 +16,8 @@
],
"filament_vendor": [
"Bambu Lab"
],
"impact_strength_z": [
"8"
]
}

View File

@ -80,6 +80,7 @@
"filament_prime_volume": [
"30"
],
"impact_strength_z":["10.6"],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\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}"
]

View File

@ -75,7 +75,7 @@
"textured_plate_temp_initial_layer": [
"70"
],
"impact_strength_z":["37.4"],
"impact_strength_z":["7.2"],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\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}"
]

View File

@ -74,7 +74,7 @@
"textured_plate_temp_initial_layer": [
"70"
],
"impact_strength_z":["15.7"],
"impact_strength_z":["10.7"],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\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}"
]

View File

@ -30,6 +30,7 @@
"nozzle_temperature_initial_layer": [
"230"
],
"impact_strength_z":["8.5"],
"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}"
]

View File

@ -29,6 +29,7 @@
"filament_vendor": [
"Bambu Lab"
],
"impact_strength_z":["5.6"],
"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}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
]

View File

@ -5,5 +5,6 @@
"from": "system",
"filament_id": "GFN06",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials."
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"impact_strength_z":["4.3"]
}

View File

@ -35,5 +35,6 @@
],
"temperature_vitrification": [
"220"
]
],
"impact_strength_z":["2.8"]
}

View File

@ -26,5 +26,6 @@
],
"slow_down_layer_time": [
"14"
]
],
"impact_strength_z":["87.3"]
}

View File

@ -59,5 +59,6 @@
],
"slow_down_layer_time": [
"10"
]
],
"impact_strength_z":["9.6"]
}