Files
OrcaSlicer/resources/profiles/Prusa/filament/Prusa Generic PETG HF @MK3.5 0.6.json
Bernhard Koppensteiner 69c2143804 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
2025-04-16 10:34:27 +08:00

65 lines
1.1 KiB
JSON

{
"type": "filament",
"filament_id": "GFG99_6",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG HF @MK3.5 0.6",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"50"
],
"overhang_fan_threshold": [
"25%"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"17"
],
"filament_flow_ratio": [
"1"
],
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"230"
],
"hot_plate_temp": [
"85"
],
"hot_plate_temp_initial_layer": [
"85"
],
"filament_max_volumetric_speed": [
"30"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.025"
],
"compatible_printers": [
"Prusa MK3.5 0.6 nozzle"
]
}