VORON 2.4 SPEED DURING BEACON
Well getting pretty close to being able to run and tried my first actual non calibration print and hit an error. How do I reduce/control the travel speeds during the beacon scan and probing at the start of a print? I have been able to reduce all the other max speeds for my early version of Voron to handle but am unable to figure out how to slow down the Beacon stuff.
3 Replies
I think you want
variable_macro_travel_speed
not quite sure how to change it, still learning the macro ecosystemThat doesn't do it, changes everything else but the Beacon homing and scan side of things tries to scream and lost steps happen.
[gcode_macro RatOS] variable_macro_travel_speed: 300 variable_macro_travel_accel: 2000
[gcode_macro RatOS] variable_macro_travel_speed: 300 variable_macro_travel_accel: 2000
++
^ cats
Oh, maybe
variable_macro_z_speed
?
https://github.com/Rat-OS/RatOS-configuration/blob/v2.1.x/macros/util.cfg
Descriptions there