Increase base jogging speed
This commit is contained in:
parent
604a0771f2
commit
db33f6a53c
|
@ -14,7 +14,7 @@ use tokio::time::sleep;
|
||||||
const TIME_PER_MOVEMENT: Duration = Duration::from_millis(30);
|
const TIME_PER_MOVEMENT: Duration = Duration::from_millis(30);
|
||||||
/// Movement speed of gantry when going full throttle in x/y-direction
|
/// Movement speed of gantry when going full throttle in x/y-direction
|
||||||
/// in units/min (mm/min)
|
/// in units/min (mm/min)
|
||||||
const FULL_SCALE_SPEED_XY: f64 = 1000.0;
|
const FULL_SCALE_SPEED_XY: f64 = 2000.0;
|
||||||
/// Movement speed of gantry when going full throttle in z-direction
|
/// Movement speed of gantry when going full throttle in z-direction
|
||||||
/// in units/min (mm/min)
|
/// in units/min (mm/min)
|
||||||
const FULL_SCALE_SPEED_Z: f64 = 10.0;
|
const FULL_SCALE_SPEED_Z: f64 = 10.0;
|
||||||
|
|
Loading…
Reference in a new issue