diff --git a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json index e1f2f1bfcf..5e96d9ecc9 100644 --- a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json @@ -12,7 +12,11 @@ "top_shell_layers": "7", "bottom_shell_thickness": "0.5", "bottom_shell_layers": "5", + "sparse_infill_acceleration": "3000", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json index 50c5f4c59d..379e1b49d6 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json @@ -11,8 +11,15 @@ "top_shell_layers": "5", "bottom_shell_thickness": "0.5", "bottom_shell_layers": "4", + "outer_wall_speed": "120", + "inner_wall_speed": "120", + "top_surface_speed": "120", + "sparse_infill_acceleration": "3000", + "internal_solid_infill_acceleration": "2500", + "inner_wall_acceleration": "2000", + "outer_wall_acceleration": "1500", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle", "Prusa MINIIS 0.25 nozzle" ] -} \ No newline at end of file +}