From 0e90a3fda07c3fc134dc7bc3be8d45b0d662636d Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 26 May 2025 11:25:15 +0800 Subject: [PATCH] ENH: remove unused profile bambu pla Impact jira: NONE Signed-off-by: xun.zhang Change-Id: Icbb24660e5b80195c264df91c0be8335f37729ef --- resources/profiles/BBL.json | 4 ---- .../filament/Bambu PLA Impact @BBL X1C.json | 16 ------------- .../BBL/filament/Bambu PLA Impact @base.json | 23 ------------------- 3 files changed, 43 deletions(-) delete mode 100644 resources/profiles/BBL/filament/Bambu PLA Impact @BBL X1C.json delete mode 100644 resources/profiles/BBL/filament/Bambu PLA Impact @base.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 8b6da5a22..60029c164 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -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" 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 728847090..000000000 --- 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 d2c6f7788..000000000 --- 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