From 5b8a3b47c75d2ddcf849ae7eabe412268140dc46 Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner Date: Thu, 18 Apr 2024 11:57:52 +0200 Subject: [PATCH] further changes after reviewing prusa slicer settings --- .../Prusa/machine/Prusa MINIIS 0.25 nozzle.json | 2 +- .../Prusa/machine/Prusa MINIIS 0.6 nozzle.json | 2 +- .../Prusa/machine/Prusa MINIIS 0.8 nozzle.json | 2 +- .../Prusa/process/0.07mm Detail @MINIIS.json | 2 ++ .../profiles/Prusa/process/0.10mm Speed @MINIIS.json | 2 +- .../profiles/Prusa/process/0.12mm Speed @MINIIS.json | 11 ++++------- .../Prusa/process/0.12mm Standard @MINIIS.json | 7 +++++-- .../profiles/Prusa/process/0.15mm Speed @MINIIS.json | 7 +++++-- .../Prusa/process/0.15mm Standard @MINIIS.json | 12 +++++++++++- .../profiles/Prusa/process/0.20mm Speed @MINIIS.json | 3 +-- .../Prusa/process/process_detail_miniis.json | 5 +++-- 11 files changed, 35 insertions(+), 20 deletions(-) diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json index 26efc8107..46ac7b20f 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.25 nozzle.json @@ -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" ], diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json index b5562c308..8d701bf8e 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.6 nozzle.json @@ -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" ], diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json index 97a9ce020..909e5daee 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.8 nozzle.json @@ -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" ], diff --git a/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json index c164bac71..c22b0d24c 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json @@ -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" ] diff --git a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json index 5e96d9ecc..40076038c 100644 --- a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json @@ -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": [ diff --git a/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json index da353c169..2e77168ac 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json @@ -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" ] diff --git a/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json index f8201a08e..1a2cc0168 100644 --- a/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json @@ -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" ] diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json index 379e1b49d..fba5d501b 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json @@ -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", diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json index 48afef5b3..d4485f483 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json @@ -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", diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json index 465c158c2..cf5c7333b 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS.json @@ -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" ] } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_detail_miniis.json b/resources/profiles/Prusa/process/process_detail_miniis.json index 7a690a309..a50544498 100644 --- a/resources/profiles/Prusa/process/process_detail_miniis.json +++ b/resources/profiles/Prusa/process/process_detail_miniis.json @@ -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" } \ No newline at end of file