mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Adjust max accel and velocity.
This commit is contained in:
@@ -20,8 +20,8 @@ restart_method: command
|
|||||||
|
|
||||||
[printer]
|
[printer]
|
||||||
kinematics: cartesian
|
kinematics: cartesian
|
||||||
max_velocity: 250
|
max_velocity: 275
|
||||||
max_accel: 3000
|
max_accel: 3500
|
||||||
max_z_velocity: 15
|
max_z_velocity: 15
|
||||||
max_z_accel: 45
|
max_z_accel: 45
|
||||||
square_corner_velocity: 8.0
|
square_corner_velocity: 8.0
|
||||||
@@ -225,8 +225,10 @@ switch_pin: !PA4 # "Pulled-high"
|
|||||||
pause_on_runout: True
|
pause_on_runout: True
|
||||||
insert_gcode:
|
insert_gcode:
|
||||||
M117 Insert Detected
|
M117 Insert Detected
|
||||||
|
{ action_respond_info("Insert Detected") }
|
||||||
runout_gcode:
|
runout_gcode:
|
||||||
M117 Runout Detected
|
M117 Runout Detected
|
||||||
|
{ action_respond_info("Runout Detected") }
|
||||||
CONDITIONAL_BEEP i=3 dur=300 freq=400
|
CONDITIONAL_BEEP i=3 dur=300 freq=400
|
||||||
|
|
||||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
|
|||||||
Reference in New Issue
Block a user