Skip to content
Snippets Groups Projects
Commit 67d5e797 authored by Wurstnase's avatar Wurstnase
Browse files

old bump_divisor for cartesian/corexy-printer

some people are starting to ask why homing is so slow. this is the old standard hard-coded value.
parent 443468df
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@
#define X_HOME_RETRACT_MM 5
#define Y_HOME_RETRACT_MM 5
#define Z_HOME_RETRACT_MM 2
#define HOMING_BUMP_DIVISOR {10, 10, 20} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
#define HOMING_BUMP_DIVISOR {2, 2, 4} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
#define AXIS_RELATIVE_MODES {false, false, false, false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment