orcaslicer/resources/profiles/Prusa/filament/Prusa Generic TPU @MK3.5.json
Bernhard Koppensteiner e6eda3e7d0
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
2024-11-30 21:40:53 +08:00

87 lines
1.5 KiB
JSON

{
"type": "filament",
"filament_id": "GFU99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic TPU @MK3.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"1.8"
],
"filament_flow_ratio": [
"1.15"
],
"hot_plate_temp" : [
"50"
],
"hot_plate_temp_initial_layer" : [
"50"
],
"filament_type": [
"FLEX"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature": [
"210"
],
"filament_retraction_length": [
"2"
],
"filament_retraction_speed": [
"45"
],
"filament_deretraction_speed": [
"20"
],
"close_fan_the_first_x_layers": [
"3"
],
"full_fan_speed_layer": [
"3"
],
"fan_min_speed": [
"30"
],
"fan_cooling_layer_time": [
"100"
],
"fan_max_speed": [
"80"
],
"slow_down_layer_time": [
"4"
],
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"slow_down_min_speed": [
"10"
],
"enable_overhang_bridge_fan": [
"1"
],
"overhang_fan_threshold": [
"50%"
],
"overhang_fan_speed": [
"50"
],
"support_material_interface_fan_speed": [
"-1"
],
"pressure_advance": [
"0"
],
"compatible_printers": [
"Prusa MK3.5 0.4 nozzle",
"Prusa MK3.5 0.25 nozzle",
"Prusa MK3.5 0.6 nozzle",
"Prusa MK3.5 0.8 nozzle"
]
}