From f4a4534c69c164ebd836df732128602a797fe95f Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner <36260775+koppensb@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:40:53 +0100 Subject: [PATCH] Minor tweaks for TPU filament in MK3.5 Profiles (#7487) * bugfix for TPU filament overrides * higher voluemetric flow * bugfix for to high speed at internal solid infill --- .../Prusa/filament/Prusa Generic TPU @MK3.5.json | 10 ++++++++-- .../profiles/Prusa/process/process_detail_MK3.5.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json index dd6e47980a4..3daf24d7d53 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json +++ b/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json @@ -7,7 +7,7 @@ "instantiation": "true", "inherits": "fdm_filament_tpu", "filament_max_volumetric_speed": [ - "1.35" + "1.8" ], "filament_flow_ratio": [ "1.15" @@ -28,8 +28,14 @@ "210" ], "filament_retraction_length": [ - "0" + "2" ], + "filament_retraction_speed": [ + "45" + ], + "filament_deretraction_speed": [ + "20" + ], "close_fan_the_first_x_layers": [ "3" ], diff --git a/resources/profiles/Prusa/process/process_detail_MK3.5.json b/resources/profiles/Prusa/process/process_detail_MK3.5.json index 134905069b2..3e9e82439cd 100644 --- a/resources/profiles/Prusa/process/process_detail_MK3.5.json +++ b/resources/profiles/Prusa/process/process_detail_MK3.5.json @@ -12,7 +12,7 @@ "support_speed": "60", "small_perimeter_speed": "40", "sparse_infill_speed": "100", - "internal_solid_infill_speed": "140", + "internal_solid_infill_speed": "120", "top_surface_speed": "60", "gap_infill_speed": "40", "default_acceleration": "1500",