new profiles for bigger nozzles, changed some cooling settings according to prusaslicer

This commit is contained in:
Bernhard Koppensteiner
2024-04-29 20:26:18 +02:00
parent aec20c8364
commit 3591e94a80
19 changed files with 418 additions and 42 deletions

View File

@@ -0,0 +1,27 @@
{
"type": "filament",
"filament_id": "GFL98_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA-CF @MINIIS 0.6",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"1"
],
"filament_type": [
"PLA-CF"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"12"
],
"filament_start_gcode": [
"M572 S{if nozzle_diameter[0]==0.6}0.17{elsif nozzle_diameter[0]==0.8}0.12{elsif nozzle_diameter[0]==0.4}0.27{elsif nozzle_diameter[0]==0.25}0.85{else}0{endif}"
],
"compatible_printers": [
"Prusa MINIIS 0.6 nozzle"
]
}