Преглед изворни кода

Merge pull request #1773 from Wurstnase/cartesian_old_bump

old bump_divisor for cartesian/corexy-printer
alexborro пре 9 година
родитељ
комит
56633da44f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Прегледај датотеку

@@ -178,7 +178,7 @@
178 178
 #define X_HOME_RETRACT_MM 5
179 179
 #define Y_HOME_RETRACT_MM 5
180 180
 #define Z_HOME_RETRACT_MM 2
181
-#define HOMING_BUMP_DIVISOR {10, 10, 20}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
181
+#define HOMING_BUMP_DIVISOR {2, 2, 4}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
182 182
 //#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
183 183
 
184 184
 #define AXIS_RELATIVE_MODES {false, false, false, false}

Loading…
Откажи
Сачувај