From 8a2c2233cb0a8c14a60bc3539ca9ffd7971baa3c Mon Sep 17 00:00:00 2001 From: Emanuele Caruso Date: Sun, 22 May 2011 20:38:10 +0200 Subject: Fixed bad default configuration value that forced relative E. Changed back to default --- Tonokip_Firmware/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 61072dc..2643338 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -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! -- cgit v1.2.1