diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 95eb14e405..b3adfa54c0 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1057,10 +1057,6 @@ "name": "Bambu PLA Glow @base", "sub_path": "filament/Bambu PLA Glow @base.json" }, - { - "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" @@ -2585,10 +2581,6 @@ "name": "Bambu PLA Glow @BBL X1E", "sub_path": "filament/Bambu PLA Glow @BBL X1E.json" }, - { - "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" diff --git a/resources/profiles/BBL/filament/Bambu PLA Impact @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Impact @BBL X1C.json deleted file mode 100644 index 7288470904..0000000000 --- a/resources/profiles/BBL/filament/Bambu PLA Impact @BBL X1C.json +++ /dev/null @@ -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" - ] -} diff --git a/resources/profiles/BBL/filament/Bambu PLA Impact @base.json b/resources/profiles/BBL/filament/Bambu PLA Impact @base.json deleted file mode 100644 index d2c6f77882..0000000000 --- a/resources/profiles/BBL/filament/Bambu PLA Impact @base.json +++ /dev/null @@ -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" - ] -} \ No newline at end of file