ENH: remove unused profile bambu pla Impact

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Icbb24660e5b80195c264df91c0be8335f37729ef
This commit is contained in:
xun.zhang 2025-05-26 11:25:15 +08:00 committed by lane.wei
parent e145e9564e
commit 0e90a3fda0
3 changed files with 0 additions and 43 deletions

View File

@ -853,10 +853,6 @@
"name": "Bambu PLA Sparkle @base",
"sub_path": "filament/Bambu PLA Sparkle @base.json"
},
{
"name": "Bambu PLA Impact @base",
"sub_path": "filament/Bambu PLA Impact @base.json"
},
{
"name": "Bambu PLA Metal @base",
"sub_path": "filament/Bambu PLA Metal @base.json"

View File

@ -1,16 +0,0 @@
{
"type": "filament",
"setting_id": "GFSA03",
"name": "Bambu PLA Impact @BBL X1C",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PLA Impact @base",
"filament_max_volumetric_speed": [
"23.2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle"
]
}

View File

@ -1,23 +0,0 @@
{
"type": "filament",
"name": "Bambu PLA Impact @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "GFA03",
"instantiation": "false",
"filament_cost": [
"25.4"
],
"filament_flow_ratio": [
"0.95"
],
"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}"
],
"filament_end_gcode": [
"; filament end gcode \n\n"
]
}