|
|
|
|
1817
|
// Raise Z before homing any other axes
|
1817
|
// Raise Z before homing any other axes
|
1818
|
if (home_all_axis || homeZ) {
|
1818
|
if (home_all_axis || homeZ) {
|
1819
|
destination[Z_AXIS] = -Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS); // Set destination away from bed
|
1819
|
destination[Z_AXIS] = -Z_RAISE_BEFORE_HOMING * home_dir(Z_AXIS); // Set destination away from bed
|
1820
|
- feedrate = max_feedrate[Z_AXIS];
|
|
|
|
|
1820
|
+ feedrate = max_feedrate[Z_AXIS] * 60;
|
1821
|
line_to_destination();
|
1821
|
line_to_destination();
|
1822
|
st_synchronize();
|
1822
|
st_synchronize();
|
1823
|
}
|
1823
|
}
|