RatOS homing Y speed
When I echo RatOS vars, I get
When I take 300 * 60 I get 18000, but that is the speed after it has hit the endstop sensor.
Long story short, how I can see the speed it uses to move to the sensor?
Thanks!
macro_travel_speed: 300. When I look at the homing macro I see {% set speed = printer["gcode_macro RatOS"].macro_travel_speed|float * 60 %}.When I take 300 * 60 I get 18000, but that is the speed after it has hit the endstop sensor.
Long story short, how I can see the speed it uses to move to the sensor?
Thanks!