Prusa Mini with Input Shaper Profiles (#5116)

* added Prusa Mini with Input Shaper to profiles

* refactoring to more reusable settings

* added more processes, changed settings

* Update 0.15mm Speed @MINIIS.json

* Update 0.10mm Speed @MINIIS.json

* changed to cubic because of speed

* further changes after reviewing prusa slicer settings

* simplified machine settings

* retraction speeds according to prusa slicer

* changed max flow according to prusa slicer

* after clearification at the prusaslicer repository M900 got removed

* precise wall per default

* enable reverse overhang on odd by default

* added settings from prusa slicer

* changed cooling setings
This commit is contained in:
Bernhard Koppensteiner
2024-04-23 15:49:37 +02:00
committed by GitHub
parent 315eee3493
commit 0369a14ab8
41 changed files with 1078 additions and 23 deletions

View File

@@ -0,0 +1,93 @@
{
"type": "filament",
"filament_id": "GFU99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic TPU @MINIIS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"1.35"
],
"filament_flow_ratio": [
"1.15"
],
"filament_start_gcode": [
"M900 K0 ; Filament gcode"
],
"hot_plate_temp" : [
"50"
],
"hot_plate_temp_initial_layer" : [
"50"
],
"filament_type": [
"FLEX"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature": [
"210"
],
"filament_retraction_length": [
"3"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"6"
],
"filament_wipe": [
"1"
],
"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"
],
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle",
"Prusa MINIIS 0.25 nozzle",
"Prusa MINIIS 0.6 nozzle",
"Prusa MINIIS 0.8 nozzle"
]
}