further changes after reviewing prusa slicer settings
This commit is contained in:
parent
2085af9b02
commit
5b8a3b47c7
11 changed files with 35 additions and 20 deletions
|
@ -11,7 +11,7 @@
|
|||
"default_filament_profile": [
|
||||
"Prusa Generic PLA @MINIIS"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MINIIS",
|
||||
"default_print_profile": "0.12mm Standard @MINIIS",
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"default_filament_profile": [
|
||||
"Prusa Generic PLA @MINIIS"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MINIIS",
|
||||
"default_print_profile": "0.25mm Standard @MINIIS",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"default_filament_profile": [
|
||||
"Prusa Generic PLA @MINIIS"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MINIIS",
|
||||
"default_print_profile": "0.40mm Standard @MINIIS",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
"top_shell_layers": "10",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "8",
|
||||
"bridge_speed": "30",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_shell_layers": "5",
|
||||
"sparse_infill_acceleration": "3000",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "0.12mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_speed_miniis",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
|
@ -18,14 +18,11 @@
|
|||
"internal_solid_infill_speed": "140",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "50",
|
||||
"bridge_speed": "25",
|
||||
"support_speed": "70",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"bridge_acceleration": "1500",
|
||||
"internal_solid_infill_acceleration": "4000",
|
||||
"overhang_1_4_speed": "60",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "0.12mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_miniis",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"top_shell_thickness": "0.7",
|
||||
|
@ -19,12 +19,15 @@
|
|||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "50",
|
||||
"support_speed": "70",
|
||||
"bridge_speed": "25",
|
||||
"initial_layer_acceleration": "500",
|
||||
"top_surface_acceleration": "1000",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"bridge_acceleration": "1500",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"travel_acceleration": "3000",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.25 nozzle"
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"name": "0.15mm Speed @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_speed_miniis",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"top_shell_thickness": "0.7",
|
||||
|
@ -14,7 +14,10 @@
|
|||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "120",
|
||||
"top_surface_speed": "120",
|
||||
"sparse_infill_acceleration": "3000",
|
||||
"sparse_infill_speed": "100",
|
||||
"bridge_speed": "25",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
|
|
|
@ -4,13 +4,23 @@
|
|||
"name": "0.15mm Standard @MINIIS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_miniis",
|
||||
"inherits": "process_detail_miniis",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.15",
|
||||
"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",
|
||||
"bridge_speed": "25",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"sparse_infill_acceleration": "2500",
|
||||
"internal_solid_infill_acceleration": "2500",
|
||||
"inner_wall_acceleration": "2000",
|
||||
"outer_wall_acceleration": "1500",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle",
|
||||
"Prusa MINIIS 0.6 nozzle",
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "process_speed_miniis",
|
||||
"compatible_printers": [
|
||||
"Prusa MINIIS 0.4 nozzle",
|
||||
"Prusa MINIIS 0.6 nozzle"
|
||||
"Prusa MINIIS 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -5,14 +5,14 @@
|
|||
"instantiation": "false",
|
||||
"inherits": "process_common_miniis",
|
||||
"travel_speed": "300",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_speed": "20",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "60",
|
||||
"bridge_speed": "25",
|
||||
"support_speed": "60",
|
||||
"small_perimeter_speed": "40",
|
||||
"sparse_infill_speed": "100",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"internal_solid_infill_speed": "100",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "40",
|
||||
"default_acceleration": "1500",
|
||||
|
@ -22,5 +22,6 @@
|
|||
"outer_wall_acceleration": "1000",
|
||||
"bridge_acceleration": "1000",
|
||||
"internal_solid_infill_acceleration": "2000",
|
||||
"sparse_infill_acceleration": "2000",
|
||||
"travel_acceleration": "3000"
|
||||
}
|
Loading…
Reference in a new issue