Fixed bad default configuration value that forced relative E. Changed back to default
This commit is contained in:
parent
2433b0459a
commit
8a2c2233cb
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ float min_constant_speed_units = 2; // the minimum units of an accelerated move
|
|||
|
||||
//Calibration variables
|
||||
const int NUM_AXIS = 4; // The axis order in all axis related arrays is X, Y, Z, E
|
||||
bool axis_relative_modes[] = {false, false, false, true};
|
||||
bool axis_relative_modes[] = {false, false, false, false};
|
||||
float axis_steps_per_unit[] = {80.376,80.376,3200/1.25,16};
|
||||
float max_feedrate[] = {200000, 200000, 240, 500000}; //mmm, acceleration!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue