ENH: add profiles for Bambu PLA Lite

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I2072a34ee5614f702eced636e163e8d06eb07279
(cherry picked from commit 2581925e4b15888c42afa479a323f189e353d56a)
This commit is contained in:
xun.zhang 2025-03-10 14:06:00 +08:00 committed by Noisyfox
parent 6f2f8c584e
commit b3181c6c52
11 changed files with 445 additions and 0 deletions

View file

@ -1093,6 +1093,10 @@
"name": "Bambu PLA Impact @base",
"sub_path": "filament/Bambu PLA Impact @base.json"
},
{
"name": "Bambu PLA Lite @base",
"sub_path": "filament/Bambu PLA Lite @base.json"
},
{
"name": "Bambu PLA Marble @base",
"sub_path": "filament/Bambu PLA Marble @base.json"
@ -2513,6 +2517,42 @@
"name": "Bambu PLA Impact @BBL X1C",
"sub_path": "filament/Bambu PLA Impact @BBL X1C.json"
},
{
"name": "Bambu PLA Lite @BBL A1",
"sub_path": "filament/Bambu PLA Lite @BBL A1.json"
},
{
"name": "Bambu PLA Lite @BBL A1 0.2 nozzle",
"sub_path": "filament/Bambu PLA Lite @BBL A1 0.2 nozzle.json"
},
{
"name": "Bambu PLA Lite @BBL A1M",
"sub_path": "filament/Bambu PLA Lite @BBL A1M.json"
},
{
"name": "Bambu PLA Lite @BBL A1M 0.2 nozzle",
"sub_path": "filament/Bambu PLA Lite @BBL A1M 0.2 nozzle.json"
},
{
"name": "Bambu PLA Lite @BBL P1P",
"sub_path": "filament/Bambu PLA Lite @BBL P1P.json"
},
{
"name": "Bambu PLA Lite @BBL P1P 0.2 nozzle",
"sub_path": "filament/Bambu PLA Lite @BBL P1P 0.2 nozzle.json"
},
{
"name": "Bambu PLA Lite @BBL X1C",
"sub_path": "filament/Bambu PLA Lite @BBL X1C.json"
},
{
"name": "Bambu PLA Lite @BBL X1C 0.2 nozzle",
"sub_path": "filament/Bambu PLA Lite @BBL X1C 0.2 nozzle.json"
},
{
"name": "Bambu PLA Lite @BBL X1C 0.8 nozzle",
"sub_path": "filament/Bambu PLA Lite @BBL X1C 0.8 nozzle.json"
},
{
"name": "Bambu PLA Marble @BBL A1",
"sub_path": "filament/Bambu PLA Marble @BBL A1.json"

View file

@ -0,0 +1,53 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL A1 0.2 nozzle",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_06",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"slow_down_layer_time": [
"6"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab A1 0.2 nozzle"
]
}

View file

@ -0,0 +1,43 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL A1",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_05",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"slow_down_layer_time": [
"6"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle",
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 0.8 nozzle"
]
}

View file

@ -0,0 +1,53 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL A1M 0.2 nozzle",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_08",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"slow_down_layer_time": [
"6"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"
]
}

View file

@ -0,0 +1,43 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL A1M",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_07",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"60"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"slow_down_layer_time": [
"6"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle",
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.8 nozzle"
]
}

View file

@ -0,0 +1,47 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL P1P 0.2 nozzle",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_04",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_min_speed": [
"50"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle"
]
}

View file

@ -0,0 +1,40 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL P1P",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_03",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_min_speed": [
"50"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"slow_down_layer_time": [
"8"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle"
]
}

View file

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL X1C 0.2 nozzle",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_01",
"instantiation": "true",
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"2"
],
"filament_retraction_distances_when_cut": [
"18"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle",
"Bambu Lab X1E 0.2 nozzle"
],
"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

@ -0,0 +1,22 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL X1C 0.8 nozzle",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_02",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab X1E 0.8 nozzle"
],
"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

@ -0,0 +1,25 @@
{
"type": "filament",
"name": "Bambu PLA Lite @BBL X1C",
"inherits": "Bambu PLA Lite @base",
"from": "system",
"setting_id": "GFSA18_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle"
],
"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

@ -0,0 +1,44 @@
{
"type": "filament",
"name": "Bambu PLA Lite @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "GFA18",
"instantiation": "false",
"filament_cost": [
"0"
],
"filament_density": [
"1.40"
],
"filament_flow_ratio": [
"0.99"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_seam_type": [
"all"
],
"filament_vendor": [
"Bambu Lab"
],
"impact_strength_z": [
"6.6"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"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}"
]
}