From cbaf4d9a12d3aaa3507038d93ee5ecee848f8088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=82=92=E8=82=89?= Date: Mon, 17 Mar 2025 12:12:07 +0800 Subject: [PATCH] ENH: Revert "ENH: remove bambu tpu 85a temperoraily" This reverts commit 74f0c8a63c220d688b503bff87f927c94749eef9. Reason for revert: jira: none Change-Id: I07c42c264b820fdd5beff1556f6615b22e278b28 --- resources/profiles/BBL.json | 16 +++ .../BBL/filament/Bambu TPU 85A @BBL H2D.json | 117 ++++++++++++++++++ .../BBL/filament/Bambu TPU 85A @BBL P1P.json | 12 ++ .../BBL/filament/Bambu TPU 85A @BBL X1C.json | 18 +++ .../BBL/filament/Bambu TPU 85A @base.json | 33 +++++ .../BBL/process/fdm_process_common.json | 5 +- 6 files changed, 200 insertions(+), 1 deletion(-) create mode 100644 resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json create mode 100644 resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json create mode 100644 resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json create mode 100644 resources/profiles/BBL/filament/Bambu TPU 85A @base.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 0ceac9437..0f434eeaf 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -997,6 +997,10 @@ "name": "Bambu TPU 90A @base", "sub_path": "filament/Bambu TPU 90A @base.json" }, + { + "name": "Bambu TPU 85A @base", + "sub_path": "filament/Bambu TPU 85A @base.json" + }, { "name": "Generic TPU", "sub_path": "filament/Generic TPU.json" @@ -2465,6 +2469,18 @@ "name": "Bambu TPU 90A @BBL H2D", "sub_path": "filament/Bambu TPU 90A @BBL H2D.json" }, + { + "name": "Bambu TPU 85A @BBL X1C", + "sub_path": "filament/Bambu TPU 85A @BBL X1C.json" + }, + { + "name": "Bambu TPU 85A @BBL P1P", + "sub_path": "filament/Bambu TPU 85A @BBL P1P.json" + }, + { + "name": "Bambu TPU 85A @BBL H2D", + "sub_path": "filament/Bambu TPU 85A @BBL H2D.json" + }, { "name": "Generic TPU @BBL A1M", "sub_path": "filament/Generic TPU @BBL A1M.json" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json new file mode 100644 index 000000000..b580d93f6 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json @@ -0,0 +1,117 @@ +{ + "type": "filament", + "name": "Bambu TPU 85A @BBL H2D", + "inherits": "Bambu TPU 85A @base", + "from": "system", + "setting_id": "GFSU04_02", + "instantiation": "true", + "description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.", + "filament_deretraction_speed": [ + "10", + "10" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2.2", + "2.2" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "2", + "2" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "10", + "10" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_retract_lift_above": [ + "nil", + "nil" + ], + "filament_retract_lift_below": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "0.55", + "0.55" + ], + "filament_pre_cooling_temperature": [ + "195", + "195" + ], + "filament_ramming_travel_time": [ + "20", + "20" + ], + "impact_strength_z": [ + "88.7" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "compatible_printers": [ + "Bambu Lab H2D 0.6 nozzle", + "Bambu Lab H2D 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\nM145 P0 ; set airduct mode to cooling mode\nM142 P1 R35 S40 U0.3 V0.5 ; set chamber autocooling" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json new file mode 100644 index 000000000..1f9171b68 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "name": "Bambu TPU 85A @BBL P1P", + "inherits": "Bambu TPU 85A @base", + "from": "system", + "setting_id": "GFSU04_01", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json new file mode 100644 index 000000000..334a1623a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json @@ -0,0 +1,18 @@ +{ + "type": "filament", + "name": "Bambu TPU 85A @BBL X1C", + "inherits": "Bambu TPU 85A @base", + "from": "system", + "setting_id": "GFSU04_00", + "instantiation": "true", + "compatible_printers": [ + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab X1E 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @base.json b/resources/profiles/BBL/filament/Bambu TPU 85A @base.json new file mode 100644 index 000000000..23c263d03 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @base.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "name": "Bambu TPU 85A @base", + "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "GFU04", + "instantiation": "false", + "description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.", + "filament_cost": [ + "44.99" + ], + "filament_density": [ + "1.18" + ], + "filament_max_volumetric_speed": [ + "2.2" + ], + "filament_vendor": [ + "Bambu Lab" + ], + "nozzle_temperature": [ + "225" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "slow_down_layer_time": [ + "20" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/fdm_process_common.json b/resources/profiles/BBL/process/fdm_process_common.json index 763107d34..b6cd2e31b 100644 --- a/resources/profiles/BBL/process/fdm_process_common.json +++ b/resources/profiles/BBL/process/fdm_process_common.json @@ -141,5 +141,8 @@ "infill_shift_step": "0.4", "infill_rotate_step": "0", "prime_tower_enable_framework": "0", - "symmetric_infill_y_axis": "0" + "symmetric_infill_y_axis": "0", + "prime_tower_lift_speed": "90", + "prime_tower_lift_height": "-1", + "prime_tower_max_speed": "90" } \ No newline at end of file