Adjust max accel and velocity.

This commit is contained in:
Bassam Husain
2023-04-02 20:11:15 -04:00
parent 1805a999b1
commit 3b59b534c9

View File

@@ -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 ---------------------->