From 1170d1f76d2348026b1a380ab756053a37c0607f Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 29 Jul 2023 16:40:43 -0400 Subject: [PATCH] Changed max_velocity: 300. --- printer.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.cfg b/printer.cfg index 9fd2086..3fd7ccf 100644 --- a/printer.cfg +++ b/printer.cfg @@ -13,7 +13,7 @@ restart_method: command [printer] kinematics: cartesian -max_velocity: 275 +max_velocity: 300 max_accel: 5000 max_z_velocity: 15 max_z_accel: 45