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
This commit is contained in:
Bernhard Koppensteiner 2024-11-30 14:40:53 +01:00 committed by GitHub
parent 4f9e946dfb
commit e6eda3e7d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -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"
],

View file

@ -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",