From 026ba7330ec08bc086cb6ef022efed3f6d6cab9c Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner Date: Mon, 29 Apr 2024 22:27:22 +0200 Subject: [PATCH] set the correct accelerations --- .../profiles/Prusa/process/0.40mm Standard @MINIIS.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json index c5b618260a..586511d4e6 100644 --- a/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json @@ -22,6 +22,15 @@ "top_surface_speed": "35", "gap_infill_speed": "35", "travel_speed": "300", + "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": "1000", "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" ]