High Flow Profiles for Prusa MK3.5 (#9312)

* bugfix for TPU filament overrides

* higher voluemetric flow

* bugfix for to high speed at internal solid infill

* Update Prusa.json

* updated firmware check and nozzle settings

* bugfix speed and standard for 0,15mm profiles of the 0.4mm nozzle

* variables not defined in orcaslicer

* bug fix volumetric speed, wrong value

* added high flow base process

* added highflow base process

* added first full draft of high flow profiles, further tests are necessary

* changed 0.35mm to 0.32mm for 0.6mm nozzle

* minor changes to initial layer speeds

* changed 0.35mm to 0.32mm for 0.6mm nozzle

* furcer changes on accelartion and speed

* added 0.35mm Standard @MK3.5 again for not breaking anythin for current users

* Update 0.35mm Standard @MK3.5.json

forgot to set the layer_height after creation of the 0.35mm profile
This commit is contained in:
Bernhard Koppensteiner
2025-04-16 04:34:27 +02:00
committed by GitHub
parent 1bce6a24d2
commit 69c2143804
35 changed files with 1269 additions and 4 deletions

View File

@@ -0,0 +1,87 @@
{
"type": "filament",
"filament_id": "GFU99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic TPU HF @MK3.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"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"
]
}