profiles for different nozzles sizes, better speed settings

This commit is contained in:
Bernhard Koppensteiner
2024-04-29 22:16:47 +02:00
parent 3591e94a80
commit f96696596a
15 changed files with 166 additions and 22 deletions

View File

@@ -5,25 +5,27 @@
"from": "system",
"instantiation": "true",
"inherits": "process_detail_miniis",
"layer_height": "0.12",
"initial_layer_print_height": "0.15",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",
"top_shell_thickness": "0.7",
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",
"bottom_shell_layers": "4",
"outer_wall_speed": "40",
"inner_wall_speed": "70",
"top_surface_speed": "40",
"sparse_infill_speed": "100",
"outer_wall_speed": "45",
"inner_wall_speed": "80",
"top_surface_speed": "45",
"sparse_infill_speed": "110",
"bridge_speed": "25",
"internal_solid_infill_speed": "140",
"sparse_infill_acceleration": "2500",
"internal_solid_infill_acceleration": "2500",
"default_acceleration": "2000",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "1000",
"travel_acceleration": "4000",
"sparse_infill_acceleration": "4000",
"internal_solid_infill_acceleration": "3000",
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1500",
"bridge_acceleration": "1500",
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle",
"Prusa MINIIS 0.6 nozzle",
"Prusa MINIIS 0.25 nozzle"
"Prusa MINIIS 0.4 nozzle"
]
}