Browse Source

second wrong feedrate

Wurstnase 10 years ago
parent
commit
45565b680d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -1817,7 +1817,7 @@ inline void gcode_G28() {
1817 1817
       // Raise Z before homing any other axes
1818 1818
       if (home_all_axis || homeZ) {
1819 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 1821
         line_to_destination();
1822 1822
         st_synchronize();
1823 1823
       }

Loading…
Cancel
Save