From 3b59b534c915c0f4f6e95f707be249c10e6265b9 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 2 Apr 2023 20:11:15 -0400 Subject: [PATCH] Adjust max accel and velocity. --- printer.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/printer.cfg b/printer.cfg index 80ce9f8..374b078 100644 --- a/printer.cfg +++ b/printer.cfg @@ -20,8 +20,8 @@ restart_method: command [printer] kinematics: cartesian -max_velocity: 250 -max_accel: 3000 +max_velocity: 275 +max_accel: 3500 max_z_velocity: 15 max_z_accel: 45 square_corner_velocity: 8.0 @@ -225,8 +225,10 @@ switch_pin: !PA4 # "Pulled-high" pause_on_runout: True insert_gcode: M117 Insert Detected + { action_respond_info("Insert Detected") } runout_gcode: M117 Runout Detected + { action_respond_info("Runout Detected") } CONDITIONAL_BEEP i=3 dur=300 freq=400 #*# <---------------------- SAVE_CONFIG ---------------------->