ENH: apply scarf seam by default for pla

Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I26a814d0e187a5b4946889039959f723385ec40a
This commit is contained in:
qing.zhang 2024-10-28 14:36:30 +08:00 committed by Lane.Wei
parent 64ab78298b
commit d565127446
11 changed files with 40 additions and 1 deletions

View File

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

View File

@ -56,5 +56,8 @@
],
"slow_down_layer_time": [
"5"
],
"filament_scarf_seam_type": [
"none"
]
}

View File

@ -33,6 +33,9 @@
"nozzle_temperature_range_low": [
"210"
],
"filament_scarf_seam_type": [
"none"
],
"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

@ -18,6 +18,9 @@
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"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

@ -17,6 +17,9 @@
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"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

@ -33,6 +33,9 @@
"slow_down_layer_time": [
"8"
],
"filament_scarf_seam_type": [
"none"
],
"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

@ -50,5 +50,8 @@
],
"textured_plate_temp_initial_layer": [
"60"
],
"filament_scarf_seam_type": [
"none"
]
}

View File

@ -30,6 +30,9 @@
"required_nozzle_HRC": [
"3"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"6"
]

View File

@ -33,6 +33,9 @@
"slow_down_layer_time": [
"8"
],
"filament_scarf_seam_type": [
"none"
],
"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

@ -30,6 +30,9 @@
"slow_down_layer_time": [
"12"
],
"filament_scarf_seam_type": [
"none"
],
"temperature_vitrification": [
"90"
]

View File

@ -82,6 +82,18 @@
"additional_cooling_fan_speed": [
"70"
],
"filament_scarf_seam_type": [
"all"
],
"filament_scarf_height":[
"10%"
],
"filament_scarf_gap":[
"15%"
],
"filament_scarf_length":[
"10"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}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}"
]